public class NuxeoWebResourceDispatcher extends Object implements javax.faces.event.ComponentSystemEventListener
| Modifier and Type | Field and Description |
|---|---|
protected static String |
SLOT_HEAD_START |
protected static String |
TARGET_HEAD |
| Constructor and Description |
|---|
NuxeoWebResourceDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBodyEndTarget() |
String |
getBodyJavaScriptTarget() |
String |
getBodyStartTarget() |
String |
getHeadJavaScriptTarget() |
String |
getHeadStartTarget() |
protected String |
getLogName(javax.faces.component.UIComponent resource) |
protected boolean |
isCssResource(javax.faces.context.FacesContext ctx,
javax.faces.component.UIComponent r) |
boolean |
isDeferJavaScriptLoading() |
protected void |
logResourceInfo(javax.faces.component.UIComponent resource,
String message) |
protected void |
moveResources(javax.faces.context.FacesContext ctx,
javax.faces.component.UIViewRoot root,
List<javax.faces.component.UIComponent> resources,
String removeFrom,
String addTo,
String message) |
void |
processEvent(javax.faces.event.ComponentSystemEvent event) |
protected static String TARGET_HEAD
protected static String SLOT_HEAD_START
public NuxeoWebResourceDispatcher()
public void processEvent(javax.faces.event.ComponentSystemEvent event) throws javax.faces.event.AbortProcessingException
processEvent in interface javax.faces.event.ComponentSystemEventListenerjavax.faces.event.AbortProcessingExceptionprotected void moveResources(javax.faces.context.FacesContext ctx, javax.faces.component.UIViewRoot root, List<javax.faces.component.UIComponent> resources, String removeFrom, String addTo, String message)
protected void logResourceInfo(javax.faces.component.UIComponent resource, String message)
protected String getLogName(javax.faces.component.UIComponent resource)
protected boolean isCssResource(javax.faces.context.FacesContext ctx, javax.faces.component.UIComponent r)
public boolean isDeferJavaScriptLoading()
public String getHeadStartTarget()
public String getBodyStartTarget()
public String getBodyEndTarget()
public String getHeadJavaScriptTarget()
public String getBodyJavaScriptTarget()
Copyright © 2018 Nuxeo. All rights reserved.