|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RedirectURLGenerator
The Redirect URL Generator provides methods to create URLs pointing to pages
or portlets.
The Redirect URLGenerator must be obtained once per action phase of a portlet and should not be stored.
RedirectURLGeneratorFactoryService| Method Summary | |
|---|---|
EngineURL |
createPageURL(ObjectID pageID)
Creates an url that points to the page referenced by the pageID. |
EngineURL |
createPortletURL(ObjectID portletWindowID)
Creates an url pointing to the portlet referenced by the portletWindowID. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||