|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefinitionsFactoryException | |
|---|---|
| org.apache.tiles.definition | It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. |
| org.apache.tiles.definition.digester | Allows reading definitions with the use of Jakarta Commons Digester. |
| org.apache.tiles.definition.util | Utility classes for definitions. |
| org.apache.tiles.impl | It contains the basic implementations of Tiles container. |
| org.apache.tiles.impl.mgmt | It contains the basic implementations of mutable Tiles containers. |
| Uses of DefinitionsFactoryException in org.apache.tiles.definition |
|---|
| Subclasses of DefinitionsFactoryException in org.apache.tiles.definition | |
|---|---|
class |
FactoryNotFoundException
Exception thrown when definitions impl is not found. |
class |
NoSuchDefinitionException
Exception thrown when a definition is not found. |
| Methods in org.apache.tiles.definition that throw DefinitionsFactoryException | |
|---|---|
protected void |
UrlDefinitionsFactory.addDefinitions(Definitions definitions,
TilesRequestContext tilesContext)
Appends locale-specific Definition objects to an existing
Definitions set by reading locale-specific versions of
the applied sources. |
void |
DefinitionsFactory.addSource(Object source)
Adds a source where Definition objects are stored. |
void |
UrlDefinitionsFactory.addSource(Object source)
Adds a source where Definition objects are stored. |
Definition |
DefinitionsFactory.getDefinition(String name,
TilesRequestContext tilesContext)
Returns a Definition object that matches the given name and Tiles context. |
Definition |
UrlDefinitionsFactory.getDefinition(String name,
TilesRequestContext tilesContext)
Returns a Definition object that matches the given name and Tiles context. |
protected Definitions |
UrlDefinitionsFactory.getDefinitions()
Returns the definitions holder object. |
void |
DefinitionsReader.init(Map<String,String> params)
Initializes the DefinitionsReader object. |
Map<String,Definition> |
DefinitionsReader.read(Object source)
Reads objects from a source. |
Definitions |
DefinitionsFactory.readDefinitions()
Creates and returns a Definitions set by reading
configuration data from the applied sources. |
Definitions |
UrlDefinitionsFactory.readDefinitions()
Creates and returns a Definitions set by reading
configuration data from the applied sources. |
void |
ReloadableDefinitionsFactory.refresh()
Refreshes the stored definitions, reloading them. |
void |
UrlDefinitionsFactory.refresh()
Refreshes the stored definitions, reloading them. |
| Uses of DefinitionsFactoryException in org.apache.tiles.definition.digester |
|---|
| Methods in org.apache.tiles.definition.digester that throw DefinitionsFactoryException | |
|---|---|
void |
DigesterDefinitionsReader.init(Map<String,String> params)
Initializes the DefinitionsReader object. |
Map<String,Definition> |
DigesterDefinitionsReader.read(Object source)
Reads objects from a source. |
| Uses of DefinitionsFactoryException in org.apache.tiles.definition.util |
|---|
| Methods in org.apache.tiles.definition.util that throw DefinitionsFactoryException | |
|---|---|
static void |
DefinitionsFactoryUtil.reloadDefinitionsFactory(Object context)
Reloads the definitions factory content, if necessary. |
| Uses of DefinitionsFactoryException in org.apache.tiles.impl |
|---|
| Methods in org.apache.tiles.impl that throw DefinitionsFactoryException | |
|---|---|
protected Definition |
KeyedDefinitionsFactoryTilesContainer.getDefinition(String definitionName,
TilesRequestContext request)
Returns a definition specifying its name. |
protected Definition |
BasicTilesContainer.getDefinition(String definitionName,
TilesRequestContext request)
Returns a definition specifying its name. |
| Uses of DefinitionsFactoryException in org.apache.tiles.impl.mgmt |
|---|
| Methods in org.apache.tiles.impl.mgmt that throw DefinitionsFactoryException | |
|---|---|
void |
DefinitionManager.addDefinition(Definition definition,
TilesRequestContext request)
Adds a definition to the set of custom ones. |
Definition |
DefinitionManager.getDefinition(String definition,
TilesRequestContext request)
Returns a definition by name. |
protected Definition |
CachingKeyedDefinitionsFactoryTilesContainer.getDefinition(String definition,
TilesRequestContext context)
Returns a definition specifying its name. |
protected Definition |
CachingTilesContainer.getDefinition(String definition,
TilesRequestContext context)
Returns a definition specifying its name. |
protected void |
CachingKeyedDefinitionsFactoryTilesContainer.register(Definition definition,
TilesRequestContext request)
Registers a custom definition. |
protected void |
CachingTilesContainer.register(Definition definition,
TilesRequestContext request)
Registers a custom definition. |
protected void |
DefinitionManager.resolveInheritance(Definition definition,
TilesRequestContext request)
Resolve inheritance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||