java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
jakarta.servlet.jsp.tagext.BodyTagSupport
com.aoindustries.web.struts.skintags.PageAttributesBodyTag
com.aoindustries.web.struts.skintags.SkinTag
- All Implemented Interfaces:
BodyTag,IterationTag,JspTag,Tag,TryCatchFinally,Serializable
Writes the skin header and footer.
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
bodyContentFields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface jakarta.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAGFields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintdoEndTag(PageAttributes pageAttributes) voidintdoStartTag(PageAttributes pageAttributes) static SkingetSkin(ServletRequest request) Gets the current skin from the request.voidsetAutonli(String autonli) voidsetDoctype(String doctype) voidsetFormtype(String formtype) voidvoidvoidvoidsetSerialization(String serialization) Methods inherited from class com.aoindustries.web.struts.skintags.PageAttributesBodyTag
doEndTag, doStartTagMethods inherited from class jakarta.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentMethods inherited from class jakarta.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
Constructor Details
-
SkinTag
public SkinTag()
-
-
Method Details
-
getSkin
Gets the current skin from the request. It is assumed the skin is already set. Will throw an exception if not available.- Throws:
JspException
-
setSerialization
-
setDoctype
-
setAutonli
-
setIndent
-
setLayout
-
setFormtype
-
setOnload
-
doStartTag
- Overrides:
doStartTagin classPageAttributesBodyTag- Throws:
JspExceptionIOException
-
doEndTag
- Overrides:
doEndTagin classPageAttributesBodyTag- Throws:
JspExceptionIOException
-
doCatch
- Specified by:
doCatchin interfaceTryCatchFinally- Throws:
Throwable
-
doFinally
public void doFinally()- Specified by:
doFinallyin interfaceTryCatchFinally
-
