Modifier and Type | Class and Description |
---|---|
class |
XDocletTagSupport
Derives from TemplateTagHandler and adds handy support methods for working with Javadoc Doclet classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AntPropertyTagsHandler
Extracts properties from Ant.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptEngineTagHandler |
Modifier and Type | Class and Description |
---|---|
class |
BsfEngineTagHandler
This is a tag handler able to execute BSF engine on a block!
|
Modifier and Type | Class and Description |
---|---|
class |
ActionFormTagsHandler |
class |
StrutsDynaFormValidatorTagsHandler
Struts dynamic form validator tag handler.
|
class |
StrutsFormTagsHandler |
class |
StrutsValidatorTagsHandler
Struts Validator tag handler tags
|
Modifier and Type | Class and Description |
---|---|
class |
TapestryTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
VelocityEngineTagHandler
This is a tag handler able to execute Velocity template engine on a block!
|
Modifier and Type | Class and Description |
---|---|
class |
WeblogicRelationTagsHandler
This tag handler handles tags needed for Weblogic relations
|
Modifier and Type | Class and Description |
---|---|
class |
BorlandRelationTagsHandler
This tag handler handles tags needed for Web
|
Modifier and Type | Class and Description |
---|---|
class |
ResinEjbTagsHandler
Template tags handler used by resin-ejb.j and resin-relationships.j to add resin cmp-specific configuration
(resin.ejb) to the standard deployment descriptor.
|
class |
ResinWebTagsHandler
Template tags handler for Resin web.xml generation.
|
Modifier and Type | Class and Description |
---|---|
class |
AntdocTagsHandler
This tag handler is used to generate Ant documentation
|
class |
DocumentationTagsHandler |
class |
ModuleTagsHandler
This tag handler is kinda special.
|
Modifier and Type | Class and Description |
---|---|
class |
InfoTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
EjbTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
DaoTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
EjbRefTagsHandler
Deprecated.
please use
EnvEjbRefTagsHandler |
class |
RelationTagsHandler |
class |
SecurityTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
BmpTagsHandler |
class |
CmpTagsHandler |
class |
DataObjectTagsHandler |
class |
EntityTagsHandler |
class |
FacadeTagsHandler |
class |
PersistentTagsHandler |
class |
PkTagsHandler
Tags used in generating PK classes for entity EJBs.
|
class |
ValueObjectTagsHandler
Tags used by the Value Object templates.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvEjbRefTagsHandler |
class |
EnvTagsHandler
Handles field level tag's for configuring a bean's environment.
|
Modifier and Type | Class and Description |
---|---|
class |
HomeTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
InterfaceTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
LookupUtilTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
MdbTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
SessionTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
CastorTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
ExternalizerTagsHandler
Tags used in generating & using externalised property resource bundles.
|
Modifier and Type | Class and Description |
---|---|
class |
HibernateTagsHandler
Specific tags handler to make the template easy.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSphereEjbRefTagsHandler |
class |
WebSphereTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanTagsHandler
Specific tags handler to make the template easy.
|
Modifier and Type | Class and Description |
---|---|
class |
JBossRelationTagsHandler |
class |
JBossTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
JBossWebTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
JdoTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
JMXTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
BeanTagsHandler |
class |
NavigationTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
MavenpluginTagsHandler
This tag handler is used to generate xdoclet Maven plugin.
|
Modifier and Type | Class and Description |
---|---|
class |
MVCSoftTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
OpenEJBTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
SpringValidatorTagsHandler
Spring Validator tag handler tags
|
Modifier and Type | Class and Description |
---|---|
class |
SunONETagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
CollectionTagsHandler
This taghandler puts together some utility tags useful during template processing.
|
Modifier and Type | Class and Description |
---|---|
class |
WebTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
WebWorkTagsHandler |
Modifier and Type | Class and Description |
---|---|
class |
WseeTagsHandler
Tags handler for dealing with wsee extensions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProgramElementTagsHandler |
class |
ClassTagsHandler
Tags relating to classes being processed and class-level attributes.
|
class |
CommentTagsHandler |
class |
ConfigTagsHandler |
class |
ConstructorTagsHandler |
class |
FieldTagsHandler |
class |
IdTagsHandler |
class |
MergeTagsHandler |
class |
MethodTagsHandler |
class |
PackageTagsHandler
Tags which manipulate package names and packages, including substitutions.
|
class |
ParameterTagsHandler |
class |
PropertyTagsHandler
Tags relating to properties.
|
class |
TagDefTagsHandler
The implementation of TagDef template tag.
|
class |
TranslatorTagsHandler
Wrapper around the
Translator , allowing text in generated files to be localised using the
resource bundles generated by the externalizer subtask. |
class |
TypeTagsHandler
Simple tag support class.
|
class |
XmlTagsHandler
XML template support tags.
|
Modifier and Type | Method and Description |
---|---|
TemplateTagHandler |
TemplateParser.getTagHandlerFor(java.lang.String prefix) |
TemplateTagHandler |
TemplateEngine.getTagHandlerFor(java.lang.String prefix)
Get the tag handler for the prefix.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateEngine.setTagHandlerFor(java.lang.String prefix,
TemplateTagHandler tagHandler)
Sets the TagHandlerFor attribute of the TemplateEngine object
|