|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.application.ViewHandler
javax.faces.application.ViewHandlerWrapper
org.jboss.seam.faces.view.SeamViewHandler
public class SeamViewHandler
Wrap the built-in ViewHandler implementation for the purpose of wrapping the ViewDeclarationLanguage
implementation in SeamViewDeclarationLanguage.
SeamViewDeclarationLanguage| Field Summary |
|---|
| Fields inherited from class javax.faces.application.ViewHandler |
|---|
CHARACTER_ENCODING_KEY, DEFAULT_FACELETS_SUFFIX, DEFAULT_SUFFIX, DEFAULT_SUFFIX_PARAM_NAME, FACELETS_SUFFIX_PARAM_NAME, FACELETS_VIEW_MAPPINGS_PARAM_NAME |
| Constructor Summary | |
|---|---|
SeamViewHandler(javax.faces.application.ViewHandler delegate)
|
|
| Method Summary | |
|---|---|
javax.faces.view.ViewDeclarationLanguage |
getViewDeclarationLanguage(javax.faces.context.FacesContext context,
String viewId)
If non-null, wrap the ViewDeclarationLanguage returned by the delegate in a new
SeamViewDeclarationLanguage instance. |
javax.faces.application.ViewHandler |
getWrapped()
|
| Methods inherited from class javax.faces.application.ViewHandlerWrapper |
|---|
calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, deriveViewId, getActionURL, getBookmarkableURL, getRedirectURL, getResourceURL, initView, renderView, restoreView, writeState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeamViewHandler(javax.faces.application.ViewHandler delegate)
| Method Detail |
|---|
public javax.faces.view.ViewDeclarationLanguage getViewDeclarationLanguage(javax.faces.context.FacesContext context,
String viewId)
ViewDeclarationLanguage returned by the delegate in a new
SeamViewDeclarationLanguage instance.
getViewDeclarationLanguage in class javax.faces.application.ViewHandlerWrapperpublic javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||