Class AbstractAction

  • All Implemented Interfaces:
    com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.interceptor.SessionAware
    Direct Known Subclasses:
    AbstractWhereAction

    public abstract class AbstractAction
    extends NextActionSupport
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractAction

        public AbstractAction()
    • Method Detail

      • setServiceAreaService

        @Autowired
        public void setServiceAreaService​(ServiceAreaService serviceAreaService)
      • setTransitDataService

        @Autowired
        public void setTransitDataService​(TransitDataService transitDataService)
      • setCurrentUserService

        @Autowired
        public void setCurrentUserService​(CurrentUserService currentUserService)
      • isAnonymousUser

        public boolean isAnonymousUser()
      • getServiceArea

        protected CoordinateBounds getServiceArea()
        Protected Methods
      • getCurrentUser

        protected UserBean getCurrentUser()