public static final class FacesConfigBean.FacesConfigExtension extends ConfigExtension
| Constructor and Description |
|---|
FacesConfigBean.FacesConfigExtension() |
| Modifier and Type | Method and Description |
|---|---|
List<EventModel> |
getEvents() |
List<FunctionModel> |
getFunctions()
|
String |
getPrefix() |
Taglib |
getTaglib() |
void |
setEvents(List<EventModel> events)
|
void |
setFunctions(List<FunctionModel> functions)
|
void |
setPrefix(String prefix) |
void |
setTaglib(Taglib taglib) |
getExtensions, setExtensionspublic FacesConfigBean.FacesConfigExtension()
public List<EventModel> getEvents()
public void setEvents(List<EventModel> events)
events - the events to setpublic void setPrefix(String prefix)
public String getPrefix()
public void setTaglib(Taglib taglib)
public Taglib getTaglib()
public List<FunctionModel> getFunctions()
public void setFunctions(List<FunctionModel> functions)
functions - the functions to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.