public interface ResourceManager
Modifier and Type | Method and Description |
---|---|
String |
getImage(javax.faces.context.FacesContext facesContext,
String nameWithExtension,
boolean ignoreMissing)
Deprecated.
|
String |
getImage(javax.faces.context.FacesContext facesContext,
String name,
String extension,
boolean ignoreMissing) |
String |
getProperty(javax.faces.context.FacesContext facesContext,
String bundle,
String propertyKey) |
javax.faces.render.Renderer |
getRenderer(javax.faces.context.FacesContext facesContext,
String rendererType) |
String[] |
getScripts(javax.faces.context.FacesContext facesContext,
String name) |
String[] |
getStyles(javax.faces.context.FacesContext facesContext,
String name) |
String getProperty(javax.faces.context.FacesContext facesContext, String bundle, String propertyKey)
javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext facesContext, String rendererType)
@Deprecated String getImage(javax.faces.context.FacesContext facesContext, String nameWithExtension, boolean ignoreMissing)
facesContext
- the current FacesContextnameWithExtension
- The name with extensionignoreMissing
- if set to false, an error message will be logged, when image is missingString getImage(javax.faces.context.FacesContext facesContext, String name, String extension, boolean ignoreMissing)
facesContext
- the current FacesContextname
- The name without extensionextension
- The file extension inclusive dot, like ".png"ignoreMissing
- if set to false, an error message will be logged, when image is missingCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.