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
 
Methods inherited from interface net.sf.jportlet.service.PortletService
destroy, getServiceConfig, getServiceName, init
 

Field Detail

NAME

public static final java.lang.String NAME
Deprecated. 

RETURN

public static final java.lang.String RETURN
Deprecated. 
See Also:
Constant Field Values
Method Detail

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.