Liferay 7.0-ce-b4

com.liferay.portlet
Class VirtualLayoutFriendlyURLResolver

java.lang.Object
  extended by com.liferay.portlet.VirtualLayoutFriendlyURLResolver
All Implemented Interfaces:
FriendlyURLResolver

public class VirtualLayoutFriendlyURLResolver
extends Object
implements FriendlyURLResolver


Constructor Summary
VirtualLayoutFriendlyURLResolver()
           
 
Method Summary
 String getActualURL(long companyId, long groupId, boolean privateLayout, String mainPath, String friendlyURL, Map<String,String[]> params, Map<String,Object> requestContext)
           
 LayoutFriendlyURLComposite getLayoutFriendlyURLComposite(long companyId, long groupId, boolean privateLayout, String friendlyURL, Map<String,String[]> params, Map<String,Object> requestContext)
           
 String getURLSeparator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualLayoutFriendlyURLResolver

public VirtualLayoutFriendlyURLResolver()
Method Detail

getActualURL

public String getActualURL(long companyId,
                           long groupId,
                           boolean privateLayout,
                           String mainPath,
                           String friendlyURL,
                           Map<String,String[]> params,
                           Map<String,Object> requestContext)
                    throws PortalException
Specified by:
getActualURL in interface FriendlyURLResolver
Throws:
PortalException

getLayoutFriendlyURLComposite

public LayoutFriendlyURLComposite getLayoutFriendlyURLComposite(long companyId,
                                                                long groupId,
                                                                boolean privateLayout,
                                                                String friendlyURL,
                                                                Map<String,String[]> params,
                                                                Map<String,Object> requestContext)
                                                         throws PortalException
Specified by:
getLayoutFriendlyURLComposite in interface FriendlyURLResolver
Throws:
PortalException

getURLSeparator

public String getURLSeparator()
Specified by:
getURLSeparator in interface FriendlyURLResolver

Liferay 7.0-ce-b4