Interface | Description |
---|---|
PropertyResolver.IGetAndSet |
A property to get and set.
|
PropertyResolver.IPropertyLocator |
A locator of properties.
|
WicketObjects.IObjectSizeOfStrategy |
Interface that enables users to plugin the way object sizes are calculated with Wicket.
|
Class | Description |
---|---|
PropertyResolver |
This class parses expressions to lookup or set a value on the object that is given.
|
PropertyResolver.AbstractGetAndSet | |
PropertyResolver.CachingPropertyLocator |
A wrapper for another
PropertyResolver.IPropertyLocator that caches results of PropertyResolver.CachingPropertyLocator.get(Class, String) . |
PropertyResolver.DefaultPropertyLocator |
Default locator supporting Java Beans properties, maps, lists and method invocations.
|
PropertyResolverConverter | |
WicketObjects |
Object (de)serialization utilities.
|
WicketObjects.SerializingObjectSizeOfStrategy |
WicketObjects.IObjectSizeOfStrategy that works by serializing the object to an instance of
ByteCountingOutputStream , which records the number of bytes written to it. |
Java utilities.
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.