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.ViewHandlerWrapper
public void initView(javax.faces.context.FacesContext context) throws javax.faces.FacesException
initView
in class javax.faces.application.ViewHandlerWrapper
javax.faces.FacesException
public Locale calculateLocale(javax.faces.context.FacesContext facesContext)
calculateLocale
in class javax.faces.application.ViewHandlerWrapper
public String calculateRenderKitId(javax.faces.context.FacesContext ctx)
calculateRenderKitId
in class javax.faces.application.ViewHandlerWrapper
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext ctx, String viewId)
createView
in class javax.faces.application.ViewHandlerWrapper
public String getActionURL(javax.faces.context.FacesContext facesContext, String viewId)
getActionURL
in class javax.faces.application.ViewHandlerWrapper
ViewHandler#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.ViewHandlerWrapper
public String getBookmarkableURL(javax.faces.context.FacesContext context, String viewId, Map<String,List<String>> parameters, boolean includeViewParams)
getBookmarkableURL
in class javax.faces.application.ViewHandlerWrapper
public String getResourceURL(javax.faces.context.FacesContext ctx, String path)
getResourceURL
in class javax.faces.application.ViewHandlerWrapper
public void renderView(javax.faces.context.FacesContext ctx, javax.faces.component.UIViewRoot viewRoot) throws IOException, javax.faces.FacesException
renderView
in class javax.faces.application.ViewHandlerWrapper
IOException
javax.faces.FacesException
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext ctx, String viewId)
restoreView
in class javax.faces.application.ViewHandlerWrapper
public void writeState(javax.faces.context.FacesContext ctx) throws IOException
writeState
in class javax.faces.application.ViewHandlerWrapper
IOException
public javax.faces.application.ViewHandler getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>
getWrapped
in class javax.faces.application.ViewHandlerWrapper
Copyright © 2015 Seam Framework. All Rights Reserved.