org.apache.myfaces.tobago.internal.taglib.component
Interface StyleTagDeclaration
- All Superinterfaces:
- HasBinding, HasId, HasIdBindingAndRendered, IsRendered
public interface StyleTagDeclaration
- extends HasIdBindingAndRendered
Add a style tag.
Collected bodyContent is rendered as content into a style tag.
Method Summary |
void |
setFile(String file)
Name of the stylesheet file to add to page. |
void |
setStyle(String style)
stylesheet to add to page. |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId |
setId |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding |
setBinding |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered |
setRendered |
setFile
void setFile(String file)
- Name of the stylesheet file to add to page.
setStyle
void setStyle(String style)
- stylesheet to add to page.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.