Class ActionTagBase

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, IActionTag
    Direct Known Subclasses:
    ButtonTag, ImageTag, LinkTag

    public class ActionTagBase
    extends javax.servlet.jsp.tagext.TagSupport
    implements IActionTag
    Since:
    5.8
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionTagBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String filterApostrophes​(java.lang.String source)  
      java.lang.String getAction()  
      protected java.lang.String getActionDescription​(MetaAction metaAction)  
      java.lang.String getArgv()  
      protected java.lang.String getTooltip​(MetaAction metaAction)  
      protected boolean isActionAvailable​(MetaAction metaAction, java.lang.String application, java.lang.String module, javax.servlet.http.HttpServletRequest request)  
      void setAction​(java.lang.String string)  
      void setArgv​(java.lang.String string)  
      • Methods inherited from class javax.servlet.jsp.tagext.TagSupport

        doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.servlet.jsp.tagext.IterationTag

        doAfterBody
      • Methods inherited from interface javax.servlet.jsp.tagext.Tag

        doEndTag, doStartTag, getParent, release, setPageContext, setParent
    • Constructor Detail

      • ActionTagBase

        public ActionTagBase()
    • Method Detail

      • isActionAvailable

        protected boolean isActionAvailable​(MetaAction metaAction,
                                            java.lang.String application,
                                            java.lang.String module,
                                            javax.servlet.http.HttpServletRequest request)
        Since:
        5.9
      • getTooltip

        protected java.lang.String getTooltip​(MetaAction metaAction)
      • getActionDescription

        protected java.lang.String getActionDescription​(MetaAction metaAction)
      • getAction

        public java.lang.String getAction()
      • setAction

        public void setAction​(java.lang.String string)
        Specified by:
        setAction in interface IActionTag
      • getArgv

        public java.lang.String getArgv()
      • setArgv

        public void setArgv​(java.lang.String string)
        Specified by:
        setArgv in interface IActionTag
      • filterApostrophes

        protected java.lang.String filterApostrophes​(java.lang.String source)