| com.sun.faces.portlet.ViewHandlerImpl
ViewHandlerImpl | final public class ViewHandlerImpl extends ViewHandler (Code) | | Concrete implementation of ViewHandler for use in
a portlet environment. This implementation delegates to the
standard instance provided to our constructor,
and only implements portlet-specific behavior where necessary.
|
Constructor Summary | |
public | ViewHandlerImpl(ViewHandler handler) Construct a new ViewHandler instance that delegates
all non-portlet-specific behavior to the specified implementation. |
NAME_SPACE_PARAMETER | final public static String NAME_SPACE_PARAMETER(Code) | | The URL parameter we use to pass the namespace of the portlet.
|
VIEW_ID_PARAMETER | final public static String VIEW_ID_PARAMETER(Code) | | The URL parameter we use to pass the view identifier of the
requested view.
|
ViewHandlerImpl | public ViewHandlerImpl(ViewHandler handler)(Code) | | Construct a new ViewHandler instance that delegates
all non-portlet-specific behavior to the specified implementation.
Parameters: handler - The ViewHandler instance to whomwe can delegate exception: NullPointerException - if handler is null |
calculateLocale | public Locale calculateLocale(FacesContext context)(Code) | | |
calculateRenderKitId | public String calculateRenderKitId(FacesContext context)(Code) | | |
createView | public UIViewRoot createView(FacesContext context, String viewId)(Code) | | |
renderView | public void renderView(FacesContext context, UIViewRoot viewToRender) throws IOException, FacesException(Code) | | |
restoreView | public UIViewRoot restoreView(FacesContext context, String viewId)(Code) | | |
|
|