站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.0 cr1 API 英文版文档

SeamApplication12 (JBoss Seam API Documentation) - JBoss Seam 1.1.0 cr1 API 英文版文档


org.jboss.seam.jsf
Class SeamApplication12

java.lang.Object
  extended by javax.faces.application.Application
      extended by org.jboss.seam.jsf.SeamApplication11
          extended by org.jboss.seam.jsf.SeamApplication12

public class SeamApplication12
extends SeamApplication11


Field Summary
 
Fields inherited from class org.jboss.seam.jsf.SeamApplication11
application
 
Constructor Summary
SeamApplication12(javax.faces.application.Application application)
           
 
Method Summary
 void addELContextListener(javax.el.ELContextListener listener)
           
 void addELResolver(javax.el.ELResolver resolver)
           
 javax.faces.component.UIComponent createComponent(javax.el.ValueExpression componentExpression, javax.faces.context.FacesContext context, String componentType)
           
 Object evaluateExpressionGet(javax.faces.context.FacesContext context, String expression, Class expectedType)
           
 javax.el.ELContextListener[] getELContextListeners()
           
 javax.el.ELResolver getELResolver()
           
 javax.el.ExpressionFactory getExpressionFactory()
           
 ResourceBundle getResourceBundle(javax.faces.context.FacesContext ctx, String name)
           
 void removeELContextListener(javax.el.ELContextListener listener)
           
 
Methods inherited from class org.jboss.seam.jsf.SeamApplication11
addComponent, addConverter, addConverter, addValidator, createComponent, createComponent, createConverter, createConverter, createMethodBinding, createValidator, createValueBinding, getActionListener, getComponentTypes, getConverterIds, getConverterTypes, getDefaultLocale, getDefaultRenderKitId, getDelegate, getMessageBundle, getNavigationHandler, getPropertyResolver, getStateManager, getSupportedLocales, getValidatorIds, getVariableResolver, getViewHandler, setActionListener, setDefaultLocale, setDefaultRenderKitId, setMessageBundle, setNavigationHandler, setPropertyResolver, setStateManager, setSupportedLocales, setVariableResolver, setViewHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamApplication12

public SeamApplication12(javax.faces.application.Application application)
Method Detail

getELResolver

public javax.el.ELResolver getELResolver()

addELResolver

public void addELResolver(javax.el.ELResolver resolver)

getExpressionFactory

public javax.el.ExpressionFactory getExpressionFactory()

evaluateExpressionGet

public Object evaluateExpressionGet(javax.faces.context.FacesContext context,
                                    String expression,
                                    Class expectedType)
                             throws javax.el.ELException
Throws:
javax.el.ELException

getResourceBundle

public ResourceBundle getResourceBundle(javax.faces.context.FacesContext ctx,
                                        String name)

createComponent

public javax.faces.component.UIComponent createComponent(javax.el.ValueExpression componentExpression,
                                                         javax.faces.context.FacesContext context,
                                                         String componentType)
                                                  throws javax.faces.FacesException
Throws:
javax.faces.FacesException

addELContextListener

public void addELContextListener(javax.el.ELContextListener listener)

removeELContextListener

public void removeELContextListener(javax.el.ELContextListener listener)

getELContextListeners

public javax.el.ELContextListener[] getELContextListeners()