
Null if the action element is empty in the page. Returns: the fragment encapsulating the body of this tag, or Protected JspFragment getJspBody() Returns the body passed in by the container via setJspBody. If the action element is empty in the page, this method is Specified by: setJspBody in interface SimpleTag Parameters: jspBody - The fragment encapsulating the body of this tag. Public void setJspBody( JspFragment jspBody) Stores the provided JspFragment. Returns: the page context for this invocation Protected JspContext getJspContext() Returns the page context passed in by the container via
#SIMPLETAG MINECRAFTDROPBOX PC#
Specified by: setJspContext in interface SimpleTag Parameters: pc - the page context for this invocation See Also: tJspContext() Public void setJspContext( JspContext pc) Stores the provided JSP context in the private jspContext field. Specified by: getParent in interface SimpleTag Returns: the parent of this tag Public JspTag getParent() Returns the parent of this tag, for collaboration purposes. Specified by: setParent in interface SimpleTag Parameters: parent - the tag that encloses this tag The container invokes this method only if this tag invocation is Public void setParent( JspTag parent) Sets the parent of this tag, for collaboration purposes. IOException - Subclasses can throw IOException if there wasĪn error writing to the output stream See Also: SimpleTag.doTag() Tag Handler threw SkipPageException or if an invoked Jsp Fragment Tag Handler returned SKIP_PAGE or if an invoked Simple Tag file must throw this exception if an invoked Classic (either directly or indirectly) invoked this tag is toĬease evaluation. Specified by: doTag in interface SimpleTag Throws: JspException - Subclasses can throw JspException to indicateĪn error occurred while processing this tag. IOException Default processing of the tag does nothing. (For invocation by subclass constructors, Public SimpleTagSupport() Sole constructor.


ObjectĬlone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Sets the parent of this tag, for collaboration purposes. Stores the provided JSP context in the private jspContext field. Returns the parent of this tag, for collaboration purposes. Returns the page context passed in by the container via Returns the body passed in by the container via setJspBody. The SimpleTagSupportĬlass implements the SimpleTag interface and adds additionalĬonvenience methods including getter methods for the properties inĭefault processing of the tag does nothing.įind the instance of a given class type that is closest to a given The SimpleTagSupport class is a utility class intended to be usedĪs the base class for new simple tag handlers. Public class SimpleTagSupport extends Object implements SimpleTagĪ base class for defining tag handlers implementing SimpleTag. SUMMARY: NESTED | FIELD | CONSTR | METHODĬlass SimpleTagSupport .SimpleTagSupport All Implemented Interfaces: JspTag, SimpleTag
