This project has retired. For details please refer to its
Attic page.
TilesApplicationContextNestedObjectExtractor (Tiles 2 2.2.2 API)
org.apache.tiles.ognl
Class TilesApplicationContextNestedObjectExtractor
java.lang.Object
org.apache.tiles.ognl.TilesApplicationContextNestedObjectExtractor
- All Implemented Interfaces:
- NestedObjectExtractor<TilesRequestContext>
public class TilesApplicationContextNestedObjectExtractor
- extends Object
- implements NestedObjectExtractor<TilesRequestContext>
Extracts the application context from a Tiles request.
- Since:
- 2.2.0
- Version:
- $Rev: 817009 $ $Date: 2009-09-20 13:26:26 +0200 (dom, 20 set 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TilesApplicationContextNestedObjectExtractor
public TilesApplicationContextNestedObjectExtractor()
getNestedObject
public TilesApplicationContext getNestedObject(TilesRequestContext obj)
- Extracts the nested object.
- Specified by:
getNestedObject
in interface NestedObjectExtractor<TilesRequestContext>
- Parameters:
obj
- The root object.
- Returns:
- The extracted nested object.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.