| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.apache.myfaces.custom.stylesheet.StylesheetTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
path | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| URL for CSS-file. If this path starts with a slash, then the webapp context path will be prepended to it. This makes it simple to reference stylesheets at an absolute path within the webapp. A value like "/styles/style.css" becomes "/webappname/styles/style.css". If this path does not start with a slash, then it is output unaltered. This supports absolute urls ("http://host/path/style.css"). It also supports having css files relative to the current page ("style.css" or "styles/style.css") but this needs to be used with care as the standard JSF postback/internal-forward navigation style can cause browsers to use an inappropriate base url when resolving relative references. |
inline | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Inline the stylesheet file content as in contrast to referencing it as a link. The file referenced by the path attribute is loaded, and its content is written to the page wrapped in an <script> tag. When this option is enabled, the path property must contain an absolute path within the current webapp. External urls ("http://*") and paths relative to the current page are not supported. |
filtered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| Cause EL expressions in the stylesheet to be evaluated. When true, any EL expression in the stylesheet will be evaluated and replaced by its string representation on the first access. The stylesheet will be processed only once. Every subsequent request will get a cached view. |
media | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| Define the target media of the styles:
|
enabledOnUserRole | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered. |
visibleOnUserRole | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped. |
id | false | false | java.lang.String | Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view. |
rendered | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A boolean value that indicates whether this component should be rendered. Default value: true. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |