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

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

public abstract class PortletURLNonFacesTarget
extends PortletURLFacesTarget

Author:
Neil Griffin

Constructor Summary
PortletURLNonFacesTarget(BridgeContext bridgeContext, String url, String portletMode, String windowState, boolean secure, String path)
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.bridge.context.url.PortletURLFacesTarget
createPortletURL, 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

PortletURLNonFacesTarget

public PortletURLNonFacesTarget(BridgeContext bridgeContext,
                                String url,
                                String portletMode,
                                String windowState,
                                boolean secure,
                                String path)
                         throws MalformedURLException
Throws:
MalformedURLException


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