com.liferay.portlet
Class VirtualLayoutFriendlyURLResolver
java.lang.Object
com.liferay.portlet.VirtualLayoutFriendlyURLResolver
- All Implemented Interfaces:
- FriendlyURLResolver
public class VirtualLayoutFriendlyURLResolver
- extends Object
- implements FriendlyURLResolver
|
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 |
VirtualLayoutFriendlyURLResolver
public VirtualLayoutFriendlyURLResolver()
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