org.apache.struts.tiles.taglib
Class InitDefinitionsTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.struts.tiles.taglib.InitDefinitionsTag
All Implemented Interfaces:
Serializable, IterationTag, Tag, ComponentConstants
Direct Known Subclasses:
ELInitDefinitionsTag

public class InitDefinitionsTag
extends TagSupport
implements ComponentConstants

Init definitions factory.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface org.apache.struts.tiles.taglib.ComponentConstants
COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY
 
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
InitDefinitionsTag()
          Default constructor.
 
Method Summary
 int doEndTag()
          Do end tag.
 int doStartTag()
          Do start tag.
 void release()
          Release all allocated resources.
 void setClassname(String classname)
          Set classname.
 void setFile(String name)
          Set file.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, 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
 

Constructor Detail

InitDefinitionsTag

public InitDefinitionsTag()
Default constructor.

Method Detail

release

public void release()
Release all allocated resources.

Specified by:
release in interface Tag
Overrides:
release in class TagSupport

setFile

public void setFile(String name)
Set file.


setClassname

public void setClassname(String classname)
Set classname.


doStartTag

public int doStartTag()
               throws JspException
Do start tag.

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Do end tag.

Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class TagSupport
Throws:
JspException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.