| java.lang.Object com.methodhead.util.OperationContext
OperationContext | public class OperationContext (Code) | | A class that aggregates arguments passed to typical operations in MHF action
classes. Many operations performed by actions in MHF accept a barrage of
arguments: the typical Struts arguments (mapping, form, request, response),
plus the current user.
|
form | public DynaActionForm form(Code) | | |
mapping | public ActionMapping mapping(Code) | | |
|
|