net.sf.jportlet.service.webflow
Class WebflowServiceImpl

java.lang.Object
  |
  +--net.sf.jportlet.service.PortletServiceAdapter
        |
        +--net.sf.jportlet.service.webflow.WebflowServiceImpl
All Implemented Interfaces:
PortletService, WebflowService

public class WebflowServiceImpl
extends PortletServiceAdapter
implements WebflowService

Implementation of WebflowService

Author:
Herve Tchepannou

Field Summary
static java.lang.String CONFIG_FILENAME
           
 
Fields inherited from class net.sf.jportlet.service.PortletServiceAdapter
_log, _serviceConfig, _serviceContext
 
Fields inherited from interface net.sf.jportlet.service.webflow.WebflowService
NAME, RETURN
 
Constructor Summary
WebflowServiceImpl()
           
 
Method Summary
 void destroy()
          Destroy the service
 java.lang.String getServiceName()
          Returns the name of the service
 void init(net.sf.jportlet.service.PortletServiceConfig serviceConfig)
          Initialize the service
 java.lang.String nextURI(net.sf.jportlet.portlet.event.ActionEvent event)
          Returns the URI where to move after the execution of an event
 
Methods inherited from class net.sf.jportlet.service.PortletServiceAdapter
getInitParameter, getInitParameter, getServiceConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.jportlet.service.PortletService
getServiceConfig
 

Field Detail

CONFIG_FILENAME

public static final java.lang.String CONFIG_FILENAME
See Also:
Constant Field Values
Constructor Detail

WebflowServiceImpl

public WebflowServiceImpl()
Method Detail

nextURI

public java.lang.String nextURI(net.sf.jportlet.portlet.event.ActionEvent event)
Description copied from interface: WebflowService
Returns the URI where to move after the execution of an event

Specified by:
nextURI in interface WebflowService
Parameters:
event - Event executed
Returns:
URI
See Also:
WebflowService.nextURI(net.sf.jportlet.portlet.event.ActionEvent)

getServiceName

public java.lang.String getServiceName()
Description copied from interface: PortletService
Returns the name of the service

Specified by:
getServiceName in interface PortletService
Returns:
String
See Also:
PortletService.getServiceName()

destroy

public void destroy()
Description copied from interface: PortletService
Destroy the service

Specified by:
destroy in interface PortletService
Overrides:
destroy in class PortletServiceAdapter
See Also:
PortletService.destroy()

init

public void init(net.sf.jportlet.service.PortletServiceConfig serviceConfig)
          throws PortletServiceException
Description copied from interface: PortletService
Initialize the service

Specified by:
init in interface PortletService
Overrides:
init in class PortletServiceAdapter
Parameters:
serviceConfig - configuration of the service
PortletServiceException
See Also:
PortletService.init(net.sf.jportlet.service.PortletServiceConfig)


Copyright © 2002 Herve Tchepannou. All Rights Reserved.