|
||||||||||
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.PortletMode
s.
EventNavigationResult
is the type of object that can
be returned from a BrdigeEventHandler.handleEvent
call.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.
javax.portlet.faces.autoDispatchEvents
if non-null or
true
, otherwise.
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 |