Save This Page
Home » tiles-2.0.6-src » org.apache » tiles » access » [javadoc | source]
org.apache.tiles.access
public final class: TilesAccess [javadoc | source]
java.lang.Object
   org.apache.tiles.access.TilesAccess
Provides static access to the tiles container.
Field Summary
public static final  String CONTAINER_ATTRIBUTE    The name of the attribute to use when getting and setting the container object in a context. 
Method from org.apache.tiles.access.TilesAccess Summary:
getApplicationContext,   getContainer,   setContainer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.access.TilesAccess Detail:
 public static TilesApplicationContext getApplicationContext(Object context) 
    Returns the Tiles application context object.
 public static TilesContainer getContainer(Object context) 
    Finds and returns a Tiles container object, if it was previously initialized.
 public static  void setContainer(Object context,
    TilesContainer container) throws TilesException 
    Configures the container to be used in the application.