|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Bridge
interface is used by a portlet to execute a JSF artifact.GenericFacesPortlet
overrides event processing by dispatching all events to the bridge or delegates
all event processing to the GenericPortlet
.
javax.portlet.faces.defaultViewId
.BridgeEventHandler
interface defines the class the bridge relies
on to process portlet events.javax.portlet.faces.viewPath
.BridgePublicRenderParameterHandler
interface defines the class the bridge relies
on to post process portlet public render parameters.doFacesRequest
method is called
and the bridge is in an uninitialized state.BridgeWriteBehindResponse
interface defines the api the bridge relies
on to acquire the buffered JSP output from the response(Wrapper) used to handle the Faces
implementation dependent writeBehindResponse methodlogy/interface.PortletMode
s.
EventNavigationResult
is the type of object that can
be returned from a BrdigeEventHandler.handleEvent
call.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.GenericFacesPortlet
but retained in case a subclass has called it.
GenericFacesPortlet
but retained in case a subclass has called it.
List
of values associated with this preference.
javax.portlet.faces.autoDispatchEvents
if non-null or
true
, otherwise.
OutputStream
PrintWriter
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 |