com.liferay.faces.bridge.context.url
Class PortletURLFacesTargetActionImpl

java.lang.Object
  extended by com.liferay.faces.bridge.container.BaseURLWrapper
      extended by com.liferay.faces.bridge.container.PortletURLWrapper
          extended by com.liferay.faces.bridge.context.url.PortletURLFacesTarget
              extended by com.liferay.faces.bridge.context.url.PortletURLFacesTargetActionImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.PortletURL>, javax.portlet.BaseURL, javax.portlet.PortletURL

public class PortletURLFacesTargetActionImpl
extends PortletURLFacesTarget

Author:
Neil Griffin

Constructor Summary
PortletURLFacesTargetActionImpl(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure)
           
 
Method Summary
 javax.portlet.PortletURL createPortletURL(BridgeContext bridgeContext, String url)
           
 
Methods inherited from class com.liferay.faces.bridge.context.url.PortletURLFacesTarget
getWrapped
 
Methods inherited from class com.liferay.faces.bridge.container.PortletURLWrapper
getPortletMode, getWindowState, removePublicRenderParameter, setPortletMode, setWindowState
 
Methods inherited from class com.liferay.faces.bridge.container.BaseURLWrapper
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.portlet.BaseURL
addProperty, getParameterMap, setParameter, setParameter, setParameters, setProperty, setSecure, toString, write, write
 

Constructor Detail

PortletURLFacesTargetActionImpl

public PortletURLFacesTargetActionImpl(BridgeContext bridgeContext,
                                       String url,
                                       String portletMode,
                                       String windowState,
                                       boolean secure)
                                throws MalformedURLException
Throws:
MalformedURLException
Method Detail

createPortletURL

public javax.portlet.PortletURL createPortletURL(BridgeContext bridgeContext,
                                                 String url)
                                          throws MalformedURLException
Specified by:
createPortletURL in class PortletURLFacesTarget
Throws:
MalformedURLException


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