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

java.lang.Object
  |
  +--org.bibop.xml.xforge.components.AbstractXForgeComponent
        |
        +--org.bibop.xml.xforge.components.AbstractXForgePoolableComponent
              |
              +--org.bibop.xml.xforge.components.http.CookieComponent
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, XForgeComponent, XMLProducer

public class CookieComponent
extends AbstractXForgePoolableComponent

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
CookieComponent()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration config)
           
protected  java.util.Map getCookies(javax.servlet.http.HttpServletRequest request)
           
 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

CookieComponent

public CookieComponent()
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

getCookies

protected java.util.Map getCookies(javax.servlet.http.HttpServletRequest request)

toSax

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

Throws:
org.xml.sax.SAXException


Copyright © 2003 Bibop Research International. All Rights Reserved.