Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D G I M R S

C

ContextAncestorTag - interface com.aendvari.tethys.tag.context.ContextAncestorTag.
A common class between ContextTag and ContextBodyTag.
ContextBodyTag - class com.aendvari.tethys.tag.context.ContextBodyTag.
A base class for all body tags requiring context.
ContextBodyTag() - Constructor for class com.aendvari.tethys.tag.context.ContextBodyTag
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
ContextTag - class com.aendvari.tethys.tag.context.ContextTag.
A base class for all tags requiring context.
ContextTag() - Constructor for class com.aendvari.tethys.tag.context.ContextTag
Default constructor, all subclasses are required to only define a public constructor with the same signature, and to call the superclass constructor.
ContextUtil - class com.aendvari.tethys.tag.context.ContextUtil.
Utility class for context tags.
ContextUtil() - Constructor for class com.aendvari.tethys.tag.context.ContextUtil
 
com.aendvari.tethys.tag.context - package com.aendvari.tethys.tag.context
 
context - Variable in class com.aendvari.tethys.tag.context.ContextBodyTag
The relative context in which this tag resides.
context - Variable in class com.aendvari.tethys.tag.context.ContextTag
The relative context in which this tag resides.

D

determineContext(ContextMap, Class, Method) - Method in class com.aendvari.tethys.tag.context.ContextBodyTag
Determines the com.aendvari.tethys.context.Context of this tag.
determineContext(ContextMap, Class, Method) - Method in class com.aendvari.tethys.tag.context.ContextTag
Determines the com.aendvari.tethys.context.Context of this tag.
determineContext(TagSupport, Class, Method, ContextMap, String, boolean) - Static method in class com.aendvari.tethys.tag.context.ContextUtil
Determines the "context" of the supplied tag.

G

getContext() - Method in class com.aendvari.tethys.tag.context.ContextBodyTag
 
getContext() - Method in class com.aendvari.tethys.tag.context.ContextTag
 
getParentContext(ContextMap, TagSupport, Class, Method) - Method in class com.aendvari.tethys.tag.context.ContextBodyTag
Returns the parent com.aendvari.tethys.context.Context for this tag.
getParentContext(ContextMap, TagSupport, Class, Method) - Method in class com.aendvari.tethys.tag.context.ContextTag
Returns the parent com.aendvari.tethys.context.Context for this tag.
getParentContext(ContextMap, TagSupport, Class, Method) - Method in class com.aendvari.tethys.tag.context.ContextUtil
Returns the parent com.aendvari.tethys.context.Context for the given tag.
getTagContext(TagSupport, Method) - Static method in class com.aendvari.tethys.tag.context.ContextUtil
Retrieve the context of the ContextTag or ContextBodyTag.

I

immediateParentContext(TagSupport, Class, Method, ContextMap, String, boolean) - Static method in class com.aendvari.tethys.tag.context.ContextUtil
Searches for the first valid parent context.

M

matchChildContext(TagSupport, Class, Method, ContextMap, String) - Static method in class com.aendvari.tethys.tag.context.ContextUtil
Searches children of parent contexts for the context path.
matchParentContext(TagSupport, Class, Method, ContextMap, String) - Static method in class com.aendvari.tethys.tag.context.ContextUtil
Searches for the parent context matching the context path.

R

release() - Method in class com.aendvari.tethys.tag.context.ContextBodyTag
Release all allocated resources.
release() - Method in class com.aendvari.tethys.tag.context.ContextTag
Release all allocated resources.

S

setContext(String) - Method in class com.aendvari.tethys.tag.context.ContextBodyTag
 
setContext(String) - Method in class com.aendvari.tethys.tag.context.ContextTag
 

C D G I M R S