org.apache.tiles.request
Class ApplicationAccess
java.lang.Object
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) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APPLICATION_CONTEXT_ATTRIBUTE
public static final String APPLICATION_CONTEXT_ATTRIBUTE
- The attribute name that will be used to store the application context itself.
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.