Uses of Interface
net.anotheria.anosite.action.Action
-
Packages that use Action Package Description net.anotheria.anosite.action net.anotheria.anosite.action.generic net.anotheria.anosite.action.servlet.cms -
-
Uses of Action in net.anotheria.anosite.action
Classes in net.anotheria.anosite.action that implement Action Modifier and Type Class Description classAbstractActionclassActionWrapperAction wrapper class.Methods in net.anotheria.anosite.action with parameters of type Action Modifier and Type Method Description protected ActionCommandActionProducer. execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ActionMapping mapping, Action action)Execute method - which simply delegates call to real Action clazz, and manages Moskito-Stats!Constructors in net.anotheria.anosite.action with parameters of type Action Constructor Description ActionWrapper(Action action, ActionProducer producer)Constructor. -
Uses of Action in net.anotheria.anosite.action.generic
Classes in net.anotheria.anosite.action.generic that implement Action Modifier and Type Class Description classTestAction -
Uses of Action in net.anotheria.anosite.action.servlet.cms
Methods in net.anotheria.anosite.action.servlet.cms that return Action Modifier and Type Method Description static ActionActionFactory. createAction(ActionMappingDef def)Creates and return required Action.
-