wicket.util.profile
Class ClassFieldLink

java.lang.Object
  extended bywicket.util.profile.ClassFieldLink
All Implemented Interfaces:
ILink

final class ClassFieldLink
extends java.lang.Object
implements ILink

An ILinkimplementation for tree links created by class instance fields.

Author:
(C) Vlad Roubtsov , 2003

Constructor Summary
(package private) ClassFieldLink(java.lang.reflect.Field field)
           
 
Method Summary
 java.lang.String name()
          Returns the string that will be used for a IObjectProfileNode.name() implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFieldLink

ClassFieldLink(java.lang.reflect.Field field)
Method Detail

name

public java.lang.String name()
Description copied from interface: ILink
Returns the string that will be used for a IObjectProfileNode.name() implementation. It is expected that the implementation will generate the return on every call to this method and not keep in memory.

Specified by:
name in interface ILink
Returns:
the name of the link
See Also:
ILink.name()


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