|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.application.Application
javax.faces.application.ApplicationWrapper
org.jboss.seam.faces.environment.SeamApplicationWrapper
@ApplicationScoped public class SeamApplicationWrapper
Provides contextual lifecycle and @{link Inject} support for JSF artifacts such as Converter, Validator.
| Constructor Summary | |
|---|---|
SeamApplicationWrapper()
|
|
| Method Summary | |
|---|---|
javax.faces.convert.Converter |
createConverter(Class<?> targetClass)
|
javax.faces.convert.Converter |
createConverter(String converterId)
|
javax.faces.validator.Validator |
createValidator(String validatorId)
|
javax.faces.application.Application |
getParent()
|
javax.faces.application.Application |
getWrapped()
|
void |
setParent(javax.faces.application.Application parent)
|
| Methods inherited from class javax.faces.application.ApplicationWrapper |
|---|
addBehavior, addComponent, addConverter, addConverter, addDefaultValidatorId, addELContextListener, addELResolver, addValidator, createBehavior, createComponent, createComponent, createComponent, createComponent, createComponent, createComponent, createMethodBinding, createValueBinding, evaluateExpressionGet, getActionListener, getBehaviorIds, getComponentTypes, getConverterIds, getConverterTypes, getDefaultLocale, getDefaultRenderKitId, getDefaultValidatorInfo, getELContextListeners, getELResolver, getExpressionFactory, getMessageBundle, getNavigationHandler, getProjectStage, getPropertyResolver, getResourceBundle, getResourceHandler, getStateManager, getSupportedLocales, getValidatorIds, getVariableResolver, getViewHandler, publishEvent, publishEvent, removeELContextListener, setActionListener, setDefaultLocale, setDefaultRenderKitId, setMessageBundle, setNavigationHandler, setPropertyResolver, setResourceHandler, setStateManager, setSupportedLocales, setVariableResolver, setViewHandler, subscribeToEvent, subscribeToEvent, unsubscribeFromEvent, unsubscribeFromEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeamApplicationWrapper()
| Method Detail |
|---|
public javax.faces.application.Application getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.Application>getWrapped in class javax.faces.application.ApplicationWrapperpublic javax.faces.convert.Converter createConverter(Class<?> targetClass)
createConverter in class javax.faces.application.ApplicationWrapperpublic javax.faces.convert.Converter createConverter(String converterId)
createConverter in class javax.faces.application.ApplicationWrapperpublic javax.faces.validator.Validator createValidator(String validatorId)
createValidator in class javax.faces.application.ApplicationWrapperpublic javax.faces.application.Application getParent()
public void setParent(javax.faces.application.Application parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||