org.jboss.seam.jsf
public class SeamViewHandler extends javax.faces.application.ViewHandlerWrapper
LocaleSelector| Constructor and Description |
|---|
SeamViewHandler(javax.faces.application.ViewHandler viewHandler) |
| Modifier and Type | Method and Description |
|---|---|
String |
calculateCharacterEncoding(javax.faces.context.FacesContext context) |
Locale |
calculateLocale(javax.faces.context.FacesContext facesContext) |
String |
calculateRenderKitId(javax.faces.context.FacesContext ctx) |
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext ctx,
String viewId) |
String |
getActionURL(javax.faces.context.FacesContext facesContext,
String viewId)
Allow the delegate to produce the action URL.
|
String |
getBookmarkableURL(javax.faces.context.FacesContext context,
String viewId,
Map<String,List<String>> parameters,
boolean includeViewParams) |
String |
getRedirectURL(javax.faces.context.FacesContext context,
String viewId,
Map<String,List<String>> parameters,
boolean includeViewParams) |
String |
getResourceURL(javax.faces.context.FacesContext ctx,
String path) |
javax.faces.application.ViewHandler |
getWrapped() |
void |
initView(javax.faces.context.FacesContext context) |
void |
renderView(javax.faces.context.FacesContext ctx,
javax.faces.component.UIViewRoot viewRoot) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext ctx,
String viewId) |
void |
writeState(javax.faces.context.FacesContext ctx) |
public SeamViewHandler(javax.faces.application.ViewHandler viewHandler)
public String calculateCharacterEncoding(javax.faces.context.FacesContext context)
calculateCharacterEncoding in class javax.faces.application.ViewHandlerWrapperpublic void initView(javax.faces.context.FacesContext context)
throws javax.faces.FacesException
initView in class javax.faces.application.ViewHandlerWrapperjavax.faces.FacesExceptionpublic Locale calculateLocale(javax.faces.context.FacesContext facesContext)
calculateLocale in class javax.faces.application.ViewHandlerWrapperpublic String calculateRenderKitId(javax.faces.context.FacesContext ctx)
calculateRenderKitId in class javax.faces.application.ViewHandlerWrapperpublic javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext ctx,
String viewId)
createView in class javax.faces.application.ViewHandlerWrapperpublic String getActionURL(javax.faces.context.FacesContext facesContext, String viewId)
getActionURL in class javax.faces.application.ViewHandlerWrapperViewHandler#getActionURL(FacesContext, String)}public String getRedirectURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)
getRedirectURL in class javax.faces.application.ViewHandlerWrapperpublic String getBookmarkableURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)
getBookmarkableURL in class javax.faces.application.ViewHandlerWrapperpublic String getResourceURL(javax.faces.context.FacesContext ctx, String path)
getResourceURL in class javax.faces.application.ViewHandlerWrapperpublic void renderView(javax.faces.context.FacesContext ctx,
javax.faces.component.UIViewRoot viewRoot)
throws IOException,
javax.faces.FacesException
renderView in class javax.faces.application.ViewHandlerWrapperIOExceptionjavax.faces.FacesExceptionpublic javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext ctx,
String viewId)
restoreView in class javax.faces.application.ViewHandlerWrapperpublic void writeState(javax.faces.context.FacesContext ctx)
throws IOException
writeState in class javax.faces.application.ViewHandlerWrapperIOExceptionpublic javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapperCopyright © 2015 Seam Framework. All Rights Reserved.