Uses of Class
org.apache.wicket.markup.resolver.AutoLinkResolver.PathInfo
-
Packages that use AutoLinkResolver.PathInfo Package Description org.apache.wicket.markup.resolver Resolvers implement theIComponentResolverinterface 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 Modifier and Type Method Description ComponentAutoLinkResolver.IAutolinkResolverDelegate. newAutoComponent(java.lang.String autoId, AutoLinkResolver.PathInfo pathInfo)Returns a new auto component based on the pathInfo object.protected ComponentAutoLinkResolver.AbstractAutolinkResolverDelegate. newPackageResourceReferenceAutoComponent(java.lang.String autoId, AutoLinkResolver.PathInfo pathInfo, java.lang.String attribute)Creates a new auto component that references a package resource.
-