org.apache.tiles.ognl
Class TilesApplicationContextNestedObjectExtractor

Package class diagram package TilesApplicationContextNestedObjectExtractor
java.lang.Object
  extended by org.apache.tiles.ognl.TilesApplicationContextNestedObjectExtractor
All Implemented Interfaces:
NestedObjectExtractor<org.apache.tiles.request.Request>

public class TilesApplicationContextNestedObjectExtractor
extends Object
implements NestedObjectExtractor<org.apache.tiles.request.Request>

Extracts the application context from a Tiles request.

Since:
2.2.0
Version:
$Rev: 833737 $ $Date: 2009-11-07 14:17:09 -0500 (Sat, 07 Nov 2009) $

Constructor Summary
TilesApplicationContextNestedObjectExtractor()
           
 
Method Summary
 org.apache.tiles.request.ApplicationContext getNestedObject(org.apache.tiles.request.Request obj)
          Extracts the nested object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilesApplicationContextNestedObjectExtractor

public TilesApplicationContextNestedObjectExtractor()
Method Detail

getNestedObject

public org.apache.tiles.request.ApplicationContext getNestedObject(org.apache.tiles.request.Request obj)
Extracts the nested object.

Specified by:
getNestedObject in interface NestedObjectExtractor<org.apache.tiles.request.Request>
Parameters:
obj - The root object.
Returns:
The extracted nested object.


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