|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedBeanScopeType | |
---|---|
org.eclipse.jst.jsf.facesconfig.emf | EMF model for JSF application configuration files. |
org.eclipse.jst.jsf.facesconfig.emf.impl | EMF model implementations for JSF application configuration files (deprecated). |
org.eclipse.jst.jsf.facesconfig.emf.util | EMF generated utility classes for JSF application configuration files (deprecated). |
Uses of ManagedBeanScopeType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return ManagedBeanScopeType | |
---|---|
ManagedBeanScopeType |
FacesConfigFactory.createManagedBeanScopeType()
Returns a new object of class 'Managed Bean Scope Type' |
ManagedBeanScopeType |
ManagedBeanType.getManagedBeanScope()
Returns the value of the 'Managed Bean Scope' containment reference |
ManagedBeanScopeType |
DocumentRoot.getManagedBeanScope()
Returns the value of the 'Managed Bean Scope' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ManagedBeanScopeType | |
---|---|
void |
ManagedBeanType.setManagedBeanScope(ManagedBeanScopeType value)
Sets the value of the ' Managed Bean Scope ' containment reference |
void |
DocumentRoot.setManagedBeanScope(ManagedBeanScopeType value)
Sets the value of the ' Managed Bean Scope ' containment reference |
Uses of ManagedBeanScopeType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ManagedBeanScopeType | |
---|---|
class |
ManagedBeanScopeTypeImpl
An implementation of the model object 'Managed Bean Scope Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ManagedBeanScopeType | |
---|---|
ManagedBeanScopeType |
FacesConfigFactoryImpl.createManagedBeanScopeType()
|
ManagedBeanScopeType |
ManagedBeanTypeImpl.getManagedBeanScope()
|
ManagedBeanScopeType |
DocumentRootImpl.getManagedBeanScope()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ManagedBeanScopeType | |
---|---|
NotificationChain |
ManagedBeanTypeImpl.basicSetManagedBeanScope(ManagedBeanScopeType newManagedBeanScope,
NotificationChain msgs)
|
NotificationChain |
DocumentRootImpl.basicSetManagedBeanScope(ManagedBeanScopeType newManagedBeanScope,
NotificationChain msgs)
|
void |
ManagedBeanTypeImpl.setManagedBeanScope(ManagedBeanScopeType newManagedBeanScope)
|
void |
DocumentRootImpl.setManagedBeanScope(ManagedBeanScopeType newManagedBeanScope)
|
Uses of ManagedBeanScopeType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ManagedBeanScopeType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseManagedBeanScopeType(ManagedBeanScopeType object)
Returns the result of interpreting the object as an instance of 'Managed Bean Scope Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |