it.eng.spagobi.engines.geo.commons.tag
Class BaseTagSupport

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by it.eng.spagobi.engines.geo.commons.tag.BaseTagSupport
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
GeoTagSupport

public class BaseTagSupport
extends javax.servlet.jsp.tagext.BodyTagSupport

The Class BaseTagSupport.

Author:
Andrea Gioia (andrea.gioia@eng.it)
See Also:
Serialized Form

Field Summary
 
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
BaseTagSupport()
          Instantiates a new base tag support.
 
Method Summary
protected  javax.servlet.http.HttpServletRequest getRequest()
          Gets the request.
protected  it.eng.spago.base.RequestContainer getRequestContainer()
          Gets the request container.
protected  it.eng.spago.base.ResponseContainer getResponseContainer()
          Gets the response container.
protected  it.eng.spago.base.SessionContainer getSessionContainer()
          Gets the session container.
protected  boolean isStandaloneModality()
          Checks if is standalone modality.
protected  boolean isWebModality()
          Checks if is web modality.
 
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
 

Constructor Detail

BaseTagSupport

public BaseTagSupport()
Instantiates a new base tag support.

Method Detail

isStandaloneModality

protected boolean isStandaloneModality()
Checks if is standalone modality.

Returns:
true, if is standalone modality

isWebModality

protected boolean isWebModality()
Checks if is web modality.

Returns:
true, if is web modality

getRequest

protected javax.servlet.http.HttpServletRequest getRequest()
Gets the request.

Returns:
the request

getRequestContainer

protected it.eng.spago.base.RequestContainer getRequestContainer()
Gets the request container.

Returns:
the request container

getResponseContainer

protected it.eng.spago.base.ResponseContainer getResponseContainer()
Gets the response container.

Returns:
the response container

getSessionContainer

protected it.eng.spago.base.SessionContainer getSessionContainer()
Gets the session container.

Returns:
the session container