org.apache.tiles.request
Class ApplicationAccess

Package class diagram package ApplicationAccess
java.lang.Object
  extended by org.apache.tiles.request.ApplicationAccess

public final class ApplicationAccess
extends Object

Entry point to get information about the application.

Version:
$Rev: 1064782 $ $Date: 2011-01-28 18:08:52 +0100 (Fri, 28 Jan 2011) $

Field Summary
static String APPLICATION_CONTEXT_ATTRIBUTE
          The attribute name that will be used to store the application context itself.
 
Method Summary
static void register(ApplicationContext applicationContext)
          Registers an application context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_CONTEXT_ATTRIBUTE

public static final String APPLICATION_CONTEXT_ATTRIBUTE
The attribute name that will be used to store the application context itself.

Method Detail

register

public static void register(ApplicationContext applicationContext)
Registers an application context. It will be registered into itself as an attribute, using the APPLICATION_CONTEXT_ATTRIBUTE name.

Parameters:
applicationContext - The application context to register.


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