- BACK_LINK - Static variable in interface javax.portlet.faces.Bridge
-
Special token parameter in the URL passed to the bridge's implementation of ExternalContext.encodeResourceURL(String)
that it recognizes as an indication that an URL
referring 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 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-param 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
-
- BRIDGE_PACKAGE_PREFIX - Static variable in interface javax.portlet.faces.Bridge
-
Base attribute/context parameter prefix.
- BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER - Static variable in interface javax.portlet.faces.Bridge
-
- BRIDGE_REQUEST_SCOPE_ACTION_ENABLED - Static variable in interface javax.portlet.faces.Bridge
-
Context initialization parameter that specifies whether or not the bridge request scope extends from an PortletRequest.ACTION_PHASE
to a subsequent PortletRequest.ACTION_PHASE
.
- BRIDGE_REQUEST_SCOPE_AJAX_ENABLED - Static variable in interface javax.portlet.faces.Bridge
-
Context initialization parameter that specifies whether or not Ajax XHR requests that invoke the PortletRequest.RESOURCE_PHASE
will participate in the bridge request scope created in a prior PortletRequest.ACTION_PHASE
.
- 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 javax.portlet.faces
-
- BridgeConfigFactory - Class in javax.portlet.faces
-
This abstract class provides a contract for defining a factory that knows how to create instances of type
BridgeConfig
and
PortletConfig
.
- BridgeConfigFactory() - Constructor for class javax.portlet.faces.BridgeConfigFactory
-
- BridgeConfigWrapper - Class in javax.portlet.faces
-
- BridgeConfigWrapper() - Constructor for class javax.portlet.faces.BridgeConfigWrapper
-
- BridgeDefaultViewNotSpecifiedException - Exception in javax.portlet.faces
-
- BridgeDefaultViewNotSpecifiedException() - Constructor for exception javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
-
- BridgeDefaultViewNotSpecifiedException(String) - Constructor for exception javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
-
- BridgeDefaultViewNotSpecifiedException(Exception) - 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
-
- BridgeEventHandler - Interface in javax.portlet.faces
-
The BridgeEventHandler
interface defines the class the bridge relies on to process portlet events.
- BridgeEventHandlerFactory - Class in javax.portlet.faces
-
- BridgeEventHandlerFactory() - Constructor for class javax.portlet.faces.BridgeEventHandlerFactory
-
- BridgeEventHandlerWrapper - Class in javax.portlet.faces
-
- BridgeEventHandlerWrapper() - Constructor for class javax.portlet.faces.BridgeEventHandlerWrapper
-
- 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(Exception) - 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
-
- BridgeFactoryFinder - Class in javax.portlet.faces
-
This class provides a factory lookup mechanism similar to the FactoryFinder
in the JSF API.
- BridgeFactoryFinder() - Constructor for class javax.portlet.faces.BridgeFactoryFinder
-
- BridgeInvalidViewPathException - Exception in javax.portlet.faces
-
- BridgeInvalidViewPathException() - Constructor for exception javax.portlet.faces.BridgeInvalidViewPathException
-
- BridgeInvalidViewPathException(String) - Constructor for exception javax.portlet.faces.BridgeInvalidViewPathException
-
- BridgeInvalidViewPathException(Exception) - 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
-
- BridgeNotAFacesRequestException - Exception in javax.portlet.faces
-
Thrown when the portlet invokes one of the bridge's
doFacesRequest
methods even though the
Bridge.NONFACES_TARGET_PATH_PARAMETER
parameter is present, indicating it is a non-Faces target.
- BridgeNotAFacesRequestException() - Constructor for exception javax.portlet.faces.BridgeNotAFacesRequestException
-
- BridgeNotAFacesRequestException(String) - Constructor for exception javax.portlet.faces.BridgeNotAFacesRequestException
-
- BridgeNotAFacesRequestException(Exception) - 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
-
- BridgePortalContext - Class in com.liferay.faces.bridge.context
-
- BridgePortletConfigFactory - Class in javax.portlet.faces.filter
-
- BridgePortletConfigFactory() - Constructor for class javax.portlet.faces.filter.BridgePortletConfigFactory
-
- BridgePortletRequestFactory - Class in javax.portlet.faces.filter
-
- BridgePortletRequestFactory() - Constructor for class javax.portlet.faces.filter.BridgePortletRequestFactory
-
- BridgePortletResponseFactory - Class in javax.portlet.faces.filter
-
- BridgePortletResponseFactory() - Constructor for class javax.portlet.faces.filter.BridgePortletResponseFactory
-
- BridgePreDestroy - Annotation Type in javax.portlet.faces.annotation
-
The BridgePreDestroy
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.
- BridgePublicRenderParameterHandler - Interface in javax.portlet.faces
-
This interface defines the contract for a Portlet 2.0 Public Render Parameter "handler" that enables JSF portlet
developers to perform any processing that might be necessary after the bridge pushes public render parameter values
into the model.
- BridgePublicRenderParameterHandlerFactory - Class in javax.portlet.faces
-
- BridgePublicRenderParameterHandlerFactory() - Constructor for class javax.portlet.faces.BridgePublicRenderParameterHandlerFactory
-
- BridgePublicRenderParameterHandlerWrapper - Class in javax.portlet.faces
-
- BridgePublicRenderParameterHandlerWrapper() - Constructor for class javax.portlet.faces.BridgePublicRenderParameterHandlerWrapper
-
- 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.
- BridgeRequestScoped - Annotation Type in javax.portlet.faces.annotation
-
This annotation may be applied to CDI beans that are to be scoped according to the requirements of the "Bridge
Request Scope" as described in Section 5.1.2 of the JSR 378 Specification titled "Managing Lifecycle State".
- BridgeUninitializedException - Exception in javax.portlet.faces
-
Thrown when the one of the bridge's doFacesRequest
methods 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(Exception) - 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
-
- BridgeURL - Interface in javax.portlet.faces
-
This interface represents a bridge URL, meaning a URL that has convenience methods for representing URLs according to
Section 6.1.3.1 of the Bridge Spec.
- BridgeURLFactory - Class in javax.portlet.faces
-
This factory is responsible for creating instances of
BridgeURL
.
- BridgeURLFactory() - Constructor for class javax.portlet.faces.BridgeURLFactory
-
- BridgeURLWrapper - Class in javax.portlet.faces
-
- BridgeURLWrapper() - Constructor for class javax.portlet.faces.BridgeURLWrapper
-
- 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.
- broadcast(FacesEvent) - Method in class com.liferay.faces.bridge.component.inputfile.InputFile
-
- 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
-
- getAbsolutePath() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getActionRequest(ActionRequest, ActionResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
Returns a new instance of ActionRequest
.
- getActionRequestInstance(ActionRequest, ActionResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
- getActionResponse(ActionRequest, ActionResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
Returns a new instance of ActionResponse
.
- getActionResponseInstance(ActionRequest, ActionResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
- getAttributes() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getAttributes() - Method in interface javax.portlet.faces.BridgeConfig
-
Returns an immutable
Map
of bridge configuration attributes.
- getAttributes() - Method in class javax.portlet.faces.BridgeConfigWrapper
-
- getBridgeActionURL(FacesContext, String) - Method in class javax.portlet.faces.BridgeURLFactory
-
Returns a new action URL instance of
BridgeURL
.
- getBridgeActionURLInstance(FacesContext, String) - Static method in class javax.portlet.faces.BridgeURLFactory
-
- getBridgeBookmarkableURL(FacesContext, String, Map<String, List<String>>) - Method in class javax.portlet.faces.BridgeURLFactory
-
Returns a new bookmarkable URL instance of
BridgeURL
.
- getBridgeBookmarkableURLInstance(FacesContext, String, Map<String, List<String>>) - Static method in class javax.portlet.faces.BridgeURLFactory
-
- getBridgeClassName() - Method in class javax.portlet.faces.GenericFacesPortlet
-
Returns the className of the bridge implementation this portlet uses.
- getBridgeConfig(PortletConfig) - Method in class javax.portlet.faces.BridgeConfigFactory
-
- getBridgeConfigInstance(PortletConfig) - Static method in class javax.portlet.faces.BridgeConfigFactory
-
- getBridgeEventHandler(PortletConfig) - Method in class javax.portlet.faces.BridgeEventHandlerFactory
-
- getBridgeEventHandler() - Method in class javax.portlet.faces.GenericFacesPortlet
-
- getBridgeEventHandlerInstance(PortletConfig) - Static method in class javax.portlet.faces.BridgeEventHandlerFactory
-
- getBridgePartialActionURL(FacesContext, String) - Method in class javax.portlet.faces.BridgeURLFactory
-
Returns a new partial action URL instance of
BridgeURL
.
- getBridgePartialActionURLInstance(FacesContext, String) - Static method in class javax.portlet.faces.BridgeURLFactory
-
- getBridgePublicRenderParameterHandler(PortletConfig) - Method in class javax.portlet.faces.BridgePublicRenderParameterHandlerFactory
-
- getBridgePublicRenderParameterHandler() - Method in class javax.portlet.faces.GenericFacesPortlet
-
- getBridgePublicRenderParameterHandlerInstance(PortletConfig) - Static method in class javax.portlet.faces.BridgePublicRenderParameterHandlerFactory
-
- getBridgeRedirectURL(FacesContext, String, Map<String, List<String>>) - Method in class javax.portlet.faces.BridgeURLFactory
-
Returns a new redirect URL instance of
BridgeURL
.
- getBridgeRedirectURLInstance(FacesContext, String, Map<String, List<String>>) - Static method in class javax.portlet.faces.BridgeURLFactory
-
- getBridgeResourceURL(FacesContext, String) - Method in class javax.portlet.faces.BridgeURLFactory
-
Returns a new resource URL instance of
BridgeURL
.
- getBridgeResourceURLInstance(FacesContext, String) - Static method in class javax.portlet.faces.BridgeURLFactory
-
- getBytes() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getCacheability() - Method in class javax.portlet.faces.component.PortletResourceURL
-
cacheability
attribute description:
- getCharSet() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getContainerClientId(FacesContext) - Method in class javax.portlet.faces.component.PortletNamingContainerUIViewRoot
-
- getContentType() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getDefaultRenderKitId() - Method in class javax.portlet.faces.GenericFacesPortlet
-
- getDefaultViewIdMap() - Method in class javax.portlet.faces.GenericFacesPortlet
-
- getEventRequest(EventRequest, EventResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
Returns a new instance of EventRequest
.
- getEventRequestInstance(EventRequest, EventResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
- getEventResponse(EventRequest, EventResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
Returns a new instance of EventResponse
.
- getEventResponseInstance(EventRequest, EventResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
- getExcludedRequestAttributes() - Method in interface javax.portlet.faces.BridgeConfig
-
Returns an immutable
Set
of attribute names that are to be excluded from the bridge request scope as
defined in the bridge:excluded-attributes element within the faces-config.xml descriptor.
- getExcludedRequestAttributes() - Method in class javax.portlet.faces.BridgeConfigWrapper
-
- getExcludedRequestAttributes() - Method in class javax.portlet.faces.GenericFacesPortlet
-
- 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.
- getFactory(PortletContext, Class<?>) - Static method in class javax.portlet.faces.BridgeFactoryFinder
-
Returns the factory instance associated with the specified factory class from the specified portlet context.
- getFactoryInstance(PortletContext, Class<?>) - Method in class javax.portlet.faces.BridgeFactoryFinder
-
Returns the factory instance associated with the specified factory class from the specified portlet context.
- getFamily() - Method in class javax.portlet.faces.component.PortletActionURL
-
- getFamily() - Method in class javax.portlet.faces.component.PortletNamespace
-
- getFamily() - Method in class javax.portlet.faces.component.PortletParam
-
- getFamily() - Method in class javax.portlet.faces.component.PortletProperty
-
- getFamily() - Method in class javax.portlet.faces.component.PortletRenderURL
-
- getFamily() - Method in class javax.portlet.faces.component.PortletResourceURL
-
- getFileUploadListener() - Method in class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
fileUploadListener
attribute description:
- getFromAction() - Method in class javax.portlet.faces.event.EventNavigationResult
-
- getHeader(String) - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getHeaderNames() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getHeaderRequest(HeaderRequest, HeaderResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
Returns a new instance of HeaderRequest
.
- getHeaderRequestInstance(HeaderRequest, HeaderResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
- getHeaderResponse(HeaderRequest, HeaderResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
Returns a new instance of HeaderResponse
.
- getHeaderResponseInstance(HeaderRequest, HeaderResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
- getHeaders(String) - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getHeadResponseWriter(ResponseWriter, PortletResponse) - Method in class com.liferay.faces.bridge.context.HeadResponseWriterFactory
-
Returns a new instance of ResponseWriter
.
- getHeadResponseWriterInstance(ResponseWriter, PortletContext, PortletResponse) - Static method in class com.liferay.faces.bridge.context.HeadResponseWriterFactory
-
- getId() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getId() - Method in class javax.portlet.faces.component.PortletResourceURL
-
id
attribute description:
- getInputStream() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getInstance() - Static method in class javax.portlet.faces.BridgeFactoryFinder
-
Returns the thread-safe Singleton instance of the bridge factory finder.
- getMessage() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getMultiple() - Method in class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
- getName() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getName() - Method in class javax.portlet.faces.component.PortletActionURL
-
name
attribute description:
- getName() - Method in class javax.portlet.faces.component.PortletParam
-
name
attribute description:
- getName() - Method in class javax.portlet.faces.component.PortletProperty
-
name
attribute description:
- getName() - Method in interface javax.portlet.faces.preference.Preference
-
Returns the name of this preference.
- getOutcome() - Method in class javax.portlet.faces.event.EventNavigationResult
-
- getParameter(String) - Method in interface javax.portlet.faces.BridgeURL
-
- getParameter(String) - Method in class javax.portlet.faces.BridgeURLWrapper
-
- getParameterMap() - Method in interface javax.portlet.faces.BridgeURL
-
Returns a mutable
Map
representing the URL parameters.
- getParameterMap() - Method in class javax.portlet.faces.BridgeURLWrapper
-
- getPortletConfig(PortletConfig) - Method in class javax.portlet.faces.filter.BridgePortletConfigFactory
-
Returns a thread-safe instance of PortletConfig
.
- getPortletConfigInstance(PortletConfig) - Static method in class javax.portlet.faces.filter.BridgePortletConfigFactory
-
- getPortletMode() - Method in class javax.portlet.faces.component.PortletActionURL
-
portletMode
attribute description:
- getPortletMode() - Method in class javax.portlet.faces.component.PortletRenderURL
-
portletMode
attribute description:
- getPortletRequestPhase() - Static method in class javax.portlet.faces.BridgeUtil
-
Indicates the portlet lifecycle phase currently being executed within the execution of the Faces lifecycle.
- getPortletRequestPhase(FacesContext) - Static method in class javax.portlet.faces.BridgeUtil
-
Indicates the portlet lifecycle phase currently being executed within the execution of the Faces lifecycle.
- getPublicParameterMappings() - Method in interface javax.portlet.faces.BridgeConfig
-
Returns an immutable
Map
of Public Render Parameter mappings as defined in the
bridge:public-parameter-mappings element of the faces-config.xml descriptor.
- getPublicParameterMappings() - Method in class javax.portlet.faces.BridgeConfigWrapper
-
- getRenderRequest(RenderRequest, RenderResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
Returns a new instance of RenderRequest
.
- getRenderRequestInstance(RenderRequest, RenderResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
- getRenderResponse(RenderRequest, RenderResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
Returns a new instance of RenderResponse
.
- getRenderResponseInstance(RenderRequest, RenderResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
- getRequestAttributeInspector(PortletRequest, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.RequestAttributeInspectorFactory
-
- getRequestAttributeInspectorInstance(PortletRequest, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.RequestAttributeInspectorFactory
-
- getResourceRequest(ResourceRequest, ResourceResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
Returns a new instance of ResourceRequest
.
- getResourceRequestInstance(ResourceRequest, ResourceResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
- getResourceResponse(ResourceRequest, ResourceResponse, PortletConfig, BridgeConfig) - Method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
Returns a new instance of ResourceResponse
.
- getResourceResponseInstance(ResourceRequest, ResourceResponse, PortletConfig, BridgeConfig) - Static method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
- getSecure() - Method in class javax.portlet.faces.component.PortletActionURL
-
secure
attribute description:
- getSecure() - Method in class javax.portlet.faces.component.PortletRenderURL
-
secure
attribute description:
- getSecure() - Method in class javax.portlet.faces.component.PortletResourceURL
-
secure
attribute description:
- getSize() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getStatus() - Method in interface com.liferay.faces.bridge.model.UploadedFile
-
- getStyleClass() - Method in class com.liferay.faces.bridge.component.inputfile.InputFile
-
- getType() - Method in class javax.portlet.faces.component.PortletParam
-
type
attribute description:
- getUploadedFile() - Method in class com.liferay.faces.bridge.event.FileUploadEvent
-
- getValue() - Method in class javax.portlet.faces.component.PortletParam
-
value
attribute description:
- getValue() - Method in class javax.portlet.faces.component.PortletProperty
-
value
attribute description:
- 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.
- getVar() - Method in class javax.portlet.faces.component.PortletActionURL
-
var
attribute description:
- getVar() - Method in class javax.portlet.faces.component.PortletNamespace
-
var
attribute description:
- getVar() - Method in class javax.portlet.faces.component.PortletRenderURL
-
var
attribute description:
- getVar() - Method in class javax.portlet.faces.component.PortletResourceURL
-
var
attribute description:
- getViewId() - Method in interface javax.portlet.faces.BridgeURL
-
If the URL targets a Faces view, then returns the viewId.
- getViewId() - Method in class javax.portlet.faces.BridgeURLWrapper
-
- getViewIdRenderParameterName() - Method in interface javax.portlet.faces.BridgeConfig
-
Returns the parameter name used for storing the value of the target viewId in a RenderRequest
.
- getViewIdRenderParameterName() - Method in class javax.portlet.faces.BridgeConfigWrapper
-
- getViewIdResourceParameterName() - Method in interface javax.portlet.faces.BridgeConfig
-
Returns the parameter name used for storing the value of the target viewId in a ResourceRequest
.
- getViewIdResourceParameterName() - Method in class javax.portlet.faces.BridgeConfigWrapper
-
- getWindowState() - Method in class javax.portlet.faces.component.PortletActionURL
-
windowState
attribute description:
- getWindowState() - Method in class javax.portlet.faces.component.PortletRenderURL
-
windowState
attribute description:
- getWrapped() - Method in class com.liferay.faces.bridge.context.HeadResponseWriterFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class com.liferay.faces.bridge.event.EventPayloadWrapper
-
- getWrapped() - Method in class javax.portlet.faces.BridgeConfigFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.BridgeConfigWrapper
-
- getWrapped() - Method in class javax.portlet.faces.BridgeEventHandlerFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.BridgeEventHandlerWrapper
-
- getWrapped() - Method in class javax.portlet.faces.BridgePublicRenderParameterHandlerFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.BridgePublicRenderParameterHandlerWrapper
-
- getWrapped() - Method in class javax.portlet.faces.BridgeURLFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.BridgeURLWrapper
-
- getWrapped() - Method in class javax.portlet.faces.filter.BridgePortletConfigFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.filter.BridgePortletRequestFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.filter.BridgePortletResponseFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.RequestAttributeInspectorFactory
-
Returns the wrapped factory instance if this factory decorates another.
- getWrapped() - Method in class javax.portlet.faces.RequestAttributeInspectorWrapper
-
- IN_PROTOCOL_RESOURCE_LINK - Static variable in interface javax.portlet.faces.Bridge
-
Special token parameter in the URL passed to the bridge's implementation of ExternalContext.encodeResourceURL(String)
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
-
Initializes the GenericFacesPortlet
according to the specified portlet configuration.
- INITIALIZE_NAMESPACED_CONTEXT_ATTRIBUTES - Static variable in class javax.portlet.faces.GenericFacesPortlet
-
Portlet init-param that determines whether or not the
GenericFacesPortlet.init(PortletConfig)
method sets
PortletContext
attributes from
PortletConfig
init-param values, such that they are namespaced with the
portlet name.
- InputFile - Class in com.liferay.faces.bridge.component.inputfile
-
- InputFile() - Constructor for class com.liferay.faces.bridge.component.inputfile.InputFile
-
- InputFileBase - Class in com.liferay.faces.bridge.component.inputfile
-
- InputFileBase() - Constructor for class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
- InputFileBase.InputFilePropertyKeys - Enum in com.liferay.faces.bridge.component.inputfile
-
- IS_POSTBACK_ATTRIBUTE - Static variable in interface javax.portlet.faces.Bridge
-
Portlet request attribute set by the bridge when processing a Faces request that signals this request is a Faces
postback.
- isAppropriateListener(FacesListener) - Method in class com.liferay.faces.bridge.event.FileUploadEvent
-
- isAuto() - Method in class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
auto
attribute description:
- 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.
- isCopyCurrentRenderParameters() - Method in class javax.portlet.faces.component.PortletActionURL
-
copyCurrentRenderParameters
attribute description:
- isCopyCurrentRenderParameters() - Method in class javax.portlet.faces.component.PortletRenderURL
-
copyCurrentRenderParameters
attribute description:
- isEscapeXml() - Method in class javax.portlet.faces.component.PortletActionURL
-
escapeXml
attribute description:
- isEscapeXml() - Method in class javax.portlet.faces.component.PortletRenderURL
-
escapeXml
attribute description:
- isEscapeXml() - Method in class javax.portlet.faces.component.PortletResourceURL
-
escapeXml
attribute description:
- isExcludedByAnnotation(String, Object) - Method in interface javax.portlet.faces.RequestAttributeInspector
-
Determines whether or not a request attribute is to be excluded from the bridge request scope because the
specified value is an instance of a class annotated with
ExcludeFromManagedRequestScope
.
- isExcludedByAnnotation(String, Object) - Method in class javax.portlet.faces.RequestAttributeInspectorWrapper
-
- isExcludedByConfig(String, Object) - Method in interface javax.portlet.faces.RequestAttributeInspector
-
Determines whether or not a request attribute is to be excluded from the bridge request scope because the
specified name appears in the bridge:excluded-attributes
element within the faces-config.xml
descriptor.
- isExcludedByConfig(String, Object) - Method in class javax.portlet.faces.RequestAttributeInspectorWrapper
-
- isExcludedByPreExisting(String, Object) - Method in interface javax.portlet.faces.RequestAttributeInspector
-
Determines whether or not a request attribute is to be excluded from the bridge request scope because the
specified name matches the name of a request attribute that existed before the bridge acquired the FacesContext
.
- isExcludedByPreExisting(String, Object) - Method in class javax.portlet.faces.RequestAttributeInspectorWrapper
-
- isExcludedByType(String, Object) - Method in interface javax.portlet.faces.RequestAttributeInspector
-
Determines whether or not a request attribute is to be excluded from the bridge request scope because the
specified value is an instance of a particular class such as those listed in Section 5.1.2 of the Bridge
Specification.
- isExcludedByType(String, Object) - Method in class javax.portlet.faces.RequestAttributeInspectorWrapper
-
- isPortletRequest() - Static method in class javax.portlet.faces.BridgeUtil
-
Indicates whether the current request is executing in the portlet container.
- isPortletRequest(FacesContext) - 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
-
- isReadOnly() - Method in interface javax.portlet.faces.preference.Preference
-
Returns true, if the value of this preference cannot be modified by the user.
- isRedirect() - Method in class com.liferay.faces.bridge.event.EventPayloadWrapper
-
- PORTLET_LIFECYCLE_PHASE - Static variable in interface javax.portlet.faces.Bridge
-
Portlet request 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 implementation of ExternalContext.encodeActionURL(String)
that it recognizes as an indication that this action
should encode a portlet mode change to the one indicated by the parameter's value.
- PORTLET_NAMESPACED_RESPONSE_PROPERTY - Static variable in interface javax.portlet.faces.Bridge
-
Name of the portlet response 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 bridge's implementation of ExternalContext.encodeActionURL(String)
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 implementation of ExternalContext.encodeActionURL(String)
that it recognizes as an indication that this action
should encode a window state change to the one indicated by the parameter's value.
- PortletActionURL - Class in javax.portlet.faces.component
-
- PortletActionURL() - Constructor for class javax.portlet.faces.component.PortletActionURL
-
- PortletActionURL.PropertyKeys - Enum in javax.portlet.faces.component
-
- PortletNamespace - Class in javax.portlet.faces.component
-
- PortletNamespace() - Constructor for class javax.portlet.faces.component.PortletNamespace
-
- PortletNamespace.NamespacePropertyKeys - Enum in javax.portlet.faces.component
-
- PortletNamingContainer - Annotation Type in javax.portlet.faces.annotation
-
- PortletNamingContainerUIViewRoot - Class in javax.portlet.faces.component
-
This class satisfies namespacing requirements of Section 6.6 of the specification.
- PortletNamingContainerUIViewRoot() - Constructor for class javax.portlet.faces.component.PortletNamingContainerUIViewRoot
-
- PortletParam - Class in javax.portlet.faces.component
-
- PortletParam() - Constructor for class javax.portlet.faces.component.PortletParam
-
- PortletParam.ParamPropertyKeys - Enum in javax.portlet.faces.component
-
- PortletProperty - Class in javax.portlet.faces.component
-
- PortletProperty() - Constructor for class javax.portlet.faces.component.PortletProperty
-
- PortletProperty.PropertyPropertyKeys - Enum in javax.portlet.faces.component
-
- PortletRenderURL - Class in javax.portlet.faces.component
-
- PortletRenderURL() - Constructor for class javax.portlet.faces.component.PortletRenderURL
-
- PortletRenderURL.PropertyKeys - Enum in javax.portlet.faces.component
-
- PortletResourceURL - Class in javax.portlet.faces.component
-
- PortletResourceURL() - Constructor for class javax.portlet.faces.component.PortletResourceURL
-
- PortletResourceURL.PropertyKeys - Enum in javax.portlet.faces.component
-
- POST_REDIRECT_GET_SUPPORT - Static variable in class com.liferay.faces.bridge.context.BridgePortalContext
-
Property indicating if the portal application supports/implements the POST-REDIRECT-GET design pattern, meaning
that the PortletRequest.ACTION_PHASE
originates from an HTTP POST request, and the PortletRequest.RENDER_PHASE
is caused by a subsequent HTTP GET request.
- Preference - Interface in javax.portlet.faces.preference
-
The Preference
interface allows one to access each value from PortletPreferences
as a discrete object.
- PRESERVE_ACTION_PARAMS - Static variable in interface javax.portlet.faces.Bridge
-
- processAction(ActionRequest, ActionResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
-
- processEvent(EventRequest, EventResponse) - Method in class javax.portlet.faces.GenericFacesPortlet
-
- processListener(FacesListener) - Method in class com.liferay.faces.bridge.event.FileUploadEvent
-
- processUpdates(FacesContext) - Method in interface javax.portlet.faces.BridgePublicRenderParameterHandler
-
This method is called after the bridge has pushed public render parameter values into the model, which occurs
after the RESTORE_VIEW phase of the JSF lifecycle.
- processUpdates(FacesContext) - Method in class javax.portlet.faces.BridgePublicRenderParameterHandlerWrapper
-
- 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
-
- SET_HTTP_STATUS_CODE_SUPPORT - Static variable in class com.liferay.faces.bridge.context.BridgePortalContext
-
Property indicating if the portal application supports the standard mechanism of setting the ResourceResponse.HTTP_STATUS_CODE
property on the ResourceResponse
.
- SET_RESOURCE_RESPONSE_BUFFER_SIZE_SUPPORT - Static variable in class com.liferay.faces.bridge.context.BridgePortalContext
-
Property indicating if the portal application supports setting the buffer size on its ResourceResponse
implementation.
- setAuto(boolean) - Method in class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
auto
attribute description:
- setCacheability(String) - Method in class javax.portlet.faces.component.PortletResourceURL
-
cacheability
attribute description:
- setCopyCurrentRenderParameters(boolean) - Method in class javax.portlet.faces.component.PortletActionURL
-
copyCurrentRenderParameters
attribute description:
- setCopyCurrentRenderParameters(boolean) - Method in class javax.portlet.faces.component.PortletRenderURL
-
copyCurrentRenderParameters
attribute description:
- setEscapeXml(boolean) - Method in class javax.portlet.faces.component.PortletActionURL
-
escapeXml
attribute description:
- setEscapeXml(boolean) - Method in class javax.portlet.faces.component.PortletRenderURL
-
escapeXml
attribute description:
- setEscapeXml(boolean) - Method in class javax.portlet.faces.component.PortletResourceURL
-
escapeXml
attribute description:
- setFileUploadListener(MethodExpression) - Method in class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
fileUploadListener
attribute description:
- setFromAction(String) - Method in class javax.portlet.faces.event.EventNavigationResult
-
Sets the value that corresponds to the <from-action> element of a navigation-rule.
- setId(String) - Method in class javax.portlet.faces.component.PortletResourceURL
-
id
attribute description:
- setMultiple(String) - Method in class com.liferay.faces.bridge.component.inputfile.InputFileBase
-
multiple
attribute description:
- setName(String) - Method in class javax.portlet.faces.component.PortletActionURL
-
name
attribute description:
- setName(String) - Method in class javax.portlet.faces.component.PortletParam
-
name
attribute description:
- setName(String) - Method in class javax.portlet.faces.component.PortletProperty
-
name
attribute description:
- setName(String) - Method in interface javax.portlet.faces.preference.Preference
-
Sets the name of this preference.
- setOutcome(String) - Method in class javax.portlet.faces.event.EventNavigationResult
-
Sets the value that corresponds to the <outcome> element of a navigation-rule.
- setParameter(String, String) - Method in interface javax.portlet.faces.BridgeURL
-
- setParameter(String, String[]) - Method in interface javax.portlet.faces.BridgeURL
-
- setParameter(String, String) - Method in class javax.portlet.faces.BridgeURLWrapper
-
- setParameter(String, String[]) - Method in class javax.portlet.faces.BridgeURLWrapper
-
- setPortletMode(String) - Method in class javax.portlet.faces.component.PortletActionURL
-
portletMode
attribute description:
- setPortletMode(String) - Method in class javax.portlet.faces.component.PortletRenderURL
-
portletMode
attribute description:
- setSecure(Boolean) - Method in class javax.portlet.faces.component.PortletActionURL
-
secure
attribute description:
- setSecure(Boolean) - Method in class javax.portlet.faces.component.PortletRenderURL
-
secure
attribute description:
- setSecure(Boolean) - Method in class javax.portlet.faces.component.PortletResourceURL
-
secure
attribute description:
- setType(String) - Method in class javax.portlet.faces.component.PortletParam
-
type
attribute description:
- setValue(String) - Method in class javax.portlet.faces.component.PortletParam
-
value
attribute description:
- setValue(String) - Method in class javax.portlet.faces.component.PortletProperty
-
value
attribute description:
- 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.
- setVar(String) - Method in class javax.portlet.faces.component.PortletActionURL
-
var
attribute description:
- setVar(String) - Method in class javax.portlet.faces.component.PortletNamespace
-
var
attribute description:
- setVar(String) - Method in class javax.portlet.faces.component.PortletRenderURL
-
var
attribute description:
- setVar(String) - Method in class javax.portlet.faces.component.PortletResourceURL
-
var
attribute description:
- setWindowState(String) - Method in class javax.portlet.faces.component.PortletActionURL
-
windowState
attribute description:
- setWindowState(String) - Method in class javax.portlet.faces.component.PortletRenderURL
-
windowState
attribute description:
- STRICT_NAMESPACED_PARAMETERS_SUPPORT - Static variable in class com.liferay.faces.bridge.context.BridgePortalContext
-
Property indicating if the portal application requires parameters to be namespaced.
- valueOf(String) - Static method in enum com.liferay.faces.bridge.component.inputfile.InputFileBase.InputFilePropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.liferay.faces.bridge.model.UploadedFile.Status
-
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 javax.portlet.faces.component.PortletActionURL.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.portlet.faces.component.PortletNamespace.NamespacePropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.portlet.faces.component.PortletParam.ParamPropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.portlet.faces.component.PortletProperty.PropertyPropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.portlet.faces.component.PortletRenderURL.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum javax.portlet.faces.component.PortletResourceURL.PropertyKeys
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.liferay.faces.bridge.component.inputfile.InputFileBase.InputFilePropertyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.liferay.faces.bridge.model.UploadedFile.Status
-
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 javax.portlet.faces.component.PortletActionURL.PropertyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.portlet.faces.component.PortletNamespace.NamespacePropertyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.portlet.faces.component.PortletParam.ParamPropertyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.portlet.faces.component.PortletProperty.PropertyPropertyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.portlet.faces.component.PortletRenderURL.PropertyKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum javax.portlet.faces.component.PortletResourceURL.PropertyKeys
-
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
-
- VIEW_LINK - Static variable in interface javax.portlet.faces.Bridge
-
Special token parameter in the URL passed to the bridge's implementation of ExternalContext.encodeResourceURL(String)
that it recognizes as an indication that this URL
refers to Faces view (navigation) and hence should be encoded as a portlet ActionURL rather then a portlet
ResourceURL.
- VIEW_PATH - Static variable in interface javax.portlet.faces.Bridge
-
- VIEWID_HISTORY - Static variable in interface javax.portlet.faces.Bridge
-
Portlet session attribute set by the bridge to hold the last viewId accessed in a given mode.