Package org.apache.tiles.definition

Package class diagram package org.apache.tiles.definition
It contains classes and interfaces to allow manipulations of "definitions", i.e.

See:
          Description

Interface Summary
DefinitionsFactory Interface for creating a Definitions and managing their contents.
DefinitionsReader Interface for reading Definition from a source.
RefreshMonitor Implementing this interface means that the object monitors the sources it uses to check when they change.
 

Class Summary
LocaleDefinitionsFactory DefinitionsFactory implementation that manages Definitions configuration data from URLs, but resolving definition inheritance when a definition is returned..
UnresolvingLocaleDefinitionsFactory DefinitionsFactory implementation that manages Definitions configuration data from URLs, without resolving definition inheritance when a definition is returned.

 

Exception Summary
DefinitionsFactoryException Exception thrown when an error occurs while the impl tries to create a new instance mapper.
FactoryNotFoundException Exception thrown when definitions impl is not found.
NoSuchDefinitionException Exception thrown when a definition is not found.
 

Package org.apache.tiles.definition Description

It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes.



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