public class PuiAngularTransformer extends Object implements javax.faces.event.SystemEventListener
| Constructor and Description |
|---|
PuiAngularTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addResourceAfterAngularJS(String library,
String resource)
Registers a JS file that needs to be include in the header of the HTML file, but after jQuery and AngularJS.
|
boolean |
isListenerForSource(Object source) |
void |
processEvent(javax.faces.event.SystemEvent event) |
public void processEvent(javax.faces.event.SystemEvent event)
throws javax.faces.event.AbortProcessingException
processEvent in interface javax.faces.event.SystemEventListenerjavax.faces.event.AbortProcessingExceptionpublic boolean isListenerForSource(Object source)
isListenerForSource in interface javax.faces.event.SystemEventListenerpublic static void addResourceAfterAngularJS(String library, String resource)
library - The name of the sub-folder of the resources folder.resource - The name of the resource file within the library folder.Copyright © 2015. All rights reserved.