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

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
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.PortletURL>, javax.portlet.BaseURL, javax.portlet.PortletURL
Direct Known Subclasses:
PortletURLFacesTargetActionImpl, PortletURLNonFacesTarget

public abstract class PortletURLFacesTarget
extends PortletURLWrapper

Author:
Neil Griffin

Constructor Summary
PortletURLFacesTarget(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure)
           
 
Method Summary
abstract  javax.portlet.PortletURL createPortletURL(BridgeContext bridgeContext, String url)
           
 javax.portlet.PortletURL 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

PortletURLFacesTarget

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

createPortletURL

public abstract javax.portlet.PortletURL createPortletURL(BridgeContext bridgeContext,
                                                          String url)
                                                   throws MalformedURLException
Throws:
MalformedURLException

getWrapped

public javax.portlet.PortletURL getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.portlet.PortletURL>
Specified by:
getWrapped in class PortletURLWrapper


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