org.apache.velocity.util.introspection
Interface ChainableUberspector
- All Superinterfaces: 
 - Uberspect
 
- All Known Implementing Classes: 
 - AbstractChainableUberspector, LinkingUberspector
 
public interface ChainableUberspector
- extends Uberspect
 
Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be
 combined in a chain (using the Decorator pattern).
- Since:
 
  - 1.6
 
- Version:
 
  - $Id: $
 
| 
Method Summary | 
 void | 
wrap(Uberspect inner)
 
          Specify the decorated Uberspector | 
 
 
wrap
void wrap(Uberspect inner)
- Specify the decorated Uberspector
 
- Parameters:
 inner - The decorated uberspector.
 
 
Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.