Portlet Bridge JSF 2 API 3.3.3.Final
A B C D E F G H I J L M N O P R S V 

A

ACTION_PARAMETERS - Static variable in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
addExcludedEntries(List<String>) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
Adds a new List of excluded attribute names to the existing set.
addFactoryDefinition(Class<? extends BridgeFactory<?>>, String) - Static method in class org.jboss.portletbridge.bridge.factory.BridgeFactoryFinder
 
addFactoryInstance(Class<? extends BridgeFactory<?>>, BridgeFactory<?>) - Static method in class org.jboss.portletbridge.bridge.factory.BridgeFactoryFinder
 
AFTER_VIEW_CONTENT - Static variable in interface javax.portlet.faces.Bridge
A PortletRequest attribute set by an include filter in recognition of the RenderContentAfterView bridge attribute.
appendClientWindowId(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Provide the ability to append the Client Window Id to urls that need to be encoded.

B

BACK_LINK - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeResourceURL() that it recognizes as an indication that an URL refering back to the page which contains this portlet should be encoded in the resource url.
Bridge - Interface in javax.portlet.faces
The Bridge interface is used by a portlet to execute a JSF artifact.
Bridge.BridgeRenderPolicy - Enum in javax.portlet.faces
Enumeration whose values describe the render policy used by the bridge to render portlets in this application.
Bridge.PortletPhase - Enum in javax.portlet.faces
Enumeration whose values describe the current portlet phase the bridge is executing Faces within.
BRIDGE_AUTO_DISPATCH_EVENTS - Static variable in class javax.portlet.faces.GenericFacesPortlet
Portlet init parameter containing the setting for whether the GenericFacesPortlet overrides event processing by dispatching all events to the bridge or delegates all event processing to the GenericPortlet.
BRIDGE_CLASS - Static variable in class javax.portlet.faces.GenericFacesPortlet
Application (PortletContext) init parameter that names the bridge class used by this application.
BRIDGE_EVENT_HANDLER - Static variable in interface javax.portlet.faces.Bridge
A PortletContext attribute that a portlet can set prior to calling the bridge's init() method to configure the bridge to use/call the associated eventHandler when processing an event.
BRIDGE_PACKAGE_PREFIX - Static variable in interface javax.portlet.faces.Bridge
 
BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER - Static variable in interface javax.portlet.faces.Bridge
A PortletContext attribute that a portlet can set prior to calling the bridge's init() method to configure the bridge to use/call the associated publicRenderParameterHandler.
BRIDGE_SERVICE_CLASSPATH - Static variable in class javax.portlet.faces.GenericFacesPortlet
Location of the services descriptor file in a brige installation that defines the class name of the bridge implementation.
BridgeConfig - Interface in org.jboss.portletbridge.bridge.config
The BridgeConfig represents the set of values a portlet can configure for a given bridge instance.
BridgeConfigFactory - Class in org.jboss.portletbridge.bridge.factory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeConfig.
BridgeConfigFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeConfigFactory
 
BridgeContext - Class in org.jboss.portletbridge.bridge.context
The BridgeContext contains the runtime specific state the bridge makes public so its various independent pieces can work together to properly operate.
BridgeContext() - Constructor for class org.jboss.portletbridge.bridge.context.BridgeContext
 
BridgeContextFactory - Class in org.jboss.portletbridge.bridge.factory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeContext.
BridgeContextFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeContextFactory
 
BridgeController - Interface in org.jboss.portletbridge.bridge.controller
 
BridgeControllerFactory - Class in org.jboss.portletbridge.bridge.factory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeController.
BridgeControllerFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeControllerFactory
 
BridgeDefaultViewNotSpecifiedException - Exception in javax.portlet.faces
Thrown when the bridge can't resolve the target view from the request and the portlet hasn't set the PortletRequest attribute javax.portlet.faces.defaultViewId.
BridgeDefaultViewNotSpecifiedException() - Constructor for exception javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
 
BridgeDefaultViewNotSpecifiedException(String) - Constructor for exception javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
 
BridgeDefaultViewNotSpecifiedException(Throwable) - Constructor for exception javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
 
BridgeDefaultViewNotSpecifiedException(String, Throwable) - Constructor for exception javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
 
BridgeDestroyRequestSystemEvent - Class in org.jboss.portletbridge.bridge.event
Faces SystemEvent sent by the Bridge in its doFacesRequest() method after finishing request processing and just before it returns.
BridgeDestroyRequestSystemEvent(BridgeContext) - Constructor for class org.jboss.portletbridge.bridge.event.BridgeDestroyRequestSystemEvent
 
BridgeEventHandler - Interface in javax.portlet.faces
The BridgeEventHandler interface defines the class the bridge relies on to process portlet events.
BridgeException - Exception in javax.portlet.faces
Generic exception thrown when the bridge encounters an unexpected error.
BridgeException() - Constructor for exception javax.portlet.faces.BridgeException
 
BridgeException(String) - Constructor for exception javax.portlet.faces.BridgeException
 
BridgeException(Throwable) - Constructor for exception javax.portlet.faces.BridgeException
 
BridgeException(String, Throwable) - Constructor for exception javax.portlet.faces.BridgeException
 
BridgeFactory<T> - Class in org.jboss.portletbridge.bridge.factory
This abstract class is inspired by the factory pattern found in the JSF API like FacesContextFactory and ExternalContextFactory.
BridgeFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeFactory
 
BridgeFactoryFinder - Class in org.jboss.portletbridge.bridge.factory
 
BridgeInitializeRequestSystemEvent - Class in org.jboss.portletbridge.bridge.event
Faces SystemEvent sent by the Bridge in its doFacesRequest() method after acquiring the BridgeContext (and before doing anything else).
BridgeInitializeRequestSystemEvent(BridgeContext) - Constructor for class org.jboss.portletbridge.bridge.event.BridgeInitializeRequestSystemEvent
 
BridgeInvalidViewPathException - Exception in javax.portlet.faces
Thrown when the bridge can't resolve the target view from the ViewPath PortletRequest attribute javax.portlet.faces.viewPath.
BridgeInvalidViewPathException() - Constructor for exception javax.portlet.faces.BridgeInvalidViewPathException
 
BridgeInvalidViewPathException(String) - Constructor for exception javax.portlet.faces.BridgeInvalidViewPathException
 
BridgeInvalidViewPathException(Throwable) - Constructor for exception javax.portlet.faces.BridgeInvalidViewPathException
 
BridgeInvalidViewPathException(String, Throwable) - Constructor for exception javax.portlet.faces.BridgeInvalidViewPathException
 
BridgeLogger - Interface in org.jboss.portletbridge.bridge.logger
 
BridgeLogger.Level - Enum in org.jboss.portletbridge.bridge.logger
 
BridgeLoggerFactory - Class in org.jboss.portletbridge.bridge.factory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeLogger.
BridgeLoggerFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeLoggerFactory
 
BridgeNotAFacesRequestException - Exception in javax.portlet.faces
Thrown when the bridge finds that the request is encoded with its marker indicating its a nonFaces target.
BridgeNotAFacesRequestException() - Constructor for exception javax.portlet.faces.BridgeNotAFacesRequestException
 
BridgeNotAFacesRequestException(String) - Constructor for exception javax.portlet.faces.BridgeNotAFacesRequestException
 
BridgeNotAFacesRequestException(Throwable) - Constructor for exception javax.portlet.faces.BridgeNotAFacesRequestException
 
BridgeNotAFacesRequestException(String, Throwable) - Constructor for exception javax.portlet.faces.BridgeNotAFacesRequestException
 
BridgePostConfigureSystemEvent - Class in org.jboss.portletbridge.bridge.event
Faces SystemEvent sent by the Bridge in its init() method after initializing itself.
BridgePostConfigureSystemEvent(BridgeConfig) - Constructor for class org.jboss.portletbridge.bridge.event.BridgePostConfigureSystemEvent
 
BridgePostConstructFacesContextSystemEvent - Class in org.jboss.portletbridge.bridge.event
Faces SystemEvent sent by the Bridge in its doFacesRequest() method after the bridge has acquired the FacesContext but before it runs the Lifecyle.
BridgePostConstructFacesContextSystemEvent(BridgeContext) - Constructor for class org.jboss.portletbridge.bridge.event.BridgePostConstructFacesContextSystemEvent
 
BridgePreDestroy - Annotation Type in javax.portlet.faces.annotation
The PreDestroy annotation is used on methods as a callback notification to signal that the instance is in the process of being removed by the bridge from the bridge request scope.
BridgePreReleaseFacesContextSystemEvent - Class in org.jboss.portletbridge.bridge.event
Faces SystemEvent sent by the Bridge in its doFacesRequest() method after executing the request and before releasing the FacesContext.
BridgePreReleaseFacesContextSystemEvent(BridgeContext) - Constructor for class org.jboss.portletbridge.bridge.event.BridgePreReleaseFacesContextSystemEvent
 
BridgePublicRenderParameterHandler - Interface in javax.portlet.faces
The BridgePublicRenderParameterHandler interface defines the class the bridge relies on to post process portlet public render parameters.
BridgeRequestScope - Interface in org.jboss.portletbridge.bridge.scope
BridgeRequestScope is merely the holder of the bridge's request scope state.
BridgeRequestScopeAttributeAdded - Annotation Type in javax.portlet.faces.annotation
The BridgeRequestScopeAttributeAdded annotation is used on methods as a callback notification to signal that the instance is in the process of being added to the container's request scope and that this attribute will be managed in the bridge request scope.
BridgeRequestScopeFactory - Class in org.jboss.portletbridge.bridge.factory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeRequestScope.
BridgeRequestScopeFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeFactory
 
BridgeRequestScopeManager - Interface in org.jboss.portletbridge.bridge.scope
The RequestScopeManager manages a set of RequestScopes based on its desired policies.
BridgeRequestScopeManagerFactory - Class in org.jboss.portletbridge.bridge.factory
This abstract class provides a contract for defining a factory that knows how to create instances of type BridgeRequestScopeManager.
BridgeRequestScopeManagerFactory() - Constructor for class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeManagerFactory
 
BridgeSystemEvent - Class in org.jboss.portletbridge.bridge.event
Base bridge SystemEvent class the provides access to the BridgeContext.
BridgeSystemEvent(BridgeContext) - Constructor for class org.jboss.portletbridge.bridge.event.BridgeSystemEvent
 
BridgeUninitializedException - Exception in javax.portlet.faces
Thrown when the bridge's doFacesRequest method is called and the bridge is in an uninitialized state.
BridgeUninitializedException() - Constructor for exception javax.portlet.faces.BridgeUninitializedException
 
BridgeUninitializedException(String) - Constructor for exception javax.portlet.faces.BridgeUninitializedException
 
BridgeUninitializedException(Throwable) - Constructor for exception javax.portlet.faces.BridgeUninitializedException
 
BridgeUninitializedException(String, Throwable) - Constructor for exception javax.portlet.faces.BridgeUninitializedException
 
BridgeUtil - Class in javax.portlet.faces
Utility class designed to make it easy for Faces subsystems including the bridge itself to determine whether this request is running in a portlet container and/or which portlet request phase it is executing in.
BridgeWriteBehindResponse - Interface in javax.portlet.faces
The 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.

C

createRequestScope(BridgeContext, String, String, String, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Create a new empty RequestScope.
createRequestScope(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Create a new empty RequestScope.

D

DEFAULT_CHARACTERSET_ENCODING - Static variable in class javax.portlet.faces.GenericFacesPortlet
Portlet init parameter that defines the render response CharacterSetEncoding the bridge sets prior to rendering.
DEFAULT_CONTENT_TYPE - Static variable in class javax.portlet.faces.GenericFacesPortlet
Portlet init parameter that defines the render response ContentType the bridge sets prior to rendering.
DEFAULT_RENDERKIT_ID - Static variable in interface javax.portlet.faces.Bridge
A PortletContext attribute that a portlet can set prior to calling the bridge's init() method to configure the bridge to default the renderKitId used for rendering this portlet to the named Id.
DEFAULT_VIEW_ID_ATTR - Static variable in interface javax.portlet.faces.Bridge
Request-scope attribute name for the default request viewId .
DEFAULT_VIEWID - Static variable in class javax.portlet.faces.GenericFacesPortlet
Portlet init parameter that defines the default ViewId that should be used when the request doesn't otherwise convery the target.
DEFAULT_VIEWID_MAP - Static variable in interface javax.portlet.faces.Bridge
PortletContext attribute that a portlet must set prior to calling the bridge's init() method to convey to the bridge the set of default viewIds that correspond to this portlet's supported PortletModes.
destroy() - Method in interface javax.portlet.faces.Bridge
Called by the portlet to take the bridge out of service.
destroy() - Method in class javax.portlet.faces.GenericFacesPortlet
 
destroy() - Method in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
DIRECT_LINK - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeActionURL() that it recognizes as an indication that this action should be treated as a direct link and hence shouldn't be encoded as a Portlet action.
doDispatch(RenderRequest, RenderResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
If mode is VIEW, EDIT, or HELP -- defer to the doView, doEdit, doHelp so subclasses can override.
doEdit(RenderRequest, RenderResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
 
doFacesRequest(ActionRequest, ActionResponse) - Method in interface javax.portlet.faces.Bridge
Called by the portlet when it wants the bridge to process an action request.
doFacesRequest(EventRequest, EventResponse) - Method in interface javax.portlet.faces.Bridge
Called by the portlet when it wants the bridge to process an event request.
doFacesRequest(RenderRequest, RenderResponse) - Method in interface javax.portlet.faces.Bridge
Called by the portlet when it wants the bridge to process a render request.
doFacesRequest(ResourceRequest, ResourceResponse) - Method in interface javax.portlet.faces.Bridge
Called by the portlet when it wants the bridge to process an in-protocol resource request.
doHelp(RenderRequest, RenderResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
 
doPreventSelfClosingScriptTag() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the bridge should prevent script tags from being rendered as self-closing in the page HEAD.
doView(RenderRequest, RenderResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
 

E

equals(Object) - Method in class javax.portlet.faces.event.EventNavigationResult
 
EventNavigationResult - Class in javax.portlet.faces.event
An EventNavigationResult is the type of object that can be returned from a BrdigeEventHandler.handleEvent call.
EventNavigationResult() - Constructor for class javax.portlet.faces.event.EventNavigationResult
 
EventNavigationResult(String, String) - Constructor for class javax.portlet.faces.event.EventNavigationResult
 
EXCLUDED_REQUEST_ATTRIBUTES - Static variable in interface javax.portlet.faces.Bridge
A PortletContext attribute that a portlet can set prior to calling the bridge's init() method to configure the bridge to exclude specific attributes from its bridge request scope.
ExcludeFromManagedRequestScope - Annotation Type in javax.portlet.faces.annotation
The ExcludeFromManagedRequestScope annotation is used on a class as a signal that instances of this class are not to be managed by the bridge in the bridge request scope if/when the instance is added to the portlet container's request scope.
EXTENDED_PORTLET_ATTR_PREFIX - Static variable in interface javax.portlet.faces.Bridge
Per-portlet extensions attributes prefix ( this implementation-specific ), for additional parameters, as described in the JSR 301 PLT 3.2

F

FACES_USE_CURRENT_VIEW_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Special value recognized during encodeActionURL of a portlet: url containing either the _jsfBridgeViewId or _jsfBridgeViewPath parameter.
FACES_VIEW_ID_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Name of a request parameter (generally) encoded in a link from a nonFaces view response.
FACES_VIEW_PATH_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Name of a request parameter (generally) encoded in a link from a nonFaces view response.
flushMarkupToWrappedResponse() - Method in interface javax.portlet.faces.BridgeWriteBehindResponse
Called by the bridge after dispatching to flush the current buffered content to the wrapped response (this could be a Servlet or Portlet response).

G

GenericFacesPortlet - Class in javax.portlet.faces
The GenericFacesPortlet is provided to simplify development of a portlet that in whole or part relies on the Faces bridge to process requests.
GenericFacesPortlet() - Constructor for class javax.portlet.faces.GenericFacesPortlet
 
getAttributes() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
This Map is a place to put extra (implementation specific) bridge state or anything else whose lifetime matches this scope.
getAttributes() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
This Map is a place to put extra (implementation specific) bridge state or anything else whose lifetime matches this scope.
getBridgeClassName() - Method in class javax.portlet.faces.GenericFacesPortlet
JSR 301 API method
getBridgeConfig() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getBridgeConfig() - Method in class org.jboss.portletbridge.bridge.event.BridgePostConfigureSystemEvent
 
getBridgeConfig() - Method in class org.jboss.portletbridge.bridge.factory.BridgeConfigFactory
 
getBridgeContext(BridgeConfig) - Method in class org.jboss.portletbridge.bridge.factory.BridgeContextFactory
 
getBridgeController(BridgeConfig) - Method in class org.jboss.portletbridge.bridge.factory.BridgeControllerFactory
 
getBridgeEventHandler() - Method in class javax.portlet.faces.GenericFacesPortlet
 
getBridgeLogger(BridgeConfig) - Method in class org.jboss.portletbridge.bridge.factory.BridgeLoggerFactory
 
getBridgeLogger(String) - Method in class org.jboss.portletbridge.bridge.factory.BridgeLoggerFactory
 
getBridgePublicRenderParameterHandler() - Method in class javax.portlet.faces.GenericFacesPortlet
 
getBridgeRequestScope(String, String, String, String) - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeFactory
 
getBridgeRequestScope(String, String, String, String, int) - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeFactory
 
getBridgeRequestScope(String, String, String, String, int, float, int) - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeFactory
 
getBridgeRequestScope(String, String, String, String, Map<String, Object>) - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeFactory
 
getBridgeRequestScopeManager() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getBridgeRequestScopeManager(BridgeConfig) - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeManagerFactory
 
getBridgeScope() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the Bridge request scope corresponding to current view and mode.
getBridgeScope(String, String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the Bridge request scope corresponding to passed viewId and mode.
getBytes() - Method in interface javax.portlet.faces.BridgeWriteBehindResponse
Called by the bridge after dispatching is complete to acquire the AfterJSPContent when the response has been written as bytes.
getChars() - Method in interface javax.portlet.faces.BridgeWriteBehindResponse
Called by the bridge after dispatching is complete to acquire the AfterJSPContent when the response has been written as characters.
getContainerClientId(FacesContext) - Method in class javax.portlet.faces.component.PortletNamingContainerUIViewRoot
Implements NamingContainer semantics.
getContext() - Method in class org.jboss.portletbridge.bridge.event.BridgeSystemEvent
 
getCurrentInstance() - Static method in class org.jboss.portletbridge.bridge.context.BridgeContext
Return the BridgeContext instance for the request that is being processed by the current thread.
getDefaultFacesViewIdForRequest(boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the default Faces (viewid) target configured for the current request's PortletMode.
getDefaultRenderKitId() - Method in class javax.portlet.faces.GenericFacesPortlet
Returns a String defining the default render kit id the bridge should ensure for this portlet.
getDefaultRenderKitId() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
By spec, the portlet can configure the specific renderkit it uses vs others in the app as a Portlet init parameter.
getDefaultViewIdMap() - Method in class javax.portlet.faces.GenericFacesPortlet
JSR 301 API method
getDefaultViewMappings() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the Map describing the mapping between each supported PortletMode and its default Faces View (id).
getEventHandler() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the BridgeEventHandler that the bridge calls to handle any portlet event it processes.
getExcludedEntries(List<String>) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
 
getExcludedRequestAttributes() - Method in class javax.portlet.faces.GenericFacesPortlet
4.2.7 getExcludedRequestAttributes() As a portlet lifecycle allows multiple (re)renders to occur following an action, the bridge manages an extended notion of a request scope to ensure that such rerenders produces identical results.
getExcludedRequestAttributes() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the List of attributes to be excluded from the bridge's request scope.
getFacesBridge(PortletRequest, PortletResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
Returns an initialized bridge instance adequately prepared so the caller can call doFacesRequest directly without further initialization.
getFacesBridge() - Method in class javax.portlet.faces.GenericFacesPortlet
Get current Bridge instance.
getFacesErrorViewMappings() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the Map of Exception classes to Faces views (information taken from web.xml).
getFacesServletMappings() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the List of Servlet mappings to the Faces servlet (information taken from web.xml).
getFacesSuffixes() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
gets the List of the possible suffixes that Faces recognizes as Faces processed targets.
getFacesViewId(boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the Faces (viewid) currently targeted.
getFacesViewIdFromPath(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the Faces (viewid) target as represented in the path.
getFacesViewIdFromRequest(boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the Faces (viewid) target as described by the request.
getFactoryDefinition(Class<? extends BridgeFactory<?>>) - Static method in class org.jboss.portletbridge.bridge.factory.BridgeFactoryFinder
 
getFactoryInstance(Class<? extends BridgeFactory<?>>) - Static method in class org.jboss.portletbridge.bridge.factory.BridgeFactoryFinder
 
getFromAction() - Method in class javax.portlet.faces.event.EventNavigationResult
Gets the fromAction stored in this object.
getId() - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
 
getLifecycleId() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
 
getLogger() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the BridgeLogger that the bridge uses to log diagnostic and warning messages.
getLogLevel() - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
Get the Log Level that all log() calls will use.
getName() - Method in interface javax.portlet.faces.preference.Preference
Returns the name of this preference.
getNavigationalQueryString() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
The bridge allows viewIds in the faces-config.xml to contain queryStrings.
getOutcome() - Method in class javax.portlet.faces.event.EventNavigationResult
Gets the outcome stored in this object.
getPortletConfig() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the PortletConfig object of the portlet that is utilizing this bridge.
getPortletContext() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getPortletMode() - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
 
getPortletName() - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
 
getPortletRequest() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getPortletRequestPhase() - Static method in class javax.portlet.faces.BridgeUtil
Return describes the portlet request phase currently being executed.
getPortletRequestPhase() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Gets the request phase govering this context.
getPortletResponse() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getPreFacesRequestAttrNames() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getPreservedActionParams() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getPublicRenderParameterHandler() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the BridgePublicRenderParameterHandler that the bridge calls to handle post processing recalculations following the bridge pushing incoming portlet public render parameters to their models.
getPublicRenderParameterMappings() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the Map containing the mappings between portlet public render parameter names and a corresponding Faces EL statement.
getRedirectViewId() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
getRenderRedirectQueryString() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
The bridge is required to support redirects to other Faces views during render.
getRequestScope(BridgeContext, String, String, String, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
getRequestScope(BridgeContext, String, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
getRequestScope(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
getRequestScope(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Returns the BridgeRequestScope corresponding to the portletId, sessionId, viewId and portletMode.
getRequestScopeById(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Returns the BridgeRequestScope corresponding to the supplied key (id)
getResponseCharacterSetEncoding(PortletRequest) - Method in class javax.portlet.faces.GenericFacesPortlet
Deprecated.
-- no longer used or called by the GenericFacesPortlet but retained in case a subclass has called it.
getResponseContentType(PortletRequest) - Method in class javax.portlet.faces.GenericFacesPortlet
Deprecated.
-- no longer used or called by the GenericFacesPortlet but retained in case a subclass has called it.
getSavedViewStateParam() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Faces stores the current view state in a hidden field in the response.
getSessionId() - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
 
getSessionIdParameterName() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Get the name of the parameter for the session id.
getValue() - Method in interface javax.portlet.faces.preference.Preference
Returns the first String value associated with this preference.
getValues() - Method in interface javax.portlet.faces.preference.Preference
Returns a List of values associated with this preference.
getViewHistory(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Returns the last viewId rendered for a given mode.
getViewId() - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
 
getViewIdRenderParameterName() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the name of the parameter used by the bridge to encode the target viewId.
getViewIdResourceParameterName() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the name of the parameter used by the bridge to encode the target viewIdwhen encoding a Resource URL.
getWrapped() - Method in class org.jboss.portletbridge.bridge.factory.BridgeControllerFactory
 
getWrapped() - Method in class org.jboss.portletbridge.bridge.factory.BridgeFactory
 
getWrapped() - Method in class org.jboss.portletbridge.bridge.factory.BridgeLoggerFactory
 
getWrapped() - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeFactory
 
getWrapped() - Method in class org.jboss.portletbridge.bridge.factory.BridgeRequestScopeManagerFactory
 
getWriteBehindRenderResponseWrapper() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the Class that the bridge uses to wrap the response when rendering a JSP to implement the Faces implementation specific support for handling interleaved response writing.
getWriteBehindResourceResponseWrapper() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets the Class that the bridge uses to wrap the response when rendering a JSP resource to implement the Faces implementation specific support for handling interleaved response writing.

H

handleEvent(FacesContext, Event) - Method in interface javax.portlet.faces.BridgeEventHandler
Called by the bridge when it needs to process a portlet event.
handlePortletEvent(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
hasFacesWriteBehindMarkup() - Method in interface javax.portlet.faces.BridgeWriteBehindResponse
Called by the bridge to detect whether this response actively participated in the Faces writeBehind support and hence has data that should be written after the View is rendered.
hashCode() - Method in class javax.portlet.faces.event.EventNavigationResult
 
hasPreserveActionParameters() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the bridge should carry action parameters forward into subsequent renders.
hasPublicRenderParameterMappings() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
 
hasRenderRedirect() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
hasRenderRedirectAfterDispatch() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 

I

IGNORE_BRIDGE_SCOPE - Static variable in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
IN_PROTOCOL_RESOURCE_LINK - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeResourceURL() that it recognizes as an indication that this resource should be handled in protocol.
init(PortletConfig) - Method in interface javax.portlet.faces.Bridge
Called by the portlet.
init(PortletConfig) - Method in class javax.portlet.faces.GenericFacesPortlet
Initialize generic faces portlet from portlet.xml
IS_POSTBACK_ATTRIBUTE - Static variable in interface javax.portlet.faces.Bridge
A PortletRequest attribute set by the bridge when processing a Faces request that signals this request is a Faces postback.
isAutoDispatchEvents() - Method in class javax.portlet.faces.GenericFacesPortlet
Returns the value of the portlet initialization parameter javax.portlet.faces.autoDispatchEvents if non-null or true, otherwise.
isBridgeRequestScopePreserved() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
isBridgeScopeEnabledOnAjaxRequest() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the bridge scope should store the result of an ajax request.
isBridgeScopePreservedPostRender() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the bridge scope should be retained at the completion of a Render Request.
isBytes() - Method in interface javax.portlet.faces.BridgeWriteBehindResponse
Called by the bridge after dispatching is complete to determine whether the JSP AfterViewContent was written as bytes (written via an OutputStream
isChars() - Method in interface javax.portlet.faces.BridgeWriteBehindResponse
Called by the bridge after dispatching is complete to determine whether the JSP AfterViewContent was written as chars (written via a PrintWriter
isComponentNamespaceShortened() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the namespace added to components should be shortened.
isEnabled() - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
Is Logging enabled for the Bridge?
isExcluded(String, Object) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
Allows the caller to (pre-determine) if a given attribute name/value pair will be excluded or not.
isFacesMessagesStoredOnAjaxRequest() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not Faces Messages should be stored in the bridge scope at the end of an ajax request.
isJsf22Runtime() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the bridge is running with a JSF 2.2 runtime.
isPortletRequest() - Static method in class javax.portlet.faces.BridgeUtil
Indicates whether the current request is executing in the portlet container.
isPreserveActionParameters() - Method in class javax.portlet.faces.GenericFacesPortlet
4.2.8 getPreserveActionParameters() By default the bridge doesn't preserve action parameters into subsequent renders.
isReadOnly() - Method in interface javax.portlet.faces.preference.Preference
Returns true, if the value of this preference cannot be modified by the user.
isViewParamHandlingDisabled() - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Gets whether or not the bridge should disable support for f:viewParam execution.

J

javax.portlet.faces - package javax.portlet.faces
 
javax.portlet.faces.annotation - package javax.portlet.faces.annotation
 
javax.portlet.faces.component - package javax.portlet.faces.component
 
javax.portlet.faces.event - package javax.portlet.faces.event
 
javax.portlet.faces.preference - package javax.portlet.faces.preference
 

L

LIFECYCLE_ID - Static variable in interface javax.portlet.faces.Bridge
Context initialization parameter that defines the lifecycle ID used to identify the Faces Lifecycle used for this application.
log(String, Throwable) - Static method in class org.jboss.portletbridge.bridge.context.BridgeContext
Convenience methods for classes that need to log without having or knowing whether they are currently executing in a BridgeContext
log(String) - Static method in class org.jboss.portletbridge.bridge.context.BridgeContext
Convenience methods for classes that need to log without having or knowing whether they are currently executing in a BridgeContext
log(String) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
 
log(String, Throwable) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
 
log(BridgeLogger.Level, String) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
Log a message using the Level passed, instead of the default.
log(BridgeLogger.Level, String, Throwable) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
Log a message and throwable using the Level passed, instead of the default.
LOGGING_BUNDLE - Static variable in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
 
LOGGING_ENABLED_PORTLET_INIT_PARAM - Static variable in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
 

M

MAX_MANAGED_REQUEST_SCOPE_ATTR - Static variable in interface javax.portlet.faces.Bridge
Name of the init parameter with maximum number of bridge request scopes maintained by the bridge.
MAX_MANAGED_REQUEST_SCOPES - Static variable in interface javax.portlet.faces.Bridge
Context initialization parameter that specifies the maximum number of bridge request scopes to preserved across all uses within this application.

N

NONFACES_TARGET_PATH_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Name of the render parameter set by the bridge when it encodes a navigation link to a nonFaces target.

O

org.jboss.portletbridge.bridge.config - package org.jboss.portletbridge.bridge.config
 
org.jboss.portletbridge.bridge.context - package org.jboss.portletbridge.bridge.context
 
org.jboss.portletbridge.bridge.controller - package org.jboss.portletbridge.bridge.controller
 
org.jboss.portletbridge.bridge.event - package org.jboss.portletbridge.bridge.event
 
org.jboss.portletbridge.bridge.factory - package org.jboss.portletbridge.bridge.factory
 
org.jboss.portletbridge.bridge.logger - package org.jboss.portletbridge.bridge.logger
 
org.jboss.portletbridge.bridge.scope - package org.jboss.portletbridge.bridge.scope
 

P

PORTLET_ATTR_PREFIX - Static variable in interface javax.portlet.faces.Bridge
Per-portlet attributes prefix, for additional parameters, as described in the JSR 301 PLT 3.2
PORTLET_LIFECYCLE_PHASE - Static variable in interface javax.portlet.faces.Bridge
PortletRequest attribute set by the bridge prior to creating/acquiring a FacesContext.
PORTLET_MODE_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeActionURL() that it recognizes as an indication that this action should encode a PortletMode change to the one indicated by the parameter's value.
PORTLET_NAMESPACED_RESPONSE_PROPERTY - Static variable in interface javax.portlet.faces.Bridge
Name of PortletResponse property set by the bridge when it recognizes that the view has been rendered using a NamingContainer that ensures all generated ids are namespaced using the consumer provided unique portlet id.
PORTLET_SECURE_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeActionURL() that it recognizes as an indication that this action should encode a security level change to the one indicated by the parameter's value.
PORTLET_WINDOWSTATE_PARAMETER - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeActionURL() that it recognizes as an indication that this action should encode a WindowState change to the one indicated by the parameter's value.
PortletNamingContainer - Annotation Type in javax.portlet.faces.annotation
The PortletNamingContainer annotation is used on a class as a signal that instances of this class implement the Portlet NamingContainer behavior.
PortletNamingContainerUIViewRoot - Class in javax.portlet.faces.component
UIViewRoot that implements portlet specific NamingContainer that ensures the consumer's unique portlet Id is encoded in all tree components.
PortletNamingContainerUIViewRoot() - Constructor for class javax.portlet.faces.component.PortletNamingContainerUIViewRoot
 
Preference - Interface in javax.portlet.faces.preference
The Preference interface allows one to access each PortletPreferences as a discrete object.
PRESERVE_ACTION_PARAM_ATTR_SUFFIX - Static variable in interface javax.portlet.faces.Bridge
 
PRESERVE_ACTION_PARAMS - Static variable in interface javax.portlet.faces.Bridge
A PortletContext attribute that a portlet can set prior to calling the bridge's init() method to configure the bridge to preserve action parameters received by this portlet along with bridge's request scope so that they may be restored and acessed in subsequent renders.
processAction(ActionRequest, ActionResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
 
processEvent(EventRequest, EventResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
 
processPortletAction(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
processUpdates(FacesContext) - Method in interface javax.portlet.faces.BridgePublicRenderParameterHandler
Called by the bridge after pushing incoming public render parameter values into mapped managed beans.

R

release() - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Called at the end of bridge request processing.
removeRequestScope(BridgeContext, BridgeRequestScope) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes the supplied BridgeRequestScope from management.
removeRequestScope(BridgeContext, String, String, String, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes the request scope pertaining to the portletName, sessionId, viewId and portletMode.
removeRequestScope(BridgeContext, String, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes the request scope pertaining to the portletName, sessionId, viewId and portletMode.
removeRequestScope(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes the request scope pertaining to the portletId, sessionId, viewId and portletMode.
removeRequestScopeById(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes the specific BridgeRequestScope (from management) that corresponds to the supplied key.
removeRequestScopesByPortlet(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes all the BridgeRequestScope's currently being managed by this manager for the specific portlet that is identified portletName.
removeRequestScopesByPortlet(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes all the BridgeRequestScope's currently being managed by this manager for the specific portlet that is identified in the PortletConfig object obtainable from the BridgeContext.
removeRequestScopesBySession(BridgeContext, String) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes all the BridgeRequestScope's currently being managed by this manager for the session identified by sessionId.
removeRequestScopesBySession(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScopeManager
Removes all the BridgeRequestScope's currently being managed by this manager for the current session.
RENDER_CONTENT_AFTER_VIEW - Static variable in interface javax.portlet.faces.Bridge
A PortletRequest attribute set by the bridge in its 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.
RENDER_POLICY - Static variable in interface javax.portlet.faces.Bridge
 
RENDER_POLICY_PARAM_ATTR_SUFFIX - Static variable in interface javax.portlet.faces.Bridge
 
renderPortletBody(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
renderPortletHead(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
renderResource(BridgeContext) - Method in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
reset() - Method in interface javax.portlet.faces.preference.Preference
Resets or removes the value(s) of this preference.
RESET_MODE_VIEWID - Static variable in interface javax.portlet.faces.Bridge
Allows portlets to reset the viewId when changing portlet modes.

S

SAVESTATE_FIELD_MARKER - Static variable in interface javax.portlet.faces.Bridge
Context initialization parameter that defines the SAVESTATE_FIELD_MARKER in use in the given deployment.
serveResource(ResourceRequest, ResourceResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
 
SESSION_APPLICATION_SCOPE_MAP - Static variable in interface javax.portlet.faces.Bridge
 
setBridgeConfig(BridgeConfig) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets the BridgeConfig that corresponds to this instance.
setBridgeRequestScopePreserved(boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Indicates whether the controller should preserve the bridge request scope.
setBridgeScopeEnabledOnAjaxRequest(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge scope should store the result of an ajax request.
setBridgeScopePreservedPostRender(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge scope should be retained at the end of a Render Request for future use.
setComponentNamespaceShortened(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the namespace added to components should be shortened to make them easier to read and reduce the bandwidth requirements for transport to the browser.
setCurrentInstance(BridgeContext) - Static method in class org.jboss.portletbridge.bridge.context.BridgeContext
Set the FacesContext instance for the request that is being processed by the current thread.
setDefaultViewMappings(Map<String, String>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the Map describing the mapping between each supported PortletMode and its default Faces View (id).
setEnabled(Boolean) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
 
setEnabled(boolean) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
 
setEventHandler(BridgeEventHandler) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the BridgeEventHandler that the bridge calls to handle any portlet event it processes.
setExcludedEntries(List<String>) - Method in interface org.jboss.portletbridge.bridge.scope.BridgeRequestScope
Sets a new List of excluded attribute names.
setExcludedRequestAttributes(List<String>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the List of attributes to be excluded from the bridge's request scope.
setFacesErrorViewMappings(Map<Class<? extends Throwable>, String>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the Map of Exception classes to Faces views (information taken from web.xml).
setFacesMessagesStoredOnAjaxRequest(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not Faces Messages should be stored in the bridge scope at the end of an ajax request.
setFacesServletMappings(List<String>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the List of Servlet mappings to the Faces servlet (information taken from web.xml).
setFacesSuffixes(List<String>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the List of the possible suffixes that Faces recognizes as Faces processed targets.
setFromAction(String) - Method in class javax.portlet.faces.event.EventNavigationResult
Sets the fromAction for this object.
setId(String) - Method in class javax.portlet.faces.component.PortletNamingContainerUIViewRoot
 
setJsf22Runtime(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge is running with a JSF 2.2 runtime.
setLifecyleId(String) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the id of the lifecycle the portlet should use for executing Faces requests.
setLogger(BridgeLogger) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the BridgeLogger that the bridge uses to log diagnostic and warning messages.
setLogLevel(BridgeLogger.Level) - Method in interface org.jboss.portletbridge.bridge.logger.BridgeLogger
Modify the Log Level that all log() calls will use.
setName(String) - Method in interface javax.portlet.faces.preference.Preference
Sets the name of this preference.
setNavigationQueryString(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
The bridge allows viewIds in the faces-config.xml to contain queryStrings.
setOutcome(String) - Method in class javax.portlet.faces.event.EventNavigationResult
Sets the fromAction for this object.
setPortletConfig(PortletConfig) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the PortletConfig object of the portlet that is utilizing this bridge.
setPortletContext(PortletContext) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets the PortletContext of the portlet invoking this bridge.
setPortletRequest(PortletRequest) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets the PortletRequest that invoked the bridge.
setPortletRequestPhase(Bridge.PortletPhase) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets the request phase govering this context.
setPortletResponse(PortletResponse) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets the PortletResponse that invoked the bridge.
setPreFacesRequestAttrNames(List<String>) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets the names of the attributes which existed before the FacesContext is acquired.
setPreserveActionParameters(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge should carry action parameters forward into subsequent renders.
setPreserveActionParameters(Boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge should carry action parameters forward into subsequent renders.
setPreservedActionParams(Map<String, String[]>) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Map of the action parameters that have been preserved for this render request.
setPreventSelfClosingScriptTag(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge should prevent script tags from being rendered as self-closing in the page HEAD.
setPublicRenderParameterHandler(BridgePublicRenderParameterHandler) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the BridgePublicRenderParameterHandler that the bridge calls to handle post processing recalculations following the bridge pushing incoming portlet public render parameters to their models.
setPublicRenderParameterMappings(Map<String, String>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the Map containing the mappings between portlet public render parameter names and a corresponding Faces EL statement.
setRedirectViewId(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
 
setRenderRedirect(boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Sets whether a render redirect has occurred in this request.
setRenderRedirectAfterDispatch(boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Set if the renderRedirect occurred after the (JSP) dispatch.
setRenderRedirectQueryString(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
The bridge is required to support redirects to other Faces views during render.
setSavedViewStateParam(String) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Faces stores the current view state in a hidden field in the response.
setSessionIdParameterName(String) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Set the name of the parameter for the session id.
setValue(String) - Method in interface javax.portlet.faces.preference.Preference
Associates the specified String value with this preference.
setValues(String[]) - Method in interface javax.portlet.faces.preference.Preference
Associates the specified String array value with this preference.
setViewHistory(String, String, boolean) - Method in class org.jboss.portletbridge.bridge.context.BridgeContext
Bridge maintains in the session the last viewId accessed in each mode.
setViewIdRenderParameterName(String) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the name of the parameter used by the bridge to encode the target viewId.
setViewIdResourceParameterName(String) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the name of the parameter used by the bridge to encode the target viewId when encoding a Resource URL.
setViewParamHandlingDisabled(boolean) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets whether or not the bridge should disable support for f:viewParam execution.
setWriteBehindRenderResponseWrapper(Class<? extends BridgeWriteBehindResponse>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the Class that the bridge uses to wrap the response when rendering a JSP to implement the Faces implementation specific support for handling interleaved response writing.
setWriteBehindResourceResponseWrapper(Class<? extends BridgeWriteBehindResponse>) - Method in interface org.jboss.portletbridge.bridge.config.BridgeConfig
Sets the Class that the bridge uses to wrap the response when rendering a JSP resource to implement the Faces implementation specific support for handling interleaved response writing.

V

valueOf(String) - Static method in enum javax.portlet.faces.Bridge.BridgeRenderPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.portlet.faces.Bridge.PortletPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.portletbridge.bridge.logger.BridgeLogger.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.portlet.faces.Bridge.BridgeRenderPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.portlet.faces.Bridge.PortletPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.portletbridge.bridge.logger.BridgeLogger.Level
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW_ID - Static variable in interface javax.portlet.faces.Bridge
PortletRequest attribute that a portlet may set prior to calling the bridge's doFacesRequest() method.
VIEW_LINK - Static variable in interface javax.portlet.faces.Bridge
Special token parameter in the url passed to the bridge's ExternalContext.encodeResourceURL() that it recognizes as an indication that this url refers to Faces view (navigation) and hence should be encoded as an portlet ActionURL rather then a portlet resource url.
VIEW_PATH - Static variable in interface javax.portlet.faces.Bridge
PortletRequest attribute that a portlet may set prior to calling the bridge's doFacesRequest() method.
VIEW_ROOT - Static variable in interface org.jboss.portletbridge.bridge.controller.BridgeController
 
VIEWID_HISTORY - Static variable in interface javax.portlet.faces.Bridge
PortletSession attribute set by the bridge to hold the last viewId accessed in a given mode.
A B C D E F G H I J L M N O P R S V 
Portlet Bridge JSF 2 API 3.3.3.Final

Copyright © 2015 JBoss by Red Hat. All rights reserved.