Class CustomHtmlAction

    • Constructor Detail

      • CustomHtmlAction

        public CustomHtmlAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getBeforeHeadEnd

        public String getBeforeHeadEnd()
      • setBeforeHeadEnd

        public void setBeforeHeadEnd​(String beforeHeadEnd)
      • getAfterBodyStart

        public String getAfterBodyStart()
      • setAfterBodyStart

        public void setAfterBodyStart​(String afterBodyStart)
      • getBeforeBodyEnd

        public String getBeforeBodyEnd()
      • setBeforeBodyEnd

        public void setBeforeBodyEnd​(String beforeBodyEnd)