|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Bridge
interface is used by a portlet to execute a JSF artifact.javax.portlet.faces.defaultViewId
.javax.portlet.faces.viewPath
.doFacesRequest
method is called
and the bridge is in an uninitialized state.PortletMode
s.
encodeActionURL
of a portlet: url containing either
the _jsfBridgeViewId
or _jsfBridgeViewPath
parameter.
GenericFacesPortlet
is provided to simplify development of a portlet that in
whole or part relies on the Faces bridge to process requests.List
of values associated with this preference.
FacesContext
.
NamingContainer
that ensures all
generated ids are namespaced using the consumer provided unique portlet id.
UIViewRoot
that implements portlet specific NamingContainer
that ensures the consumer's unique portlet Id is encoded in all tree components.Preference
interface allows one to access each
PortletPreferences
as a discrete object.ViewHandler.renderView
prior to dispatching the request
to the view (jsp)to indicating a filter should
put the AFTER_VIEW_CONTENT in a buffer on the request for it to process after
rendering the view components.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |