org.portletfaces.bridge
Interface Bridge


public interface Bridge

Author:
Neil Griffin

Nested Class Summary
static class Bridge.PortletPhase
           
 
Field Summary
static java.lang.String BRIDGE_CONTEXT_ATTRIBUTE
           
static java.lang.String BRIDGE_EVENT_HANDLER
           
static java.lang.String BRIDGE_PACKAGE_PREFIX
           
static java.lang.String BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER
           
static java.lang.String DEFAULT_VIEWID_MAP
           
static java.lang.String FACES_VIEW_ID_PARAMETER
           
static java.lang.String FACES_VIEW_PATH_PARAMETER
           
static java.lang.String IS_POSTBACK_ATTRIBUTE
           
static java.lang.String MAX_MANAGED_REQUEST_SCOPES
           
static java.lang.String PORTLET_LIFECYCLE_PHASE
          Deprecated. replaced by BRIDGE_CONTEXT_ATTRIBUTE and BridgeContext#getPortletLifecyclePhase()
static java.lang.String PORTLET_MODE_PARAMETER
           
static java.lang.String PORTLET_NAMESPACED_RESPONSE_PROPERTY
           
static java.lang.String PORTLET_WINDOWSTATE_PARAMETER
           
static java.lang.String SAVESTATE_FIELD_MARKER
           
static java.lang.String VIEW_ID
           
static java.lang.String VIEW_PATH
           
 
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

BRIDGE_CONTEXT_ATTRIBUTE

static final java.lang.String BRIDGE_CONTEXT_ATTRIBUTE
See Also:
Constant Field Values

BRIDGE_EVENT_HANDLER

static final java.lang.String BRIDGE_EVENT_HANDLER
See Also:
Constant Field Values

BRIDGE_PACKAGE_PREFIX

static final java.lang.String BRIDGE_PACKAGE_PREFIX
See Also:
Constant Field Values

BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER

static final java.lang.String BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER
See Also:
Constant Field Values

DEFAULT_VIEWID_MAP

static final java.lang.String DEFAULT_VIEWID_MAP
See Also:
Constant Field Values

FACES_VIEW_ID_PARAMETER

static final java.lang.String FACES_VIEW_ID_PARAMETER
See Also:
Constant Field Values

FACES_VIEW_PATH_PARAMETER

static final java.lang.String FACES_VIEW_PATH_PARAMETER
See Also:
Constant Field Values

IS_POSTBACK_ATTRIBUTE

static final java.lang.String IS_POSTBACK_ATTRIBUTE
See Also:
Constant Field Values

MAX_MANAGED_REQUEST_SCOPES

static final java.lang.String MAX_MANAGED_REQUEST_SCOPES
See Also:
Constant Field Values

PORTLET_MODE_PARAMETER

static final java.lang.String PORTLET_MODE_PARAMETER
See Also:
Constant Field Values

PORTLET_NAMESPACED_RESPONSE_PROPERTY

static final java.lang.String PORTLET_NAMESPACED_RESPONSE_PROPERTY
See Also:
Constant Field Values

PORTLET_WINDOWSTATE_PARAMETER

static final java.lang.String PORTLET_WINDOWSTATE_PARAMETER
See Also:
Constant Field Values

SAVESTATE_FIELD_MARKER

static final java.lang.String SAVESTATE_FIELD_MARKER
See Also:
Constant Field Values

VIEW_ID

static final java.lang.String VIEW_ID
See Also:
Constant Field Values

VIEW_PATH

static final java.lang.String VIEW_PATH
See Also:
Constant Field Values

PORTLET_LIFECYCLE_PHASE

@Deprecated
static final java.lang.String PORTLET_LIFECYCLE_PHASE
Deprecated. replaced by BRIDGE_CONTEXT_ATTRIBUTE and BridgeContext#getPortletLifecyclePhase()
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 © 2011 portletfaces.org. All Rights Reserved.