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

Quick Search    Search Deep

com.aendvari.tethys.context.* (9)com.aendvari.tethys.tag.* (76)

Package Samples:

com.aendvari.tethys.tag.notices: Provides tags using the tag library interfaces implementation.  
com.aendvari.tethys.context
com.aendvari.tethys.context.inset
com.aendvari.tethys.context.message
com.aendvari.tethys.context.model
com.aendvari.tethys.tag.basic
com.aendvari.tethys.tag.context
com.aendvari.tethys.tag.data
com.aendvari.tethys.tag.html
com.aendvari.tethys.tag.i18n
com.aendvari.tethys.tag.inset
com.aendvari.tethys.tag.logic
com.aendvari.tethys.tag.message
com.aendvari.tethys.tag.model
com.aendvari.tethys.tag

Classes:

CopyFormTag: Implementation class for the "copyForm" tag. The following changes need to be made to the form that this tag is being used within: You must add the javascript "satyrCopyForm()" to the onSubmit event of the form. If you have another function there already, add this on first, then any other calls you want/require. If copying more than one form (using this tag more than once within a form) then you must add a "satyrCopyForm()" function for each copied form. function satyrCopyForm(targetFormObj, sourceFormName) targetFormObj - simply pass in "this" for the form this tag is within. sourceFormName - ...
ContextAncestorTag: A common class between ContextTag and ContextBodyTag .
MessageAncestorTag: A common class between MessageTag and MessageBodyTag .
ModelTreeAncestorTag: A common class between ModelTreeTag and ModelTreeBodyTag .
InsetAncestorTag: A common class between InsetBaseTag and InsetBodyTag .
DataAncestorTag: A common class between DataTag and DataBodyTag .
TagData: Provides access to tag data. This is an abstract class to provide basic functionality for more specific tag data. The get/set methods are intentionally named get/setTagData to allow the subclass to wrap them with the name get/setData .
MessageContext: This class is used to hold message context information. A message context refers to another portion of the message context hierarchy. This allows relative message names to be used within several contexts.
AbstractTag: This is the base class for all the html tags in this package. You are required to implement the doStartTag() and doEnTag() methods in a subclass of your own. You cannot use this class directly.
ContextMap: Associates Context objects with their location in the hierarchy.
ParameterTag: Parameter value for a particular MessageTag .
MessageTagData: Provides access to message tag data. The objects in this class are created on demand to reduce unnecessary object creation.
NoticesTagData: Provides access to notices tag data. The objects in this class are created on demand to reduce unnecessary object creation.
InsetTagData: Provides access to inset tag data. The objects in this class are created on demand to reduce unnecessary object creation.
LogicTagData: Provides access to logic tag data. The objects in this class are created on demand to reduce unnecessary object creation.
ModelTagData: Provides access to model tag data. The objects in this class are created on demand to reduce unnecessary object creation.
Context: A base class for context objects. Describes the location of the context object within the hierarchy.
MessageContextUtil: Contains various utility methods for message context objects.
InsetContextUtil: Contains various utility methods for inset context objects.
ModelContextUtil: Contains various utility methods for model context objects.
NoticesExistTag: Implementation class to verify that notices are available.
AbstractFieldTag: This is a base class for the various input tags for text fields.
DataBodyTag: A base class for all body tags requiring ancillary data.
OptionsTag: Used to create HTML option tags from a collection.
MessageMapping: This class is used to hold message mapping information.

Home | Contact Us | Privacy Policy | Terms of Service