org.apache.tiles.jsp.taglib.definition
Class InitContainerTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.tiles.jsp.taglib.definition.InitContainerTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag, PutAttributeTagParent

public class InitContainerTag
extends javax.servlet.jsp.tagext.BodyTagSupport
implements PutAttributeTagParent

Init definitions impl.

Version:
$Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200(mer, 11 apr 2007) $
See Also:
Serialized Form

Nested Class Summary
static class InitContainerTag.RuntimeConfiguredContext
          A servlet context created "on the fly" for container initialization.
 
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
InitContainerTag()
           
 
Method Summary
 int doEndTag()
          
 int doStartTag()
          
 String getContainerFactory()
          Returns the container factory class name.
 void processNestedTag(PutAttributeTag nestedTag)
          Process the nested tag.
 void release()
          
 void setContainerFactory(String containerFactory)
          Sets the container factory class name.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, 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

InitContainerTag

public InitContainerTag()
Method Detail

getContainerFactory

public String getContainerFactory()
Returns the container factory class name.

Returns:
The container factory class name.

setContainerFactory

public void setContainerFactory(String containerFactory)
Sets the container factory class name.

Parameters:
containerFactory - The container factory class name.

processNestedTag

public void processNestedTag(PutAttributeTag nestedTag)
                      throws javax.servlet.jsp.JspException
Process the nested tag.

Specified by:
processNestedTag in interface PutAttributeTagParent
Parameters:
nestedTag - Nested tag to process.
Throws:
javax.servlet.jsp.JspException - If something goes wrong during processing.

release

public void release()

Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.BodyTagSupport

doStartTag

public int doStartTag()

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException

Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.BodyTagSupport
Throws:
javax.servlet.jsp.JspException


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.