org.apache.tiles.ognl
Class ApplicationScopeNestedObjectExtractor

java.lang.Object
  extended by org.apache.tiles.ognl.ApplicationScopeNestedObjectExtractor
All Implemented Interfaces:
NestedObjectExtractor<TilesRequestContext>

public class ApplicationScopeNestedObjectExtractor
extends java.lang.Object
implements NestedObjectExtractor<TilesRequestContext>

Extracts the application scope from a Tiles request.

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

Constructor Summary
ApplicationScopeNestedObjectExtractor()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getNestedObject(TilesRequestContext 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

ApplicationScopeNestedObjectExtractor

public ApplicationScopeNestedObjectExtractor()
Method Detail

getNestedObject

public java.util.Map<java.lang.String,java.lang.Object> getNestedObject(TilesRequestContext obj)
Extracts the nested object.

Specified by:
getNestedObject in interface NestedObjectExtractor<TilesRequestContext>
Parameters:
obj - The root object.
Returns:
The extracted nested object.