Uses of Class
net.anotheria.anosite.action.ActionMapping
-
Packages that use ActionMapping Package Description net.anotheria.anosite.action net.anotheria.anosite.action.generic -
-
Uses of ActionMapping in net.anotheria.anosite.action
Methods in net.anotheria.anosite.action with parameters of type ActionMapping Modifier and Type Method Description ActionCommandAction. execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ActionMapping mapping)Executes the action.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!ActionCommandActionWrapper. execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ActionMapping mapping) -
Uses of ActionMapping in net.anotheria.anosite.action.generic
Methods in net.anotheria.anosite.action.generic with parameters of type ActionMapping Modifier and Type Method Description ActionCommandTestAction. execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse responce, ActionMapping mapping)
-