Class ActionTagBase
×News: OpenXava 7.7 released - March 9 · Read more
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.openxava.web.taglib.ActionTagBase
- All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, IActionTag
- Since:
- 5.8
- Author:
- Javier Paniza
- See Also:
-
Field Summary
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringfilterApostrophes(String source) protected StringgetActionDescription(MetaAction metaAction) getArgv()protected StringgetTooltip(MetaAction metaAction) protected booleanisActionAvailable(MetaAction metaAction, String application, String module, javax.servlet.http.HttpServletRequest request) booleanReturns if the action is always available, regardless of the isAvailable() method result.protected voidregisterAction(String qualifiedActionName, String application, String module, javax.servlet.http.HttpServletRequest request) voidvoidsetAlwaysAvailable(boolean alwaysAvailable) Sets if the action is always available, regardless of the isAvailable() method result.voidMethods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBodyMethods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
-
Constructor Details
-
ActionTagBase
public ActionTagBase()
-
-
Method Details
-
isActionAvailable
protected boolean isActionAvailable(MetaAction metaAction, String application, String module, javax.servlet.http.HttpServletRequest request) - Since:
- 5.9
-
registerAction
-
getTooltip
-
getActionDescription
-
getAction
-
setAction
- Specified by:
setActionin interfaceIActionTag
-
getArgv
-
setArgv
- Specified by:
setArgvin interfaceIActionTag
-
isAlwaysAvailable
public boolean isAlwaysAvailable()Returns if the action is always available, regardless of the isAvailable() method result.- Returns:
- true if the action is always available, false otherwise
-
setAlwaysAvailable
public void setAlwaysAvailable(boolean alwaysAvailable) Sets if the action is always available, regardless of the isAvailable() method result.- Specified by:
setAlwaysAvailablein interfaceIActionTag- Parameters:
alwaysAvailable- true to make the action always available, false otherwise
-
filterApostrophes
-