Uses of Class
wicket.markup.resolver.AutoLinkResolver.PathInfo

Packages that use AutoLinkResolver.PathInfo
wicket.markup.resolver Resolvers implement the IComponentResolver interface and must be registered with the application. 
 

Uses of AutoLinkResolver.PathInfo in wicket.markup.resolver
 

Methods in wicket.markup.resolver with parameters of type AutoLinkResolver.PathInfo
 Component AutoLinkResolver.IAutolinkResolverDelegate.newAutoComponent(MarkupContainer container, java.lang.String autoId, AutoLinkResolver.PathInfo pathInfo)
          Returns a new auto component based on the pathInfo object.
protected  Component AutoLinkResolver.AbstractAutolinkResolverDelegate.newPackageResourceReferenceAutoComponent(MarkupContainer container, java.lang.String autoId, AutoLinkResolver.PathInfo pathInfo, java.lang.String attribute)
          Creates a new auto component that references a package resource.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.