org.apache.myfaces.tobago.taglib.component
Class StyleTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.myfaces.tobago.taglib.component.StyleTag
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag, HasId
public abstract class StyleTag
- extends BodyTagSupport
- implements HasId
Add a style tag.
Collected bodyContent is rendered as content into a style tag.
- See Also:
- Serialized Form
| 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 |
StyleTag
public StyleTag()
getStyleValue
public abstract String getStyleValue()
- Name of the stylsheet file to add to page.
isStyleSet
public abstract boolean isStyleSet()
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class BodyTagSupport
- Throws:
JspException
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class BodyTagSupport
- Throws:
JspException
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.