Expresso 5-6

com.jcorporate.expresso.ext.taglib
Class ExpressoBodyTagSupport

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended bycom.jcorporate.expresso.ext.taglib.ExpressoBodyTagSupport
All Implemented Interfaces:
BodyTag, IterationTag, Serializable, Tag
Direct Known Subclasses:
ElementIterator

public abstract class ExpressoBodyTagSupport
extends BodyTagSupport

Author:
Shash Chatterjee
See Also:
Serialized Form

Field Summary
protected  ControllerResponse ctlrResp
           
protected  String response
           
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
ExpressoBodyTagSupport()
           
 
Method Summary
protected  TagSupport getAncestor(String className)
           
protected  Tag getContainer()
           
protected  void getControllerResponse()
           
 String getResponse()
           
 void setResponse(String newResponse)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, 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.Tag
getParent, setPageContext, setParent
 

Field Detail

ctlrResp

protected ControllerResponse ctlrResp

response

protected String response
Constructor Detail

ExpressoBodyTagSupport

public ExpressoBodyTagSupport()
Method Detail

getAncestor

protected TagSupport getAncestor(String className)
                                                   throws JspException
Throws:
JspException

getContainer

protected Tag getContainer()
                                             throws JspException
Throws:
JspException

getControllerResponse

protected void getControllerResponse()

getResponse

public String getResponse()

setResponse

public void setResponse(String newResponse)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.