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

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

Uses of AutoLinkResolver.PathInfo in org.apache.wicket.markup.resolver
 

Methods in org.apache.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 © 2006-2011 Apache Software Foundation. All Rights Reserved.