java.lang.Object | |
↳ | org.apache.myfaces.tobago.context.ResourceManagerUtils |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Blank page e.
| |||||||||||
Searches for an image and return it with the context path
| |||||||||||
Searches for an image and return it with the context path
| |||||||||||
Detects if the value is an absolute resource or if the value has to be processed by the
theme mechanism.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Blank page e. g. useful to set src of iframes (to prevent https problems in ie, see TOBAGO-538)
Searches for an image and return it with the context path
Searches for an image and return it with the context path
Detects if the value is an absolute resource or if the value has to be processed by the theme mechanism. A resource will be treated as absolute, if the value starts with HTTP:, HTTPS:, FTP: or a slash. The case will be ignored by this check. Null values will return true.
value | the given resource link. |
---|