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.DynamicResourceResource for plugin backend themes- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ThemeResource(IPluginBackendTheme plugin, String resourceName, String libraryName, String contentType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetInputStream()StringgetResourceName()- 
Methods inherited from class org.omnifaces.resourcehandler.DynamicResource
getLastModified, getRequestPath, getResponseHeaders, getURL, setLastModified, userAgentNeedsUpdate 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ThemeResource
public ThemeResource(IPluginBackendTheme plugin, String resourceName, String libraryName, String contentType)
 
 - 
 
- 
Method Detail
- 
getInputStream
public InputStream getInputStream() throws IOException
- Specified by:
 getInputStreamin classjavax.faces.application.Resource- Throws:
 IOException
 
- 
getResourceName
public String getResourceName()
- Overrides:
 getResourceNamein classjavax.faces.application.Resource
 
 - 
 
 -