当前页面:
在线文档首页 >
JBoss Seam 1.2.0 API 英文版文档
SeamApplication12 (JBoss Seam API Documentation) - JBoss Seam 1.2.0 API 英文版文档
org.jboss.seam.jsf
Class SeamApplication12
java.lang.Object
javax.faces.application.Application
org.jboss.seam.jsf.SeamApplication11
org.jboss.seam.jsf.SeamApplication12
public class SeamApplication12
- extends SeamApplication11
Constructor Summary |
SeamApplication12(javax.faces.application.Application application)
|
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 |
SeamApplication12
public SeamApplication12(javax.faces.application.Application application)
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()