@Deprecated
public interface RedirectURLGenerator
extends java.io.Serializable
Redirect URL Generator
provides methods to create URLs pointing to pages
or portlets.
URLGeneratorFactoryService
Modifier and Type | Method and Description |
---|---|
EngineURL |
createPageURL(ObjectID pageID)
Deprecated.
Creates an url that points to the page referenced by the pageID.
|
EngineURL |
createPortletURL(ObjectID portletWindowID)
Deprecated.
Currently not supported, will always throw a StateException.
|
EngineURL createPageURL(ObjectID pageID) throws StateException
pageID
- The object id of the page. It is not allowed to pass null
for this parameter.StateException
- Thrown when an error occurs during the creation of the URL.EngineURL createPortletURL(ObjectID portletWindowID) throws StateException
portletWindowID
- The object id of the portlet window. It is not allowed to pass null
for this parameter.StateException
- Thrown when an error occurs during the creation of the URL.