net.sf.jportlet.service.webflow
Interface WebflowService
- All Superinterfaces:
- PortletService
- All Known Implementing Classes:
- WebflowServiceImpl
Deprecated. This has been deprecated since 1.1 by <webflow> element in portlet.xml
- public interface WebflowService
- extends PortletService
The WebflowService
manages the page flow within the portal.
- Author:
- Herve Tchepannou
Field Summary |
static java.lang.String |
NAME
Deprecated. |
static java.lang.String |
RETURN
Deprecated. |
Method Summary |
java.lang.String |
nextURI(net.sf.jportlet.portlet.event.ActionEvent event)
Deprecated. Returns the URI where to move after the execution of an event |
NAME
public static final java.lang.String NAME
- Deprecated.
RETURN
public static final java.lang.String RETURN
- Deprecated.
- See Also:
- Constant Field Values
nextURI
public java.lang.String nextURI(net.sf.jportlet.portlet.event.ActionEvent event)
- Deprecated.
- Returns the URI where to move after the execution of an event
- Parameters:
event
- Event executed
- Returns:
- URI
Copyright © 2002 Herve Tchepannou. All Rights Reserved.