@ApplicationScoped
public class SeamApplicationWrapper
extends javax.faces.application.ApplicationWrapper
Converter, Validator.| Constructor and Description |
|---|
SeamApplicationWrapper() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, unsubscribeFromEventpublic 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)
Copyright © 2009-2013 Seam Framework. All Rights Reserved.