org.jwarp.service.web.forward
Class ForwardJspAlg

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

public class ForwardJspAlg
extends AForwardAlg
implements IForwardAlg


Field Summary
(package private)  java.lang.String baseDir
           
(package private)  java.lang.String formDescriptionBase
           
 
Fields inherited from class org.jwarp.service.web.forward.AForwardAlg
config, history, historyName, id, log
 
Constructor Summary
ForwardJspAlg()
           
 
Method Summary
 void configure(org.jdom.Element config)
          Pass the Configuration to the Configurable class.
protected  void forwardImpl(WebContext webContext, java.lang.String location)
           
 
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

formDescriptionBase

java.lang.String formDescriptionBase
Constructor Detail

ForwardJspAlg

public ForwardJspAlg()
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.

forwardImpl

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

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