|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TilesException | |
|---|---|
| org.apache.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles. |
| org.apache.tiles.access | Utility classes to access Tiles funcionality from an application. |
| org.apache.tiles.mgmt | Classes and interfaces to be used when it is needed to create Tiles definitions during the execution of the application. |
| org.apache.tiles.reflect | Classes to manage reflection in a centralized way for Tiles. |
| Uses of TilesException in org.apache.tiles |
|---|
| Methods in org.apache.tiles that throw TilesException | |
|---|---|
void |
TilesContainer.init(Map<String,String> initParameters)
Initialize the container with the given configuration. |
void |
TilesContainer.prepare(String preparer,
Object... requestItems)
Executes a preparer. |
void |
TilesContainer.render(Attribute attribute,
Writer writer,
Object... requestItems)
Render the given Attribute. |
void |
TilesContainer.render(String definition,
Object... requestItems)
Render the given tiles request. |
| Uses of TilesException in org.apache.tiles.access |
|---|
| Methods in org.apache.tiles.access that throw TilesException | |
|---|---|
static void |
TilesAccess.setContainer(Object context,
TilesContainer container)
Configures the container to be used in the application. |
| Uses of TilesException in org.apache.tiles.mgmt |
|---|
| Methods in org.apache.tiles.mgmt that throw TilesException | |
|---|---|
void |
MutableTilesContainer.register(Definition definition,
Object... requestItems)
Register a new definition with the container. |
| Uses of TilesException in org.apache.tiles.reflect |
|---|
| Subclasses of TilesException in org.apache.tiles.reflect | |
|---|---|
class |
CannotAccessMethodException
Indicates that a method cannot be accessed. |
class |
CannotInstantiateObjectException
Indicates that an object cannot be instantiated. |
| Methods in org.apache.tiles.reflect that throw TilesException | |
|---|---|
static Method |
ClassUtil.getForcedAccessibleMethod(Class<?> clazz,
String methodName,
Class<?>... parameterTypes)
Gets a method and forces it to be accessible, even if it is not. |
static Object |
ClassUtil.instantiate(String className)
Returns an instance of the given class name, by calling the default constructor. |
static Object |
ClassUtil.instantiate(String className,
boolean returnNull)
Returns an instance of the given class name, by calling the default constructor. |
static Object |
ClassUtil.invokeMethod(Object obj,
Method method,
Object... args)
Invokes a method, masking with a runtime exception all the exceptions. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||