|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated 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.
URLGeneratorFactoryService
Method Summary | |
---|---|
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. |
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.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |