|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.tiles |
---|
Class org.apache.tiles.Attribute extends Object implements Serializable |
---|
Serialized Fields |
---|
Set<E> roles
Object value
String expression
Attribute.value
is not
null
.
String renderer
string
,
template
, definition
, object
.
String name
null
, it should be used
as an element of a list attribute.
Class org.apache.tiles.BasicAttributeContext extends Object implements Serializable |
---|
Serialized Fields |
---|
Attribute templateAttribute
String preparer
Map<K,V> attributes
Map<K,V> cascadedAttributes
Class org.apache.tiles.Definition extends BasicAttributeContext implements Serializable |
---|
Serialized Fields |
---|
String inherit
String name
Class org.apache.tiles.ListAttribute extends Attribute implements Serializable |
---|
Serialized Fields |
---|
boolean inherit
Class org.apache.tiles.TilesException extends RuntimeException implements Serializable |
---|
Package org.apache.tiles.access |
---|
Class org.apache.tiles.access.TilesAccessException extends TilesException implements Serializable |
---|
Package org.apache.tiles.beans |
---|
Class org.apache.tiles.beans.SimpleMenuItem extends Object implements Serializable |
---|
Serialized Fields |
---|
String value
String link
String icon
String tooltip
Package org.apache.tiles.context |
---|
Class org.apache.tiles.context.BasicAttributeContext extends BasicAttributeContext implements Serializable |
---|
Class org.apache.tiles.context.ListAttribute extends ListAttribute implements Serializable |
---|
Package org.apache.tiles.definition |
---|
Class org.apache.tiles.definition.DefinitionsFactoryException extends TilesException implements Serializable |
---|
Class org.apache.tiles.definition.FactoryNotFoundException extends DefinitionsFactoryException implements Serializable |
---|
Class org.apache.tiles.definition.NoSuchDefinitionException extends DefinitionsFactoryException implements Serializable |
---|
Package org.apache.tiles.definition.digester |
---|
Class org.apache.tiles.definition.digester.DigesterDefinitionsReaderException extends TilesException implements Serializable |
---|
Package org.apache.tiles.factory |
---|
Class org.apache.tiles.factory.NotAvailableFeatureException extends TilesException implements Serializable |
---|
Class org.apache.tiles.factory.TilesContainerFactoryException extends TilesException implements Serializable |
---|
Package org.apache.tiles.impl |
---|
Class org.apache.tiles.impl.CannotRenderException extends TilesException implements Serializable |
---|
Class org.apache.tiles.impl.InvalidTemplateException extends TilesException implements Serializable |
---|
Class org.apache.tiles.impl.NoSuchContainerException extends TilesException implements Serializable |
---|
Package org.apache.tiles.jsp.taglib |
---|
Class org.apache.tiles.jsp.taglib.AddAttributeTag extends TilesBodyTag implements Serializable |
---|
Serialized Fields |
---|
String role
Object value
String type
Class org.apache.tiles.jsp.taglib.AddListAttributeTag extends AddAttributeTag implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.AttributeTagSupport extends TilesTag implements Serializable |
---|
Serialized Fields |
---|
Log log
String scopeName
int scope
String name
boolean ignore
true
, ignores exceptions.
TilesContainer container
AttributeContext attributeContext
Attribute attribute
Object attributeValue
Class org.apache.tiles.jsp.taglib.ContainerTagSupport extends RoleSecurityTagSupport implements Serializable |
---|
Serialized Fields |
---|
Log log
TilesContainer container
AttributeContext attributeContext
Class org.apache.tiles.jsp.taglib.GetAsStringTag extends InsertAttributeTag implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.ImportAttributeTag extends AttributeTagSupport implements Serializable |
---|
Serialized Fields |
---|
Log log
String toName
Class org.apache.tiles.jsp.taglib.InsertAttributeTag extends RenderTag implements Serializable |
---|
Serialized Fields |
---|
String name
Object value
Object defaultValue
value
is null and the
attribute with the associated name
is null.
String defaultValueType
InsertAttributeTag.defaultValue
, if it is a string.
String defaultValueRole
Attribute attribute
Class org.apache.tiles.jsp.taglib.InsertDefinitionTag extends InsertTemplateTag implements Serializable |
---|
Serialized Fields |
---|
String name
Class org.apache.tiles.jsp.taglib.InsertTemplateTag extends RenderTag implements Serializable |
---|
Serialized Fields |
---|
String template
Class org.apache.tiles.jsp.taglib.NoSuchAttributeException extends TilesException implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.PutAttributeTag extends AddAttributeTag implements Serializable |
---|
Serialized Fields |
---|
String name
boolean cascade
true
, the attribute will be cascaded to all nested
definitions.
Class org.apache.tiles.jsp.taglib.PutListAttributeTag extends PutAttributeTag implements Serializable |
---|
Serialized Fields |
---|
boolean inherit
Class org.apache.tiles.jsp.taglib.RenderTag extends TilesBodyTag implements Serializable |
---|
Serialized Fields |
---|
Log log
String role
String preparer
boolean flush
true
, flushes the content before rendering.
boolean ignore
true
, ignores exception thrown by preparers
and those caused by problems with definitions.
TilesContainer container
AttributeContext attributeContext
Class org.apache.tiles.jsp.taglib.RenderTagSupport extends RenderTag implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.RoleSecurityTagSupport extends TilesBodyTag implements Serializable |
---|
Serialized Fields |
---|
Log log
String role
Class org.apache.tiles.jsp.taglib.TilesBodyTag extends BodyTagSupport implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.TilesJspException extends JspException implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.TilesTag extends TagSupport implements Serializable |
---|
Class org.apache.tiles.jsp.taglib.UseAttributeTag extends AttributeTagSupport implements Serializable |
---|
Serialized Fields |
---|
String classname
Package org.apache.tiles.jsp.taglib.definition |
---|
Class org.apache.tiles.jsp.taglib.definition.DefinitionTag extends TilesTag implements Serializable |
---|
Serialized Fields |
---|
String name
String template
String extend
String role
String preparer
MutableTilesContainer container
Definition definition
Class org.apache.tiles.jsp.taglib.definition.DestroyContainerTag extends TilesTag implements Serializable |
---|
Serialized Fields |
---|
String containerKey
Class org.apache.tiles.jsp.taglib.definition.InitContainerTag extends TilesBodyTag implements Serializable |
---|
Serialized Fields |
---|
Log log
String containerFactory
String containerKey
Map<K,V> initParameters
Class org.apache.tiles.jsp.taglib.definition.SetCurrentContainerTag extends TilesTag implements Serializable |
---|
Serialized Fields |
---|
String containerKey
Package org.apache.tiles.portlet.context |
---|
Class org.apache.tiles.portlet.context.NotAPortletEnvironmentException extends NotAvailableFeatureException implements Serializable |
---|
Package org.apache.tiles.preparer |
---|
Class org.apache.tiles.preparer.NoSuchPreparerException extends PreparerException implements Serializable |
---|
Class org.apache.tiles.preparer.PreparerException extends TilesException implements Serializable |
---|
Package org.apache.tiles.reflect |
---|
Class org.apache.tiles.reflect.CannotAccessMethodException extends TilesException implements Serializable |
---|
Class org.apache.tiles.reflect.CannotInstantiateObjectException extends TilesException implements Serializable |
---|
Package org.apache.tiles.renderer |
---|
Class org.apache.tiles.renderer.RendererException extends TilesException implements Serializable |
---|
Package org.apache.tiles.util |
---|
Class org.apache.tiles.util.TilesIOException extends IOException implements Serializable |
---|
Package org.apache.tiles.web.startup |
---|
Class org.apache.tiles.web.startup.TilesFilter extends TilesServlet implements Serializable |
---|
Serialized Fields |
---|
FilterConfig filterConfig
Class org.apache.tiles.web.startup.TilesServlet extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
Log log
TilesInitializer initializer
Package org.apache.tiles.web.util |
---|
Class org.apache.tiles.web.util.TilesDispatchServlet extends HttpServlet implements Serializable |
---|
Serialized Fields |
---|
Log log
String containerKey
AttributeContextMutator mutator
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |