public interface LinkResolver
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
String |
resolve(Component component) |
String |
resolve(Component component,
Page page) |
String |
resolve(ComponentPresentation cp) |
String |
resolve(String componentId) |
String |
resolve(String componentId,
String pageId) |
void |
setContextPath(String contextPath) |
String resolve(Component component, Page page) throws SerializationException, ItemNotFoundException
String resolve(Component component) throws ItemNotFoundException, SerializationException
String resolve(ComponentPresentation cp) throws ItemNotFoundException, SerializationException
String resolve(String componentId) throws SerializationException, ItemNotFoundException
String resolve(String componentId, String pageId) throws ItemNotFoundException, SerializationException
String getContextPath()
void setContextPath(String contextPath)
Copyright © 2017. All rights reserved.