Package | Description |
---|---|
org.apache.fulcrum.parser | |
org.apache.fulcrum.parser.pool |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCookieParser
CookieParser is used to get and set values of Cookies on the Client
Browser.
|
class |
DefaultParameterParser
DefaultParameterParser is a utility object to handle parsing and
retrieving the data passed via the GET/POST/PATH_INFO arguments.
|
class |
StringValueParser
An extension that parses a String for name/value pairs.
|
Modifier and Type | Method and Description |
---|---|
BaseValueParser |
BaseValueParserFactory.create() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.pool2.PooledObject<BaseValueParser> |
BaseValueParserFactory.wrap(BaseValueParser obj) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.pool2.PooledObject<BaseValueParser> |
BaseValueParserFactory.wrap(BaseValueParser obj) |
Modifier and Type | Method and Description |
---|---|
void |
BaseValueParserFactory.passivateObject(org.apache.commons.pool2.PooledObject<BaseValueParser> pooledObject)
When an object is returned to the pool, clear the buffer.
|
boolean |
BaseValueParserFactory.validateObject(org.apache.commons.pool2.PooledObject<BaseValueParser> parser) |
Constructor and Description |
---|
BaseValueParserPool(org.apache.commons.pool2.PooledObjectFactory<BaseValueParser> factory)
Constructor.
|
BaseValueParserPool(org.apache.commons.pool2.PooledObjectFactory<BaseValueParser> factory,
org.apache.commons.pool2.impl.GenericObjectPoolConfig config)
Constructor.
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.