org.apache.myfaces.tomahawk.util
Class TomahawkResourceUtils
java.lang.Object
org.apache.myfaces.tomahawk.util.TomahawkResourceUtils
public class TomahawkResourceUtils
- extends java.lang.Object
|
Method Summary |
static void |
addInlineOutputScriptResource(javax.faces.context.FacesContext facesContext,
java.lang.String target,
java.lang.Object value)
|
static void |
addInlineOutputStylesheetResource(javax.faces.context.FacesContext facesContext,
java.lang.Object value)
|
static void |
addOutputScriptResource(javax.faces.context.FacesContext facesContext,
java.lang.String libraryName,
java.lang.String resourceName)
|
static void |
addOutputStylesheetResource(javax.faces.context.FacesContext facesContext,
java.lang.String libraryName,
java.lang.String resourceName)
|
static java.lang.String |
getIconSrc(javax.faces.context.FacesContext facesContext,
java.lang.String libraryName,
java.lang.String resourceName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEAD_LOCATION
public static final java.lang.String HEAD_LOCATION
- See Also:
- Constant Field Values
BODY_LOCATION
public static final java.lang.String BODY_LOCATION
- See Also:
- Constant Field Values
FORM_LOCATION
public static final java.lang.String FORM_LOCATION
- See Also:
- Constant Field Values
TomahawkResourceUtils
public TomahawkResourceUtils()
addOutputScriptResource
public static void addOutputScriptResource(javax.faces.context.FacesContext facesContext,
java.lang.String libraryName,
java.lang.String resourceName)
addOutputStylesheetResource
public static void addOutputStylesheetResource(javax.faces.context.FacesContext facesContext,
java.lang.String libraryName,
java.lang.String resourceName)
addInlineOutputStylesheetResource
public static void addInlineOutputStylesheetResource(javax.faces.context.FacesContext facesContext,
java.lang.Object value)
addInlineOutputScriptResource
public static void addInlineOutputScriptResource(javax.faces.context.FacesContext facesContext,
java.lang.String target,
java.lang.Object value)
getIconSrc
public static java.lang.String getIconSrc(javax.faces.context.FacesContext facesContext,
java.lang.String libraryName,
java.lang.String resourceName)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.