com.liferay.faces.bridge.container.liferay
Class LiferayURLFactory

java.lang.Object
  extended by com.liferay.faces.bridge.container.liferay.LiferayURLFactory
All Implemented Interfaces:
FactoryWrapper<LiferayURLFactory>, javax.faces.FacesWrapper<LiferayURLFactory>
Direct Known Subclasses:
LiferayURLFactoryImpl

public abstract class LiferayURLFactory
extends Object
implements FactoryWrapper<LiferayURLFactory>

Author:
Neil Griffin

Constructor Summary
LiferayURLFactory()
           
 
Method Summary
abstract  LiferayActionURL getLiferayActionURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
abstract  LiferayRenderURL getLiferayRenderURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
abstract  LiferayResourceURL getLiferayResourceURL(BridgeContext bridgeContext, javax.portlet.MimeResponse mimeResponse, String responseNamespace, boolean friendlyURLMapperEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.FactoryWrapper
getWrapped
 

Constructor Detail

LiferayURLFactory

public LiferayURLFactory()
Method Detail

getLiferayActionURL

public abstract LiferayActionURL getLiferayActionURL(BridgeContext bridgeContext,
                                                     javax.portlet.MimeResponse mimeResponse,
                                                     String responseNamespace,
                                                     boolean friendlyURLMapperEnabled)

getLiferayRenderURL

public abstract LiferayRenderURL getLiferayRenderURL(BridgeContext bridgeContext,
                                                     javax.portlet.MimeResponse mimeResponse,
                                                     String responseNamespace,
                                                     boolean friendlyURLMapperEnabled)

getLiferayResourceURL

public abstract LiferayResourceURL getLiferayResourceURL(BridgeContext bridgeContext,
                                                         javax.portlet.MimeResponse mimeResponse,
                                                         String responseNamespace,
                                                         boolean friendlyURLMapperEnabled)


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