org.bibop.xml.xforge.components.http
Class ServletRequestComponent

java.lang.Object
  |
  +--org.bibop.xml.xforge.components.AbstractXForgeComponent
        |
        +--org.bibop.xml.xforge.components.AbstractXForgePoolableComponent
              |
              +--org.bibop.xml.xforge.components.http.ServletRequestComponent
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.excalibur.pool.Poolable, PrefixesMonitor, Unchangeable, XForgeComponent, XMLProducer

public class ServletRequestComponent
extends AbstractXForgePoolableComponent
implements Unchangeable

Retrieve one or more parameters from the Request


Field Summary
protected  boolean allowemptyparameters
           
 
Fields inherited from class org.bibop.xml.xforge.components.AbstractXForgeComponent
contentHandler, context, lexicalHandler, log, parameters, po
 
Constructor Summary
ServletRequestComponent()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration config)
           
 void toSax()
          the method that runs the component
 
Methods inherited from class org.bibop.xml.xforge.components.AbstractXForgeComponent
enableLogging, getActivePrefixes, output, output, setConsumer, setContentHandler, setLexicalHandler, setParameters, setParentPrefixesMonitor, setProcessingOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

allowemptyparameters

protected boolean allowemptyparameters
Constructor Detail

ServletRequestComponent

public ServletRequestComponent()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration config)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Overrides:
configure in class AbstractXForgeComponent
org.apache.avalon.framework.configuration.ConfigurationException

toSax

public void toSax()
           throws org.xml.sax.SAXException
the method that runs the component

Specified by:
toSax in interface XForgeComponent
Throws:
org.xml.sax.SAXException


Copyright © 2003 Bibop Research International. All Rights Reserved.