Module com.aoindustries.web.struts
Class PageAttributesTag
java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
com.aoindustries.web.struts.skintags.PageAttributesTag
- All Implemented Interfaces:
IterationTag,JspTag,Tag,Serializable
Resolves a shared instance of
PageAttributes for all subclasses.- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContextFields 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 TypeMethodDescriptionintdoEndTag()Deprecated.intdoEndTag(PageAttributes pageAttributes) intDeprecated.You should probably be implementing indoStartTag(com.aoindustries.web.struts.skintags.PageAttributes)intdoStartTag(PageAttributes pageAttributes) Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Constructor Details
-
PageAttributesTag
protected PageAttributesTag()
-
-
Method Details
-
doStartTag
Deprecated.You should probably be implementing indoStartTag(com.aoindustries.web.struts.skintags.PageAttributes)- Specified by:
doStartTagin interfaceTag- Overrides:
doStartTagin classTagSupport- Throws:
JspException- See Also:
-
doStartTag
- Throws:
JspExceptionIOException
-
doEndTag
Deprecated.You should probably be implementing indoEndTag(com.aoindustries.web.struts.skintags.PageAttributes)- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classTagSupport- Throws:
JspException- See Also:
-
doEndTag
- Throws:
JspExceptionIOException
-

doEndTag(com.aoindustries.web.struts.skintags.PageAttributes)