com.liferay.faces.bridge
Class BridgeImpl

java.lang.Object
  extended by com.liferay.faces.bridge.BridgeImpl
All Implemented Interfaces:
Bridge

public class BridgeImpl
extends Object
implements Bridge

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.faces.Bridge
Bridge.BridgeRenderPolicy, Bridge.PortletPhase
 
Field Summary
 
Fields inherited from interface javax.portlet.faces.Bridge
AFTER_VIEW_CONTENT, BACK_LINK, BRIDGE_EVENT_HANDLER, BRIDGE_PACKAGE_PREFIX, BRIDGE_PUBLIC_RENDER_PARAMETER_HANDLER, DEFAULT_RENDERKIT_ID, DEFAULT_VIEWID_MAP, DIRECT_LINK, EXCLUDED_REQUEST_ATTRIBUTES, FACES_USE_CURRENT_VIEW_PARAMETER, FACES_VIEW_ID_PARAMETER, FACES_VIEW_PATH_PARAMETER, IN_PROTOCOL_RESOURCE_LINK, IS_POSTBACK_ATTRIBUTE, MAX_MANAGED_REQUEST_SCOPES, NONFACES_TARGET_PATH_PARAMETER, PORTLET_LIFECYCLE_PHASE, PORTLET_MODE_PARAMETER, PORTLET_NAMESPACED_RESPONSE_PROPERTY, PORTLET_SECURE_PARAMETER, PORTLET_WINDOWSTATE_PARAMETER, PRESERVE_ACTION_PARAMS, RENDER_CONTENT_AFTER_VIEW, RENDER_POLICY, SAVESTATE_FIELD_MARKER, VIEW_ID, VIEW_LINK, VIEW_PATH, VIEWID_HISTORY
 
Constructor Summary
BridgeImpl()
           
 
Method Summary
protected  void checkNull(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
           
 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)
           
 String getTitle()
           
 String getVersion()
           
 void init(javax.portlet.PortletConfig portletConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeImpl

public BridgeImpl()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface Bridge

doFacesRequest

public void doFacesRequest(javax.portlet.ActionRequest actionRequest,
                           javax.portlet.ActionResponse actionResponse)
                    throws BridgeDefaultViewNotSpecifiedException,
                           BridgeUninitializedException,
                           BridgeException
Specified by:
doFacesRequest in interface Bridge
Throws:
BridgeDefaultViewNotSpecifiedException
BridgeUninitializedException
BridgeException

doFacesRequest

public void doFacesRequest(javax.portlet.EventRequest eventRequest,
                           javax.portlet.EventResponse eventResponse)
                    throws BridgeUninitializedException,
                           BridgeException
Specified by:
doFacesRequest in interface Bridge
Throws:
BridgeUninitializedException
BridgeException

doFacesRequest

public void doFacesRequest(javax.portlet.RenderRequest renderRequest,
                           javax.portlet.RenderResponse renderResponse)
                    throws BridgeDefaultViewNotSpecifiedException,
                           BridgeUninitializedException,
                           BridgeException
Specified by:
doFacesRequest in interface Bridge
Throws:
BridgeDefaultViewNotSpecifiedException
BridgeUninitializedException
BridgeException

doFacesRequest

public void doFacesRequest(javax.portlet.ResourceRequest resourceRequest,
                           javax.portlet.ResourceResponse resourceResponse)
                    throws BridgeUninitializedException,
                           BridgeException
Specified by:
doFacesRequest in interface Bridge
Throws:
BridgeUninitializedException
BridgeException

init

public void init(javax.portlet.PortletConfig portletConfig)
          throws BridgeException
Specified by:
init in interface Bridge
Throws:
BridgeException

checkNull

protected void checkNull(javax.portlet.PortletRequest portletRequest,
                         javax.portlet.PortletResponse portletResponse)

getTitle

public String getTitle()

getVersion

public String getVersion()


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