org.apache.myfaces.tobago.internal.taglib.component
Interface StyleTagDeclaration
- All Superinterfaces:
- HasBinding, HasId, HasIdBindingAndRendered, IsRendered
public interface StyleTagDeclaration
- extends HasIdBindingAndRendered
Add a style tag with the given file name.
Remark: Inline styles are deprecated because of CSP.
Method Summary |
void |
setFile(String file)
Name of the stylesheet file to add to page. |
void |
setStyle(String style)
Deprecated. inline styles are deprecated because of CSP |
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
@Deprecated
void setStyle(String style)
- Deprecated. inline styles are deprecated because of CSP
- stylesheet to add to page.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.