org.apache.myfaces.tobago.taglib.component
Class IncludeTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.myfaces.tobago.taglib.component.IncludeTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag, HasId, HasStringValue

Deprecated.

@Deprecated
public class IncludeTag
extends TagSupport
implements HasId, HasStringValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
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
IncludeTag()
          Deprecated.  
 
Method Summary
 int doStartTag()
          Deprecated.  
 String getValue()
          Deprecated.  
 void release()
          Deprecated.  
 void setValue(String value)
          Deprecated. The current value of this component.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, 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 org.apache.myfaces.tobago.taglib.decl.HasId
setId
 

Constructor Detail

IncludeTag

public IncludeTag()
Deprecated. 
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Deprecated. 
Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class TagSupport
Throws:
JspException

release

public void release()
Deprecated. 
Specified by:
release in interface Tag
Overrides:
release in class TagSupport

getValue

public String getValue()
Deprecated. 

setValue

public void setValue(String value)
Deprecated. 
Description copied from interface: HasStringValue
The current value of this component.

Specified by:
setValue in interface HasStringValue


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