Uses of Class
org.apache.wicket.request.resource.ResourceReference.UrlAttributes

Packages that use ResourceReference.UrlAttributes
org.apache.wicket.request.mapper   
org.apache.wicket.request.resource   
 

Uses of ResourceReference.UrlAttributes in org.apache.wicket.request.mapper
 

Methods in org.apache.wicket.request.mapper that return ResourceReference.UrlAttributes
static ResourceReference.UrlAttributes AbstractResourceReferenceMapper.decodeResourceReferenceAttributes(String attributes)
           
protected  ResourceReference.UrlAttributes AbstractResourceReferenceMapper.getResourceReferenceAttributes(Url url)
           
 

Methods in org.apache.wicket.request.mapper with parameters of type ResourceReference.UrlAttributes
static String AbstractResourceReferenceMapper.encodeResourceReferenceAttributes(ResourceReference.UrlAttributes attributes)
           
 

Uses of ResourceReference.UrlAttributes in org.apache.wicket.request.resource
 

Methods in org.apache.wicket.request.resource that return ResourceReference.UrlAttributes
 ResourceReference.UrlAttributes PackageResourceReference.getUrlAttributes()
           
 ResourceReference.UrlAttributes ResourceReference.getUrlAttributes()
          Allows to specify which locale, style and variation values will the generated URL for this resource reference have.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.