Uses of Class
org.apache.wicket.util.lang.PackageName

Packages that use PackageName
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.request.target.coding Additions to request targets. 
org.apache.wicket.util.lang Java utilities. 
 

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

Methods in org.apache.wicket.protocol.http with parameters of type PackageName
 void WebApplication.mount(java.lang.String path, PackageName packageName)
          Mounts all bookmarkable pages at the given path.
 

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

Constructors in org.apache.wicket.request.target.coding with parameters of type PackageName
PackageRequestTargetUrlCodingStrategy(java.lang.String path, PackageName packageName)
          Construct.
 

Uses of PackageName in org.apache.wicket.util.lang
 

Methods in org.apache.wicket.util.lang that return PackageName
static PackageName PackageName.forClass(java.lang.Class c)
           
static PackageName PackageName.forPackage(java.lang.Package p)
           
 



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