Uses of Class
org.apache.tapestry.util.QueryParameterMap

Packages that use QueryParameterMap
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of QueryParameterMap in org.apache.tapestry.engine
 

Fields in org.apache.tapestry.engine declared as QueryParameterMap
protected  QueryParameterMap ServiceEncodingImpl._parameters
          Map of query parameter values; key is string name, value is either a string, an array of strings, or null.
 

Constructors in org.apache.tapestry.engine with parameters of type QueryParameterMap
EngineServiceLink(IRequestCycle cycle, String servletPath, String encoding, URLCodec codec, WebRequest request, QueryParameterMap parameters, boolean stateful)
          Creates a new EngineServiceLink.
EngineServiceLink(String servletPath, String encoding, URLCodec codec, WebRequest request, QueryParameterMap parameters, boolean stateful)
          Creates a new EngineServiceLink.
RequestCycle(IEngine engine, QueryParameterMap parameters, String serviceName, RequestCycleEnvironment environment)
          Standard constructor used to render a response page.
ServiceEncodingImpl(String servletPath, QueryParameterMap parametersMap)
           
ServiceEncodingImpl(String servletPath, String pathInfo, QueryParameterMap parameters)
           
 

Uses of QueryParameterMap in org.apache.tapestry.portlet
 

Constructors in org.apache.tapestry.portlet with parameters of type QueryParameterMap
PortletLink(javax.portlet.PortletURL portletURL, QueryParameterMap parameters)
           
 

Uses of QueryParameterMap in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type QueryParameterMap
protected  ServiceEncoding LinkFactoryImpl.createServiceEncoding(QueryParameterMap parameters)
          Creates a new service encoding, and allows the encoders to modify it before returning.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.