Class TilesApplicationContextNestedObjectExtractor

java.lang.Object
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-08 06:17:09 +1100 (Sun, 08 Nov 2009) $
  • Constructor Details

    • TilesApplicationContextNestedObjectExtractor

      public TilesApplicationContextNestedObjectExtractor()
  • Method Details

    • 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.