Uses of Class
org.apache.wicket.util.value.ValueMap

Packages that use ValueMap
org.apache.wicket The core Wicket package. 
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.image Image components. 
org.apache.wicket.markup.html.image.resource Resource support for image components. 
org.apache.wicket.markup.html.link Link components. 
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.request.target.basic   
org.apache.wicket.request.target.coding Additions to request targets. 
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.util.value This package provides casting utilities. 
 

Uses of ValueMap in org.apache.wicket
 

Subclasses of ValueMap in org.apache.wicket
 class PageParameters
          A typesafe abstraction and container for parameters to a requested page.
 

Methods in org.apache.wicket that return ValueMap
 ValueMap Component.getMarkupAttributes()
          THIS IS WICKET INTERNAL ONLY.
protected  ValueMap Resource.getParameters()
           
 

Methods in org.apache.wicket with parameters of type ValueMap
 java.lang.CharSequence RequestCycle.urlFor(Component component, RequestListenerInterface listener, ValueMap params)
          Returns a URL that references a given interface on a component.
 java.lang.CharSequence RequestCycle.urlFor(ResourceReference resourceReference, ValueMap parameters)
          Returns a URL that references a shared resource through the provided resource reference.
 

Uses of ValueMap in org.apache.wicket.markup.html.form
 

Methods in org.apache.wicket.markup.html.form with parameters of type ValueMap
 void ImageButton.setImageResourceReference(ResourceReference resourceReference, ValueMap parameters)
           
 

Constructors in org.apache.wicket.markup.html.form with parameters of type ValueMap
ImageButton(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Constructs an image button from an image ResourceReference.
 

Uses of ValueMap in org.apache.wicket.markup.html.image
 

Methods in org.apache.wicket.markup.html.image with parameters of type ValueMap
 void Image.setImageResourceReference(ResourceReference resourceReference, ValueMap parameters)
           
 

Constructors in org.apache.wicket.markup.html.image with parameters of type ValueMap
Image(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Constructs an image from an image resourcereference.
NonCachingImage(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Construct.
 

Uses of ValueMap in org.apache.wicket.markup.html.image.resource
 

Methods in org.apache.wicket.markup.html.image.resource with parameters of type ValueMap
 void LocalizedImageResource.setResourceReference(ResourceReference resourceReference, ValueMap resourceParameters)
           
 

Uses of ValueMap in org.apache.wicket.markup.html.link
 

Constructors in org.apache.wicket.markup.html.link with parameters of type ValueMap
ResourceLink(java.lang.String id, ResourceReference resourceReference, ValueMap resourceParameters)
          Constructs an ResourceLink from an resourcereference.
 

Uses of ValueMap in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http with parameters of type ValueMap
static void RequestUtils.decodeParameters(java.lang.String queryString, ValueMap params)
          Decode the provided queryString as a series of key/ value pairs and set them in the provided value map.
 

Uses of ValueMap in org.apache.wicket.request.target.basic
 

Methods in org.apache.wicket.request.target.basic that return ValueMap
protected  ValueMap URIRequestTargetUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
          Decodes parameters object from the provided url fragment
 

Uses of ValueMap in org.apache.wicket.request.target.coding
 

Methods in org.apache.wicket.request.target.coding that return ValueMap
protected  ValueMap QueryStringUrlCodingStrategy.decodeParameters(java.lang.String fragment, java.util.Map passedParameters)
          Decodes parameters object from the provided query string
protected  ValueMap MixedParamUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
          Decodes parameters object from the provided url fragment
protected  ValueMap IndexedParamUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
           
protected  ValueMap IndexedHybridUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
           
protected  ValueMap AbstractRequestTargetUrlCodingStrategy.decodeParameters(java.lang.String urlFragment, java.util.Map urlParameters)
          Decodes parameters object from the provided url fragment
 

Uses of ValueMap in org.apache.wicket.resource
 

Methods in org.apache.wicket.resource that return ValueMap
 ValueMap Properties.getAll()
          Get direct access to all values from the properties file.
 

Constructors in org.apache.wicket.resource with parameters of type ValueMap
Properties(java.lang.String key, ValueMap strings)
          Construct
 

Uses of ValueMap in org.apache.wicket.util.value
 

Subclasses of ValueMap in org.apache.wicket.util.value
 class AttributeMap
          ValueMap for attributes.
 

Fields in org.apache.wicket.util.value declared as ValueMap
static ValueMap ValueMap.EMPTY_MAP
          an empty ValueMap.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.