org.eclipse.jst.jsf.facesconfig.emf
Interface FactoryType
-
All Known Implementing Classes:
-
FactoryTypeImpl
-
public interface FactoryType
A representation of the model object '
Factory Type
'.
The following features are supported:
-
See Also:
-
FacesConfigPackage.getFactoryType()
Field Summary
|
static java.lang.String
|
copyright
|
Method Summary
|
EList
|
getApplicationFactory
()
Returns the value of the '
Application Factory
' containment reference list. |
EList
|
getFacesContextFactory
()
Returns the value of the '
Faces Context Factory
' containment reference list. |
EList
|
getFactoryExtension
()
Returns the value of the '
Factory Extension
' reference list. |
java.lang.String
|
getId
()
Returns the value of the '
Id
' attribute |
EList
|
getLifecycleFactory
()
Returns the value of the '
Lifecycle Factory
' containment reference list. |
EList
|
getRenderKitFactory
()
Returns the value of the '
Render Kit Factory
' containment reference list. |
void
|
setId
(java.lang.String value)
Sets the value of the '
Id ' attribute |
copyright
static final java.lang.String copyright
-
-
See Also:
-
Constant Field Values
getApplicationFactory
EList getApplicationFactory()
- Returns the value of the '
Application Factory
' containment reference list.
The list contents are of type
ApplicationFactoryType
.
If the meaning of the 'Application Factory' containment reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Application Factory' containment reference list.
-
See Also:
-
FacesConfigPackage.getFactoryType_ApplicationFactory()
getFacesContextFactory
EList getFacesContextFactory()
- Returns the value of the '
Faces Context Factory
' containment reference list.
The list contents are of type
FacesContextFactoryType
.
If the meaning of the 'Faces Context Factory' containment reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Faces Context Factory' containment reference list.
-
See Also:
-
FacesConfigPackage.getFactoryType_FacesContextFactory()
getLifecycleFactory
EList getLifecycleFactory()
- Returns the value of the '
Lifecycle Factory
' containment reference list.
The list contents are of type
LifecycleFactoryType
.
If the meaning of the 'Lifecycle Factory' containment reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Lifecycle Factory' containment reference list.
-
See Also:
-
FacesConfigPackage.getFactoryType_LifecycleFactory()
getRenderKitFactory
EList getRenderKitFactory()
- Returns the value of the '
Render Kit Factory
' containment reference list.
The list contents are of type
RenderKitFactoryType
.
If the meaning of the 'Render Kit Factory' containment reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Render Kit Factory' containment reference list.
-
See Also:
-
FacesConfigPackage.getFactoryType_RenderKitFactory()
getFactoryExtension
EList getFactoryExtension()
- Returns the value of the '
Factory Extension
' reference list.
The list contents are of type
FactoryExtensionType
.
If the meaning of the 'Factory Extension' reference list isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Factory Extension' reference list.
-
See Also:
-
FacesConfigPackage.getFactoryType_FactoryExtension()
getId
java.lang.String getId()
- Returns the value of the '
Id
' attribute.
If the meaning of the 'Id' attribute isn't clear,
there really should be more of a description here...
-
-
Returns:
- the value of the 'Id' attribute.
-
See Also:
-
setId(String)
,
FacesConfigPackage.getFactoryType_Id()
setId
void setId(java.lang.String value)
- Sets the value of the '
Id
' attribute.
-
-
Parameters:
-
value
- the new value of the 'Id' attribute. -
See Also:
-
getId()