This project has retired. For details please refer to its Attic page.
NestedObjectExtractor (Tiles 2 2.2.2 API)

org.apache.tiles.ognl
Interface NestedObjectExtractor<T>

Package class diagram package NestedObjectExtractor
Type Parameters:
T - The type of the root object.
All Known Implementing Classes:
ApplicationScopeNestedObjectExtractor, RequestScopeNestedObjectExtractor, SessionScopeNestedObjectExtractor, TilesApplicationContextNestedObjectExtractor

public interface NestedObjectExtractor<T>

Extracts an object using another object as a basis.

Since:
2.2.0
Version:
$Rev: 817009 $ $Date: 2009-09-20 13:26:26 +0200 (dom, 20 set 2009) $

Method Summary
 Object getNestedObject(T obj)
          Extracts the nested object.
 

Method Detail

getNestedObject

Object getNestedObject(T obj)
Extracts the nested object.

Parameters:
obj - The root object.
Returns:
The extracted nested object.
Since:
2.2.0


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.