Package de.xima.fc.theme.model
Class ThemeResource
java.lang.Object
javax.faces.application.ViewResource
javax.faces.application.Resource
org.omnifaces.resourcehandler.DynamicResource
de.xima.fc.theme.model.ThemeResource
public class ThemeResource
extends org.omnifaces.resourcehandler.DynamicResource
Resource for plugin backend themes
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from class javax.faces.application.Resource
COMPONENT_RESOURCE_KEY
-
Constructor Summary
ConstructorsConstructorDescriptionThemeResource
(IPluginBackendTheme plugin, String resourceName, String libraryName, String contentType) -
Method Summary
Methods inherited from class org.omnifaces.resourcehandler.DynamicResource
getLastModified, getRequestPath, getResponseHeaders, getURL, setLastModified, userAgentNeedsUpdate
Methods inherited from class javax.faces.application.Resource
getContentType, getLibraryName, setContentType, setLibraryName, setResourceName, toString
-
Constructor Details
-
ThemeResource
public ThemeResource(IPluginBackendTheme plugin, String resourceName, String libraryName, String contentType)
-
-
Method Details
-
getInputStream
- Specified by:
getInputStream
in classjavax.faces.application.Resource
- Throws:
IOException
-
getResourceName
- Overrides:
getResourceName
in classjavax.faces.application.Resource
-