|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.AbstractJSFAppConfigProvider
org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.ImplicitRuntimeJSFAppConfigProvider
ImplicitRuntimeJSFAppConfigProvider provides an application configuration model that contains implicit configuration objects provided by a JSF implementation at runtime.
| Field Summary | |
protected FacesConfigType |
facesConfig
Cached FacesConfigType instance. |
| Fields inherited from class org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.AbstractJSFAppConfigProvider |
jsfAppConfigLocater |
| Constructor Summary | |
ImplicitRuntimeJSFAppConfigProvider()
|
|
| Method Summary | |
protected ConverterType |
createConverter(java.lang.String name)
Creates a ConverterType instance. |
protected ComponentType |
createHTMLComponent(java.lang.String name)
Creates a ComponentType instance to represent a concrete HTML
component. |
protected void |
createModel()
Creates the application configuration model and assigns it to the facesConfig property. |
protected ComponentType |
createUIComponent(java.lang.String name)
Creates a ComponentType instance to represent a standard UI
component. |
protected ValidatorType |
createValidator(java.lang.String name)
Creates a ValidatorType instance. |
boolean |
equals(java.lang.Object otherObject)
|
FacesConfigType |
getFacesConfigModel()
Gets the root element of the application configuration model for read access. |
int |
hashCode()
|
void |
releaseFacesConfigModel()
Releases resources associated with acquiring the application configuration model (if any). |
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.jst.jsf.core.internal.provisional.jsfappconfig.AbstractJSFAppConfigProvider |
setJSFAppConfigLocater |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected FacesConfigType facesConfig
FacesConfigType instance.
| Constructor Detail |
public ImplicitRuntimeJSFAppConfigProvider()
| Method Detail |
public FacesConfigType getFacesConfigModel()
IJSFAppConfigProvider
getFacesConfigModel in interface IJSFAppConfigProvidergetFacesConfigModel in class AbstractJSFAppConfigProviderpublic void releaseFacesConfigModel()
IJSFAppConfigProvider
releaseFacesConfigModel in interface IJSFAppConfigProviderreleaseFacesConfigModel in class AbstractJSFAppConfigProviderprotected void createModel()
protected ConverterType createConverter(java.lang.String name)
ConverterType instance.
name - Base name of converter from which converter-id and
converter-class are formed.
ConverterType instance.protected ValidatorType createValidator(java.lang.String name)
ValidatorType instance.
name - Base name of validator from which validator-id and
validator-class are formed.
ValidatorType instance.protected ComponentType createUIComponent(java.lang.String name)
ComponentType instance to represent a standard UI
component.
name - Base name of component from which component-type and
component-class are formed.
ComponentType instance.protected ComponentType createHTMLComponent(java.lang.String name)
ComponentType instance to represent a concrete HTML
component.
name - Base name of component from which component-type and
component-class are formed.
ComponentType instance.public boolean equals(java.lang.Object otherObject)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||