Uses of Class
org.openxava.controller.meta.MetaAction
Packages that use MetaAction
-
Uses of MetaAction in org.openxava.controller
Methods in org.openxava.controller that return MetaActionModifier and TypeMethodDescriptionModuleManager.getDefaultMetaAction()ModuleManager.getLastExecutedMetaAction()Methods in org.openxava.controller that return types with arguments of type MetaActionModifier and TypeMethodDescriptionModuleManager.getMetaActions()ModuleManager.getSubcontrollerMetaActions(String controllerName) Methods in org.openxava.controller with parameters of type MetaActionModifier and TypeMethodDescriptionbooleanModuleManager.actionApplies(MetaAction action) voidModuleManager.addMetaAction(MetaAction action) booleanModuleManager.isActionAvailable(MetaAction metaAction, Messages errors, Messages messages, String propertyValues, javax.servlet.http.HttpServletRequest request) voidModuleManager.removeMetaAction(MetaAction action) -
Uses of MetaAction in org.openxava.controller.meta
Methods in org.openxava.controller.meta that return MetaActionModifier and TypeMethodDescriptionMetaAction.cloneMetaAction()MetaController.getMetaAction(String name) static MetaActionMetaControllers.getMetaAction(String qualifiedName) Methods in org.openxava.controller.meta that return types with arguments of type MetaActionMethods in org.openxava.controller.meta with parameters of type MetaAction -
Uses of MetaAction in org.openxava.web.taglib
Methods in org.openxava.web.taglib with parameters of type MetaActionModifier and TypeMethodDescriptionprotected StringActionTagBase.getActionDescription(MetaAction metaAction) protected StringImageTag.getActionDescription(MetaAction metaAction) protected StringActionTagBase.getTooltip(MetaAction metaAction) protected booleanActionTagBase.isActionAvailable(MetaAction metaAction, String application, String module, javax.servlet.http.HttpServletRequest request)