Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.facesconfig.emf
Interface ApplicationType

All Known Implementing Classes:
ApplicationTypeImpl

public interface ApplicationType

A representation of the model object ' Application Type '.

The following features are supported:

See Also:
FacesConfigPackage.getApplicationType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 EList getActionListener ()
          Returns the value of the ' Action Listener ' containment reference list.
 EList getApplicationExtension ()
          Returns the value of the ' Application Extension ' reference list.
 EList getDefaultRenderKitId ()
          Returns the value of the ' Default Render Kit Id ' containment reference list.
 EList getELResolver ()
          Returns the value of the ' EL Resolver ' reference list.
 java.lang.String getId ()
          Returns the value of the ' Id ' attribute
 EList getLocaleConfig ()
          Returns the value of the ' Locale Config ' containment reference list.
 EList getMessageBundle ()
          Returns the value of the ' Message Bundle ' containment reference list.
 EList getNavigationHandler ()
          Returns the value of the ' Navigation Handler ' containment reference list.
 EList getPropertyResolver ()
          Returns the value of the ' Property Resolver ' containment reference list.
 EList getResourceBundle ()
          Returns the value of the ' Resource Bundle ' reference list.
 EList getStateManager ()
          Returns the value of the ' State Manager ' containment reference list.
 EList getVariableResolver ()
          Returns the value of the ' Variable Resolver ' containment reference list.
 EList getViewHandler ()
          Returns the value of the ' View Handler ' containment reference list.
 void setId (java.lang.String value)
          Sets the value of the ' Id' attribute
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getActionListener

EList getActionListener()
Returns the value of the ' Action Listener ' containment reference list. The list contents are of type ActionListenerType.

If the meaning of the 'Action Listener' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Action Listener' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_ActionListener()

getDefaultRenderKitId

EList getDefaultRenderKitId()
Returns the value of the ' Default Render Kit Id ' containment reference list. The list contents are of type DefaultRenderKitIdType.

If the meaning of the 'Default Render Kit Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Default Render Kit Id' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_DefaultRenderKitId()

getMessageBundle

EList getMessageBundle()
Returns the value of the ' Message Bundle ' containment reference list. The list contents are of type MessageBundleType.

If the meaning of the 'Message Bundle' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Bundle' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_MessageBundle()

getNavigationHandler

EList getNavigationHandler()
Returns the value of the ' Navigation Handler ' containment reference list. The list contents are of type NavigationHandlerType.

If the meaning of the 'Navigation Handler' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Navigation Handler' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_NavigationHandler()

getViewHandler

EList getViewHandler()
Returns the value of the ' View Handler ' containment reference list. The list contents are of type ViewHandlerType.

If the meaning of the 'View Handler' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'View Handler' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_ViewHandler()

getStateManager

EList getStateManager()
Returns the value of the ' State Manager ' containment reference list. The list contents are of type StateManagerType.

If the meaning of the 'State Manager' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'State Manager' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_StateManager()

getPropertyResolver

EList getPropertyResolver()
Returns the value of the ' Property Resolver ' containment reference list. The list contents are of type PropertyResolverType.

If the meaning of the 'Property Resolver' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property Resolver' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_PropertyResolver()

getVariableResolver

EList getVariableResolver()
Returns the value of the ' Variable Resolver ' containment reference list. The list contents are of type VariableResolverType.

If the meaning of the 'Variable Resolver' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Variable Resolver' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_VariableResolver()

getLocaleConfig

EList getLocaleConfig()
Returns the value of the ' Locale Config ' containment reference list. The list contents are of type LocaleConfigType.

If the meaning of the 'Locale Config' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Locale Config' containment reference list.
See Also:
FacesConfigPackage.getApplicationType_LocaleConfig()

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.getApplicationType_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()

getELResolver

EList getELResolver()
Returns the value of the ' EL Resolver ' reference list. The list contents are of type ELResolverType.

If the meaning of the 'EL Resolver' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EL Resolver' reference list.
See Also:
FacesConfigPackage.getApplicationType_ELResolver()

getResourceBundle

EList getResourceBundle()
Returns the value of the ' Resource Bundle ' reference list. The list contents are of type ResourceBundleType.

If the meaning of the 'Resource Bundle' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Bundle' reference list.
See Also:
FacesConfigPackage.getApplicationType_ResourceBundle()

getApplicationExtension

EList getApplicationExtension()
Returns the value of the ' Application Extension ' reference list. The list contents are of type ApplicationExtensionType.

If the meaning of the 'Application Extension' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Application Extension' reference list.
See Also:
FacesConfigPackage.getApplicationType_ApplicationExtension()



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire