Uses of Interface
org.apache.turbine.util.ParameterParser

Packages that use ParameterParser
org.apache.turbine.services.intake.model   
org.apache.turbine.services.rundata   
org.apache.turbine.services.upload   
org.apache.turbine.util   
org.apache.turbine.util.parser   
org.apache.turbine.util.upload   
 

Uses of ParameterParser in org.apache.turbine.services.intake.model
 

Methods in org.apache.turbine.services.intake.model with parameters of type ParameterParser
protected  boolean Field.validate(ParameterParser pp)
          Compares request data with constraints and sets the valid flag.
protected abstract  void Field.doSetValue(ParameterParser pp)
          Compares request data with constraints and sets the valid flag.
protected  boolean FileItemField.validate(ParameterParser pp)
          Compares request data with constraints and sets the valid flag.
protected  void FileItemField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void BooleanField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void IntegerField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void StringKeyField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void FloatField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void BigDecimalField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void NumberKeyField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void ComboKeyField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
protected  void StringField.doSetValue(ParameterParser pp)
          converts the parameter to the correct Object.
 

Uses of ParameterParser in org.apache.turbine.services.rundata
 

Fields in org.apache.turbine.services.rundata declared as ParameterParser
private  ParameterParser DefaultTurbineRunData.parameters
          A reference to the GET/POST data parser.
 

Methods in org.apache.turbine.services.rundata that return ParameterParser
 ParameterParser TurbineRunData.getParameterParser()
          Gets the parameter parser without parsing the parameters.
 ParameterParser DefaultTurbineRunData.getParameters()
          Gets the parameters.
 ParameterParser DefaultTurbineRunData.getParameterParser()
          Gets the parameter parser without parsing the parameters.
 

Methods in org.apache.turbine.services.rundata with parameters of type ParameterParser
 void TurbineRunData.setParameterParser(ParameterParser parser)
          Sets the parameter parser.
 void DefaultTurbineRunData.setParameterParser(ParameterParser parser)
          Sets the parameter parser.
 

Uses of ParameterParser in org.apache.turbine.services.upload
 

Methods in org.apache.turbine.services.upload with parameters of type ParameterParser
abstract  void BaseUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Processes an RFC 1867 compliant multipart/form-data stream.
 void TurbineUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Processes an RFC 1867 compliant multipart/form-data stream.
 void FileHandlerUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
          Deprecated. Processes an RFC 1867 compliant multipart/form-data stream.
 void OReillyUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
          Deprecated. Initiate the multipartParse in the uploader.
 void UploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           This method performs parsing the request, and storing the acquired information in apropriate places.
static void TurbineUpload.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params)
           Performs parsing the request and storing files and form fields.
static void TurbineUpload.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Performs parsing the request and storing files and form fields.
 

Uses of ParameterParser in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return ParameterParser
 ParameterParser RunData.getParameters()
          Gets the parameters.
 

Methods in org.apache.turbine.util with parameters of type ParameterParser
protected  void DynamicURI.add(int type, ParameterParser pp)
          Method for a quick way to add all the parameters in a ParameterParser.
 DynamicURI DynamicURI.addPathInfo(ParameterParser pp)
          Adds a name=value pair for every entry in a ParameterParser object to the path_info string.
 DynamicURI DynamicURI.addQueryData(ParameterParser pp)
          Adds a name=value pair for every entry in a ParameterParser object to the query string.
 

Uses of ParameterParser in org.apache.turbine.util.parser
 

Classes in org.apache.turbine.util.parser that implement ParameterParser
 class DefaultParameterParser
          DefaultParameterParser is a utility object to handle parsing and retrieving the data passed via the GET/POST/PATH_INFO arguments.
 

Uses of ParameterParser in org.apache.turbine.util.upload
 

Fields in org.apache.turbine.util.upload declared as ParameterParser
private  ParameterParser FileHandler.pp
          Deprecated.  
 

Constructors in org.apache.turbine.util.upload with parameters of type ParameterParser
FileHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ParameterParser pp)
          Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, ParameterParser pp, java.lang.String root)
          Deprecated. Use TurbineUploadService counterpart FileItem.
FileHandler(javax.servlet.http.HttpServletRequest req, ParameterParser pp, java.lang.String root)
          Deprecated. Use TurbineUploadService counterpart FileItem.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.