当前页面: 
在线文档首页 > 
JBoss Seam  1.1.1 API 英文版文档
SeamApplication11 (JBoss Seam API Documentation) - JBoss Seam  1.1.1 API 英文版文档
org.jboss.seam.jsf
Class SeamApplication11
java.lang.Object
   javax.faces.application.Application
javax.faces.application.Application
       org.jboss.seam.jsf.SeamApplication11
org.jboss.seam.jsf.SeamApplication11
- Direct Known Subclasses: 
- SeamApplication12
- public class SeamApplication11 
- extends javax.faces.application.Application
| Field Summary | 
| protected  javax.faces.application.Application | application
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
application
protected javax.faces.application.Application application
SeamApplication11
public SeamApplication11(javax.faces.application.Application app)
getDelegate
public javax.faces.application.Application getDelegate()
- 
 
addComponent
public void addComponent(String componentType,
                         String componentClass)
- 
- Specified by:
- addComponentin class- javax.faces.application.Application
 
- 
 
addConverter
public void addConverter(String converterId,
                         String converterClass)
- 
- Specified by:
- addConverterin class- javax.faces.application.Application
 
- 
 
addConverter
public void addConverter(Class targetClass,
                         String converterClass)
- 
- Specified by:
- addConverterin class- javax.faces.application.Application
 
- 
 
addValidator
public void addValidator(String validatorId,
                         String validatorClass)
- 
- Specified by:
- addValidatorin class- javax.faces.application.Application
 
- 
 
createComponent
public javax.faces.component.UIComponent createComponent(String componentType)
                                                  throws javax.faces.FacesException
- 
- Specified by:
- createComponentin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.FacesException
 
createComponent
public javax.faces.component.UIComponent createComponent(javax.faces.el.ValueBinding componentBinding,
                                                         javax.faces.context.FacesContext context,
                                                         String componentType)
                                                  throws javax.faces.FacesException
- 
- Specified by:
- createComponentin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.FacesException
 
createConverter
public javax.faces.convert.Converter createConverter(String converterId)
- 
- Specified by:
- createConverterin class- javax.faces.application.Application
 
- 
 
createConverter
public javax.faces.convert.Converter createConverter(Class targetClass)
- 
- Specified by:
- createConverterin class- javax.faces.application.Application
 
- 
 
createMethodBinding
public javax.faces.el.MethodBinding createMethodBinding(String ref,
                                                        Class[] params)
                                                 throws javax.faces.el.ReferenceSyntaxException
- 
- Specified by:
- createMethodBindingin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.el.ReferenceSyntaxException
 
createValidator
public javax.faces.validator.Validator createValidator(String validatorId)
                                                throws javax.faces.FacesException
- 
- Specified by:
- createValidatorin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.FacesException
 
createValueBinding
public javax.faces.el.ValueBinding createValueBinding(String ref)
                                               throws javax.faces.el.ReferenceSyntaxException
- 
- Specified by:
- createValueBindingin class- javax.faces.application.Application
 
- 
- Throws:
- javax.faces.el.ReferenceSyntaxException
 
getActionListener
public javax.faces.event.ActionListener getActionListener()
- 
- Specified by:
- getActionListenerin class- javax.faces.application.Application
 
- 
 
getComponentTypes
public Iterator getComponentTypes()
- 
- Specified by:
- getComponentTypesin class- javax.faces.application.Application
 
- 
 
getConverterIds
public Iterator getConverterIds()
- 
- Specified by:
- getConverterIdsin class- javax.faces.application.Application
 
- 
 
getConverterTypes
public Iterator getConverterTypes()
- 
- Specified by:
- getConverterTypesin class- javax.faces.application.Application
 
- 
 
getDefaultLocale
public Locale getDefaultLocale()
- 
- Specified by:
- getDefaultLocalein class- javax.faces.application.Application
 
- 
 
getDefaultRenderKitId
public String getDefaultRenderKitId()
- 
- Specified by:
- getDefaultRenderKitIdin class- javax.faces.application.Application
 
- 
 
getMessageBundle
public String getMessageBundle()
- 
- Specified by:
- getMessageBundlein class- javax.faces.application.Application
 
- 
 
getNavigationHandler
public javax.faces.application.NavigationHandler getNavigationHandler()
- 
- Specified by:
- getNavigationHandlerin class- javax.faces.application.Application
 
- 
 
getPropertyResolver
public javax.faces.el.PropertyResolver getPropertyResolver()
- 
- Specified by:
- getPropertyResolverin class- javax.faces.application.Application
 
- 
 
getStateManager
public javax.faces.application.StateManager getStateManager()
- 
- Specified by:
- getStateManagerin class- javax.faces.application.Application
 
- 
 
getSupportedLocales
public Iterator getSupportedLocales()
- 
- Specified by:
- getSupportedLocalesin class- javax.faces.application.Application
 
- 
 
getValidatorIds
public Iterator getValidatorIds()
- 
- Specified by:
- getValidatorIdsin class- javax.faces.application.Application
 
- 
 
getVariableResolver
public javax.faces.el.VariableResolver getVariableResolver()
- 
- Specified by:
- getVariableResolverin class- javax.faces.application.Application
 
- 
 
getViewHandler
public javax.faces.application.ViewHandler getViewHandler()
- 
- Specified by:
- getViewHandlerin class- javax.faces.application.Application
 
- 
 
setActionListener
public void setActionListener(javax.faces.event.ActionListener listener)
- 
- Specified by:
- setActionListenerin class- javax.faces.application.Application
 
- 
 
setDefaultLocale
public void setDefaultLocale(Locale locale)
- 
- Specified by:
- setDefaultLocalein class- javax.faces.application.Application
 
- 
 
setDefaultRenderKitId
public void setDefaultRenderKitId(String renderKitId)
- 
- Specified by:
- setDefaultRenderKitIdin class- javax.faces.application.Application
 
- 
 
setMessageBundle
public void setMessageBundle(String bundle)
- 
- Specified by:
- setMessageBundlein class- javax.faces.application.Application
 
- 
 
setNavigationHandler
public void setNavigationHandler(javax.faces.application.NavigationHandler handler)
- 
- Specified by:
- setNavigationHandlerin class- javax.faces.application.Application
 
- 
 
setPropertyResolver
public void setPropertyResolver(javax.faces.el.PropertyResolver resolver)
- 
- Specified by:
- setPropertyResolverin class- javax.faces.application.Application
 
- 
 
setStateManager
public void setStateManager(javax.faces.application.StateManager manager)
- 
- Specified by:
- setStateManagerin class- javax.faces.application.Application
 
- 
 
setSupportedLocales
public void setSupportedLocales(Collection locales)
- 
- Specified by:
- setSupportedLocalesin class- javax.faces.application.Application
 
- 
 
setVariableResolver
public void setVariableResolver(javax.faces.el.VariableResolver resolver)
- 
- Specified by:
- setVariableResolverin class- javax.faces.application.Application
 
- 
 
setViewHandler
public void setViewHandler(javax.faces.application.ViewHandler handler)
- 
- Specified by:
- setViewHandlerin class- javax.faces.application.Application
 
-