|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChainableUberspector
Interface that marks uberspectors as chainable, meaning that multiple uberspectors can be combined in a chain (using the Decorator pattern).
| Method Summary | |
|---|---|
void |
wrap(org.apache.velocity.util.introspection.Uberspect inner)
Since uberspectors are dynamically enabled using a configuration string, we cannot simply call the constructors to pass the inner uberspector. |
| Methods inherited from interface org.apache.velocity.util.introspection.Uberspect |
|---|
getIterator, getMethod, getPropertyGet, getPropertySet, init |
| Method Detail |
|---|
void wrap(org.apache.velocity.util.introspection.Uberspect inner)
inner - The decorated uberspector.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||