|
||||||||||
| 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 | |
|---|---|
Converter |
createConverter(java.lang.Class<?> targetClass)
|
Converter |
createConverter(java.lang.String converterId)
|
Validator |
createValidator(java.lang.String validatorId)
|
Application |
getWrapped()
|
void |
installWrapper(PostConstructApplicationEvent event)
|
| 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 Application getWrapped()
getWrapped in interface FacesWrapper<Application>getWrapped in class ApplicationWrapper
public void installWrapper(@Observes
PostConstructApplicationEvent event)
public Converter createConverter(java.lang.Class<?> targetClass)
createConverter in class ApplicationWrapperpublic Converter createConverter(java.lang.String converterId)
createConverter in class ApplicationWrapperpublic Validator createValidator(java.lang.String validatorId)
createValidator in class ApplicationWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||