javax.portlet.faces
Interface Bridge


public interface Bridge

Author:
Neil Griffin

Nested Class Summary
static class Bridge.BridgeRenderPolicy
           
static class Bridge.PortletPhase
           
 
Field Summary
static String AFTER_VIEW_CONTENT
           
static String BACK_LINK
           
static String BRIDGE_EVENT_HANDLER
           
static String BRIDGE_PACKAGE_PREFIX
           
static String BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER
           
static String DEFAULT_RENDERKIT_ID
           
static String DEFAULT_VIEWID_MAP
           
static String DIRECT_LINK
           
static String EXCLUDED_REQUEST_ATTRIBUTES
           
static String FACES_USE_CURRENT_VIEW_PARAMETER
           
static String FACES_VIEW_ID_PARAMETER
           
static String FACES_VIEW_PATH_PARAMETER
           
static String IN_PROTOCOL_RESOURCE_LINK
           
static String IS_POSTBACK_ATTRIBUTE
           
static String MAX_MANAGED_REQUEST_SCOPES
           
static String NONFACES_TARGET_PATH_PARAMETER
           
static String PORTLET_LIFECYCLE_PHASE
           
static String PORTLET_MODE_PARAMETER
           
static String PORTLET_NAMESPACED_RESPONSE_PROPERTY
           
static String PORTLET_SECURE_PARAMETER
           
static String PORTLET_WINDOWSTATE_PARAMETER
           
static String PRESERVE_ACTION_PARAMS
           
static String RENDER_CONTENT_AFTER_VIEW
           
static String RENDER_POLICY
           
static String SAVESTATE_FIELD_MARKER
           
static String VIEW_ID
           
static String VIEW_LINK
           
static String VIEW_PATH
           
static String VIEWID_HISTORY
           
 
Method Summary
 void destroy()
           
 void doFacesRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 void doFacesRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse)
           
 void doFacesRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void doFacesRequest(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse)
           
 void init(javax.portlet.PortletConfig portletConfig)
           
 

Field Detail

AFTER_VIEW_CONTENT

static final String AFTER_VIEW_CONTENT
See Also:
Constant Field Values

BACK_LINK

static final String BACK_LINK
See Also:
Constant Field Values

BRIDGE_EVENT_HANDLER

static final String BRIDGE_EVENT_HANDLER
See Also:
Constant Field Values

BRIDGE_PACKAGE_PREFIX

static final String BRIDGE_PACKAGE_PREFIX
See Also:
Constant Field Values

BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER

static final String BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER
See Also:
Constant Field Values

DEFAULT_RENDERKIT_ID

static final String DEFAULT_RENDERKIT_ID
See Also:
Constant Field Values

DEFAULT_VIEWID_MAP

static final String DEFAULT_VIEWID_MAP
See Also:
Constant Field Values

DIRECT_LINK

static final String DIRECT_LINK
See Also:
Constant Field Values

EXCLUDED_REQUEST_ATTRIBUTES

static final String EXCLUDED_REQUEST_ATTRIBUTES
See Also:
Constant Field Values

FACES_USE_CURRENT_VIEW_PARAMETER

static final String FACES_USE_CURRENT_VIEW_PARAMETER
See Also:
Constant Field Values

FACES_VIEW_ID_PARAMETER

static final String FACES_VIEW_ID_PARAMETER
See Also:
Constant Field Values

FACES_VIEW_PATH_PARAMETER

static final String FACES_VIEW_PATH_PARAMETER
See Also:
Constant Field Values

IN_PROTOCOL_RESOURCE_LINK

static final String IN_PROTOCOL_RESOURCE_LINK
See Also:
Constant Field Values

IS_POSTBACK_ATTRIBUTE

static final String IS_POSTBACK_ATTRIBUTE
See Also:
Constant Field Values

MAX_MANAGED_REQUEST_SCOPES

static final String MAX_MANAGED_REQUEST_SCOPES
See Also:
Constant Field Values

NONFACES_TARGET_PATH_PARAMETER

static final String NONFACES_TARGET_PATH_PARAMETER
See Also:
Constant Field Values

PORTLET_LIFECYCLE_PHASE

static final String PORTLET_LIFECYCLE_PHASE
See Also:
Constant Field Values

PORTLET_MODE_PARAMETER

static final String PORTLET_MODE_PARAMETER
See Also:
Constant Field Values

PORTLET_NAMESPACED_RESPONSE_PROPERTY

static final String PORTLET_NAMESPACED_RESPONSE_PROPERTY
See Also:
Constant Field Values

PORTLET_SECURE_PARAMETER

static final String PORTLET_SECURE_PARAMETER
See Also:
Constant Field Values

PORTLET_WINDOWSTATE_PARAMETER

static final String PORTLET_WINDOWSTATE_PARAMETER
See Also:
Constant Field Values

PRESERVE_ACTION_PARAMS

static final String PRESERVE_ACTION_PARAMS
See Also:
Constant Field Values

RENDER_CONTENT_AFTER_VIEW

static final String RENDER_CONTENT_AFTER_VIEW
See Also:
Constant Field Values

RENDER_POLICY

static final String RENDER_POLICY
See Also:
Constant Field Values

SAVESTATE_FIELD_MARKER

static final String SAVESTATE_FIELD_MARKER
See Also:
Constant Field Values

VIEW_ID

static final String VIEW_ID
See Also:
Constant Field Values

VIEW_LINK

static final String VIEW_LINK
See Also:
Constant Field Values

VIEW_PATH

static final String VIEW_PATH
See Also:
Constant Field Values

VIEWID_HISTORY

static final String VIEWID_HISTORY
See Also:
Constant Field Values
Method Detail

destroy

void destroy()

doFacesRequest

void doFacesRequest(javax.portlet.ActionRequest actionRequest,
                    javax.portlet.ActionResponse actionResponse)
                    throws BridgeDefaultViewNotSpecifiedException,
                           BridgeUninitializedException,
                           BridgeException
Throws:
BridgeDefaultViewNotSpecifiedException
BridgeUninitializedException
BridgeException

doFacesRequest

void doFacesRequest(javax.portlet.EventRequest eventRequest,
                    javax.portlet.EventResponse eventResponse)
                    throws BridgeUninitializedException,
                           BridgeException
Throws:
BridgeUninitializedException
BridgeException

doFacesRequest

void doFacesRequest(javax.portlet.RenderRequest renderRequest,
                    javax.portlet.RenderResponse renderResponse)
                    throws BridgeDefaultViewNotSpecifiedException,
                           BridgeUninitializedException,
                           BridgeException
Throws:
BridgeDefaultViewNotSpecifiedException
BridgeUninitializedException
BridgeException

doFacesRequest

void doFacesRequest(javax.portlet.ResourceRequest resourceRequest,
                    javax.portlet.ResourceResponse resourceResponse)
                    throws BridgeUninitializedException,
                           BridgeException
Throws:
BridgeUninitializedException
BridgeException

init

void init(javax.portlet.PortletConfig portletConfig)
          throws BridgeException
Throws:
BridgeException


Copyright © 2014 Liferay, Inc.. All Rights Reserved.