wicket.markup.resolver
Class AutoLinkResolver.AbstractAutolinkResolverDelegate

java.lang.Object
  extended by wicket.markup.resolver.AutoLinkResolver.AbstractAutolinkResolverDelegate
All Implemented Interfaces:
AutoLinkResolver.IAutolinkResolverDelegate
Enclosing class:
AutoLinkResolver

public abstract static class AutoLinkResolver.AbstractAutolinkResolverDelegate
extends java.lang.Object
implements AutoLinkResolver.IAutolinkResolverDelegate

Abstract implementation that has a helper method for creating a resource reference.


Constructor Summary
AutoLinkResolver.AbstractAutolinkResolverDelegate()
           
 
Method Summary
protected  Component newPackageResourceReferenceAutoComponent(MarkupContainer container, java.lang.String autoId, AutoLinkResolver.PathInfo pathInfo, java.lang.String attribute)
          Creates a new auto component that references a package resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface wicket.markup.resolver.AutoLinkResolver.IAutolinkResolverDelegate
newAutoComponent
 

Constructor Detail

AutoLinkResolver.AbstractAutolinkResolverDelegate

public AutoLinkResolver.AbstractAutolinkResolverDelegate()
Method Detail

newPackageResourceReferenceAutoComponent

protected final Component newPackageResourceReferenceAutoComponent(MarkupContainer container,
                                                                   java.lang.String autoId,
                                                                   AutoLinkResolver.PathInfo pathInfo,
                                                                   java.lang.String attribute)
Creates a new auto component that references a package resource.

Parameters:
container - the parent container
autoId - the automatically generated id for the auto component
pathInfo - the path info object that contains information about the link reference
attribute - the attribute to replace the value of
Returns:
a new auto component or null if the path was absolute


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