org.jwarp.service.web.forward
Class ForwardServletAlg

java.lang.Object
  |
  +--org.jwarp.service.web.forward.AForwardAlg
        |
        +--org.jwarp.service.web.forward.ForwardServletAlg
All Implemented Interfaces:
IConfigurable, IForwardAlg

public class ForwardServletAlg
extends AForwardAlg
implements IForwardAlg


Field Summary
(package private)  java.lang.String baseDir
           
 
Fields inherited from class org.jwarp.service.web.forward.AForwardAlg
config, history, historyName, id, log
 
Constructor Summary
ForwardServletAlg()
           
 
Method Summary
 void configure(org.jdom.Element config)
          Pass the Configuration to the Configurable class.
protected  void forwardImpl(WebContext webContext, java.lang.String location)
           
 void setBaseDir(java.lang.String baseDir)
           
 
Methods inherited from class org.jwarp.service.web.forward.AForwardAlg
forward, getID
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jwarp.service.web.forward.IForwardAlg
forward, getID
 

Field Detail

baseDir

java.lang.String baseDir
Constructor Detail

ForwardServletAlg

public ForwardServletAlg()
Method Detail

configure

public void configure(org.jdom.Element config)
Description copied from interface: IConfigurable
Pass the Configuration to the Configurable class. This method must always be called after the constructor and before any other method.
Specified by:
configure in interface IConfigurable
Overrides:
configure in class AForwardAlg
Following copied from interface: org.jwarp.service.configuration.IConfigurable
Parameters:
configuration - the class configurations.

setBaseDir

public void setBaseDir(java.lang.String baseDir)

forwardImpl

protected void forwardImpl(WebContext webContext,
                           java.lang.String location)
                    throws InvalidForwardException,
                           java.io.IOException
Overrides:
forwardImpl in class AForwardAlg

©   O R C A   S y s t e m s