A B C D E F G H I J K L M N O P Q R S T U V W X

A

AbstractEjbCodeGeneratorSubTask - class xdoclet.ejb.AbstractEjbCodeGeneratorSubTask.
Parent of all EJB sub-tasks which generate code (class or interface).
AbstractEjbCodeGeneratorSubTask() - Constructor for class xdoclet.ejb.AbstractEjbCodeGeneratorSubTask
 
AbstractEjbDeploymentDescriptorSubTask - class xdoclet.ejb.AbstractEjbDeploymentDescriptorSubTask.
Base class for all subtasks that generate xml-ish ejb deployment descriptors.
AbstractEjbDeploymentDescriptorSubTask() - Constructor for class xdoclet.ejb.AbstractEjbDeploymentDescriptorSubTask
 
AbstractProgramElementTagsHandler - class xdoclet.tags.AbstractProgramElementTagsHandler.
 
AbstractProgramElementTagsHandler() - Constructor for class xdoclet.tags.AbstractProgramElementTagsHandler
 
addConfigParam(ConfigParameter) - Method in class xdoclet.SubTask
 
addConfigParam(ConfigParameter) - Method in class xdoclet.DocletTask
 
addContextparam(WebXmlSubTask.ContextParam) - Method in class xdoclet.web.WebXmlSubTask
 
addFileset(FileSet) - Method in class xdoclet.DocletTask
Adds a set of files (nested fileset attribute).
addMergeFile(File) - Method in class xdoclet.template.TemplateParser
Callback by the MergeTagsHandler to give the parser the list of merge files involved.
addPackageSubstitution(PackageTagsHandler.PackageSubstitution) - Method in class xdoclet.TemplateSubTask
Adds a set of files (nested fileset attribute).
addPackageSubstitution(PackageTagsHandler.PackageSubstitution) - Method in class xdoclet.ejb.EjbDocletTask
Adds a set of files (nested fileset attribute).
addTaglib(WebXmlSubTask.TagLib) - Method in class xdoclet.web.WebXmlSubTask
 
addTemplate(TemplateSubTask) - Method in class xdoclet.DocletTask
 
addWelcomefile(WebXmlSubTask.WelcomeFile) - Method in class xdoclet.web.WebXmlSubTask
 
addXmlTemplate(XmlSubTask) - Method in class xdoclet.DocletTask
 
AntPropertyTagsHandler - class xdoclet.ant.AntPropertyTagsHandler.
Extracts properties from Ant.
AntPropertyTagsHandler(Hashtable) - Constructor for class xdoclet.ant.AntPropertyTagsHandler
 
AntPropertyTask - class xdoclet.ant.AntPropertyTask.
Deprecated. Use ReplaceCopy instead
AntPropertyTask() - Constructor for class xdoclet.ant.AntPropertyTask
Deprecated.  
AntTagsHandler - class xdoclet.ant.AntTagsHandler.
Deprecated. Use AntPropertyTagsHandler instead
AntTagsHandler(Hashtable) - Constructor for class xdoclet.ant.AntTagsHandler
Deprecated.  
ApacheSoapSubTask - class xdoclet.ejb.vendor.ApacheSoapSubTask.
 
ApacheSoapSubTask() - Constructor for class xdoclet.ejb.vendor.ApacheSoapSubTask
 
asClassDoc() - Method in class xdoclet.util.serialveruid.TypeImpl
 
asClassDoc() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
atLeastOneCmpEntityBeanExists() - Method in class xdoclet.ejb.AbstractEjbDeploymentDescriptorSubTask
 
attributes - Variable in class xdoclet.jmx.tags.JMXTagsHandler
Collection of attributes.

B

beanClassNameFromInterfaceName(Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns the bean implementation class name for the interface name specified as the return type of current method or the method specified by parameter interface if any.
beanFile(ClassDoc) - Method in class xdoclet.TemplateSubTask
Returns the File pointing to where current class is stored.
beanType() - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns Bean type : "Entity", "Session" or "Message Driven".
BluestoneSubTask - class xdoclet.ejb.vendor.BluestoneSubTask.
 
BluestoneSubTask() - Constructor for class xdoclet.ejb.vendor.BluestoneSubTask
 
BmpTagsHandler - class xdoclet.ejb.tags.BmpTagsHandler.
 
BmpTagsHandler() - Constructor for class xdoclet.ejb.tags.BmpTagsHandler
 

C

capitalize(String) - Static method in class xdoclet.ConfigParamIntrospector
 
CastorSubTask - class xdoclet.ejb.vendor.CastorSubTask.
Generates mapping.xml deployment descriptor.
CastorSubTask() - Constructor for class xdoclet.ejb.vendor.CastorSubTask
 
checkForWrap(String) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
A utility method used by firstSentenceDescription to replace end of line by space.
choosePackage(String, String, String) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
Returns modified package name for a package name.
classComment(Properties) - Method in class xdoclet.tags.ClassTagsHandler
The comment for the current class.
classCommentTags(Properties) - Method in class xdoclet.tags.ClassTagsHandler
The javadoc comment tags for the current class (plus xdoclet-generated).
classCommentText(Properties) - Method in class xdoclet.tags.ClassTagsHandler
The text of the javadoc comment for the current class.
ClassDocImpl - class xdoclet.util.serialveruid.ClassDocImpl.
 
ClassDocImpl(int, String, String, List, List, List) - Constructor for class xdoclet.util.serialveruid.ClassDocImpl
 
classHasPrimkeyField(ClassDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
Returns true if the clazz has a primkey-field defined on the ejb:bean tag (opposed to having a separate PK class)
className() - Method in class xdoclet.tags.ClassTagsHandler
Returns the not-full-qualified name of the current class without the package name.
classOf(String) - Method in class xdoclet.tags.ClassTagsHandler
Returns the not-full-qualified name of the full-qualified class name specified in the body of this tag.
ClassTagsHandler - class xdoclet.tags.ClassTagsHandler.
 
ClassTagsHandler() - Constructor for class xdoclet.tags.ClassTagsHandler
 
classTagValue() - Method in class xdoclet.doc.info.InfoTagsHandler
 
classTagValue(Properties) - Method in class xdoclet.tags.ClassTagsHandler
Iterates over all class tags with the specified tagName and evaluates the body of the tag for each class tag.
classTagValueMatch(Properties) - Method in class xdoclet.tags.ClassTagsHandler
Sets the value of match variable.
clientjar - Variable in class xdoclet.ejb.EjbDotXmlSubTask
 
close() - Method in class xdoclet.template.PrettyPrintWriter
Closes the output stream and writes the last line.
CMP_1_1 - Static variable in class xdoclet.ejb.EntityCmpSubTask.CmpSpecVersion
 
CMP_2_0 - Static variable in class xdoclet.ejb.EntityCmpSubTask.CmpSpecVersion
 
CmpTagsHandler - class xdoclet.ejb.tags.CmpTagsHandler.
 
CmpTagsHandler() - Constructor for class xdoclet.ejb.tags.CmpTagsHandler
 
colName() - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
commandName() - Method in class xdoclet.web.vendor.webwork.WebWorkTagsHandler
 
comment(String) - Method in class xdoclet.tags.CommentTagsHandler
This tag simply output nothing.
CommentTagsHandler - class xdoclet.tags.CommentTagsHandler.
 
CommentTagsHandler() - Constructor for class xdoclet.tags.CommentTagsHandler
 
compareTo(Object) - Method in class xdoclet.doc.DocumentTagsSubTask.Namespace
 
compile - Variable in class xdoclet.web.vendor.JRunWebXmlSubTask
 
compName(Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
 
componentInterface(Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns the full qualified local or remote interface name for the bean, depending on the value of type parameter.
computeSerialVersionUID(ClassDoc) - Static method in class xdoclet.util.serialveruid.SerialVersionUidGenerator
 
concreteFullClassName() - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the full-qualified name of the current class's concrete class.
ConfigParameter - class xdoclet.ConfigParameter.
 
ConfigParameter() - Constructor for class xdoclet.ConfigParameter
 
configParameterValue(Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Returns the values of a configuration parameter with the name paramName.
ConfigParamIntrospector - class xdoclet.ConfigParamIntrospector.
Used by DocletTask.
ConfigParamIntrospector() - Constructor for class xdoclet.ConfigParamIntrospector
 
ConfigTagsHandler - class xdoclet.tags.ConfigTagsHandler.
 
ConfigTagsHandler() - Constructor for class xdoclet.tags.ConfigTagsHandler
 
constructorComment(Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
The comment for the current constructor.
ConstructorDocImpl - class xdoclet.util.serialveruid.ConstructorDocImpl.
 
ConstructorDocImpl(String, int, ParameterImpl[]) - Constructor for class xdoclet.util.serialveruid.ConstructorDocImpl
 
constructorName(Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Returns the name of the current constructor.
constructors() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
constructorSignature() - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
ConstructorTagsHandler - class xdoclet.tags.ConstructorTagsHandler.
 
ConstructorTagsHandler() - Constructor for class xdoclet.tags.ConstructorTagsHandler
 
constructorTagValue() - Method in class xdoclet.doc.info.InfoTagsHandler
 
constructorTagValue(Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Iterates over all constructor tags with the specified tagName for the current constructor probably inside of a forAllConstructorTags body.
context - Variable in class xdoclet.DocletTask
 
contextFactoryName - Variable in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
contextParams - Variable in class xdoclet.web.WebXmlSubTask
 
contextProviderUrl - Variable in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
contextRoot - Variable in class xdoclet.web.vendor.JRunWebXmlSubTask
The Security Domain, defaults to "" because it is not included if not set in the build.xml.
copyAttributesFrom(TemplateSubTask) - Method in class xdoclet.TemplateSubTask
 
copyAttributesFrom(TemplateSubTask) - Method in class xdoclet.XmlSubTask
 
createApachesoap() - Method in class xdoclet.ejb.EjbDocletTask
 
createBluestone() - Method in class xdoclet.ejb.EjbDocletTask
 
createCastormapping() - Method in class xdoclet.ejb.EjbDocletTask
 
createClasspath() - Method in class xdoclet.DocletTask
 
createDao() - Method in class xdoclet.ejb.EjbDocletTask
 
createDataobject() - Method in class xdoclet.ejb.EjbDocletTask
 
createDeploymentdescriptor() - Method in class xdoclet.ejb.EjbDocletTask
 
createDeploymentdescriptor() - Method in class xdoclet.web.WebDocletTask
 
createDocumenttags() - Method in class xdoclet.doc.DocumentDocletTask
 
createEntitybmp() - Method in class xdoclet.ejb.EjbDocletTask
 
createEntitycmp() - Method in class xdoclet.ejb.EjbDocletTask
 
createEntitypk() - Method in class xdoclet.ejb.EjbDocletTask
 
createHomeinterface() - Method in class xdoclet.ejb.EjbDocletTask
 
createInfo() - Method in class xdoclet.doc.DocumentDocletTask
 
createJboss() - Method in class xdoclet.ejb.EjbDocletTask
 
createJbosswebxml() - Method in class xdoclet.web.WebDocletTask
 
createJbossxmbean() - Method in class xdoclet.jmx.JMXDocletTask
 
createJBossXmlServiceTemplate() - Method in class xdoclet.jmx.JMXDocletTask
 
createJRun() - Method in class xdoclet.ejb.EjbDocletTask
 
createJRunWebXml() - Method in class xdoclet.web.WebDocletTask
 
createJsptaglib() - Method in class xdoclet.web.WebDocletTask
 
createLocalhomeinterface() - Method in class xdoclet.ejb.EjbDocletTask
 
createLocalinterface() - Method in class xdoclet.ejb.EjbDocletTask
 
createMbeaninterface() - Method in class xdoclet.jmx.JMXDocletTask
 
createMLet() - Method in class xdoclet.jmx.JMXDocletTask
 
createMVCSoft() - Method in class xdoclet.ejb.EjbDocletTask
 
createOpenjmxDescription() - Method in class xdoclet.jmx.JMXDocletTask
 
createOrion() - Method in class xdoclet.ejb.EjbDocletTask
 
createPramati() - Method in class xdoclet.ejb.EjbDocletTask
 
createRemoteinterface() - Method in class xdoclet.ejb.EjbDocletTask
 
createSession() - Method in class xdoclet.ejb.EjbDocletTask
 
createSourcepath() - Method in class xdoclet.DocletTask
Create a nested element for multiple source path support.
createStrutsconfigxml() - Method in class xdoclet.web.WebDocletTask
 
createStrutsform() - Method in class xdoclet.ejb.EjbDocletTask
 
createTask() - Method in class xdoclet.DocletTask
 
createUtilobject() - Method in class xdoclet.ejb.EjbDocletTask
 
createValueobject() - Method in class xdoclet.ejb.EjbDocletTask
 
createWebLogic() - Method in class xdoclet.ejb.EjbDocletTask
 
createWeblogicwebxml() - Method in class xdoclet.web.WebDocletTask
 
createWebSphere() - Method in class xdoclet.ejb.EjbDocletTask
 
createWebworkactiondocs() - Method in class xdoclet.web.WebDocletTask
 
createWebworkconfigproperties() - Method in class xdoclet.web.WebDocletTask
 
currentAggregateName() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
currentAggregateType(Properties) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
currentAliases - Static variable in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
currentColName - Static variable in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
currentConstructorName() - Method in class xdoclet.tags.ConstructorTagsHandler
Returns the current constructor name.
currentDataObjectClassname - Static variable in class xdoclet.ejb.tags.DataObjectTagsHandler
 
currentDataObjectTag - Variable in class xdoclet.ejb.ValueObjectSubTask
Form tag being processed right now
currentFieldName - Static variable in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
currentFormTag - Variable in class xdoclet.ejb.vendor.StrutsFormSubTask
Form tag being processed right now
currentMethodName() - Method in class xdoclet.tags.MethodTagsHandler
Returns the current method name.
currentMethodParameter - Static variable in class xdoclet.tags.ParameterTagsHandler
The current method's current parameter.
currentMethodParamTag - Static variable in class xdoclet.tags.ParameterTagsHandler
The currentMethodParamTag holds the current ParamTag corresponding to the current Parameter.
currentNamespace() - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Returns current namespace.
currentNamespaceTagsHandlerClassName() - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Returns current namespace tags handler class name.
currentNamespaceTagsHandlerClassNameAsDirStructure() - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Returns current namespace name.
currentQueryMethodParameter - Static variable in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
currentRelation - Static variable in class xdoclet.ejb.tags.RelationTagsHandler
The current relation, set by forAllRelationships and used by forAllRelationshipRoles.
currentRelationBeanClass() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
currentRoleName - Static variable in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
currentSecurityRoleName - Variable in class xdoclet.ejb.tags.SecurityTagsHandler
The current security role name, set by forAllSecurityRoles and returned by securityRoleName.
currentTag - Static variable in class xdoclet.DocletSupport
The current Tag.
currentToken - Static variable in class xdoclet.tags.AbstractProgramElementTagsHandler
The current token.
currentToken(Properties) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
Returns current token inside forAllClassTagTokens.
currentValueObjectAttribute() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
currentValueObjectClass() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
currentValueObjectMatch() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 

D

daoClass(Properties) - Method in class xdoclet.ejb.tags.DaoTagsHandler
Returns the full qualified dao class name for the bean
DaoSubTask - class xdoclet.ejb.DaoSubTask.
 
DaoSubTask() - Constructor for class xdoclet.ejb.DaoSubTask
 
DaoTagsHandler - class xdoclet.ejb.tags.DaoTagsHandler.
 
DaoTagsHandler() - Constructor for class xdoclet.ejb.tags.DaoTagsHandler
 
dataMostSuperObjectClass() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Returns the data-object class name highest in the hierarchy of derived beans.
dataObjectClass() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Returns data-object class name for the bean.
dataObjectClassNameFromInterfaceName() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Return the dataobject class name from interface name.
dataObjectClassnames - Static variable in class xdoclet.ejb.tags.DataObjectTagsHandler
 
dataObjectClassPattern - Variable in class xdoclet.ejb.DataObjectSubTask
A configuration parameter for specifying the data object class name pattern.
DataObjectSubTask - class xdoclet.ejb.DataObjectSubTask.
 
DataObjectSubTask() - Constructor for class xdoclet.ejb.DataObjectSubTask
 
DataObjectTagsHandler - class xdoclet.ejb.tags.DataObjectTagsHandler.
 
DataObjectTagsHandler() - Constructor for class xdoclet.ejb.tags.DataObjectTagsHandler
 
dateFormatter - Static variable in class xdoclet.tags.ClassTagsHandler
Used for setting the timestamp for xdoclet-generated marker in generated files.
DEFAULT_DAO_CLASS_PATTERN - Static variable in class xdoclet.ejb.DaoSubTask
 
DEFAULT_DATAOBJECT_CLASS_PATTERN - Static variable in class xdoclet.ejb.DataObjectSubTask
 
DEFAULT_DATAOBJECT_CLASS_PATTERN - Static variable in class xdoclet.ejb.ValueObjectSubTask
 
DEFAULT_ENTITY_PK_CLASS_PATTERN - Static variable in class xdoclet.ejb.EntityPkSubTask
 
DEFAULT_ENTITYBMP_CLASS_PATTERN - Static variable in class xdoclet.ejb.EntityBmpSubTask
 
DEFAULT_ENTITYCMP_CLASS_PATTERN - Static variable in class xdoclet.ejb.EntityCmpSubTask
 
DEFAULT_HOMEINTERFACE_CLASS_PATTERN - Static variable in class xdoclet.ejb.HomeInterfaceSubTask
 
DEFAULT_LOCAL_CLASS_PATTERN - Static variable in class xdoclet.ejb.LocalInterfaceSubTask
 
DEFAULT_LOCALHOMEINTERFACE_CLASS_PATTERN - Static variable in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
DEFAULT_REMOTE_CLASS_PATTERN - Static variable in class xdoclet.ejb.RemoteInterfaceSubTask
 
DEFAULT_SESSION_CLASS_PATTERN - Static variable in class xdoclet.ejb.SessionSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.HomeInterfaceSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.SessionSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.DataObjectSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.ValueObjectSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.LocalInterfaceSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.EntityCmpSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.EntityPkSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.RemoteInterfaceSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.EntityBmpSubTask
 
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.ejb.vendor.StrutsFormSubTask
The default template file - struts_form.j.
DEFAULT_TEMPLATE_FILE - Static variable in class xdoclet.web.vendor.webwork.WebWorkConfigPropertiesSubTask
 
DEFAULT_UTIL_CLASS_PATTERN - Static variable in class xdoclet.ejb.UtilObjectSubTask
 
definesSerializableFields() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
deploymentdescriptor - Variable in class xdoclet.web.WebDocletTask
 
description - Variable in class xdoclet.ejb.EjbDotXmlSubTask
 
description - Variable in class xdoclet.web.WebXmlSubTask
 
description - Variable in class xdoclet.web.JspTaglibSubTask
 
dimension() - Method in class xdoclet.util.serialveruid.TypeImpl
 
dimension() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
displayname - Variable in class xdoclet.ejb.EjbDotXmlSubTask
 
displayname - Variable in class xdoclet.web.WebXmlSubTask
 
displayname - Variable in class xdoclet.web.JspTaglibSubTask
 
distributable - Variable in class xdoclet.web.WebXmlSubTask
 
DocletContext - class xdoclet.DocletContext.
 
DocletContext(String, String, String, String, String, SubTask[], Hashtable, Hashtable, boolean) - Constructor for class xdoclet.DocletContext
 
DocletSupport - class xdoclet.DocletSupport.
 
DocletSupport() - Constructor for class xdoclet.DocletSupport
 
DocletTask - class xdoclet.DocletTask.
A base class for all Tasks.
DocletTask.DocletMain - class xdoclet.DocletTask.DocletMain.
 
DocletTask.DocletMain() - Constructor for class xdoclet.DocletTask.DocletMain
 
DocletTask() - Constructor for class xdoclet.DocletTask
 
DocletUtil - class xdoclet.util.DocletUtil.
 
DocletUtil() - Constructor for class xdoclet.util.DocletUtil
 
DocumentationTagsHandler - class xdoclet.doc.tags.DocumentationTagsHandler.
 
DocumentationTagsHandler() - Constructor for class xdoclet.doc.tags.DocumentationTagsHandler
 
DocumentDocletTask - class xdoclet.doc.DocumentDocletTask.
 
DocumentDocletTask() - Constructor for class xdoclet.doc.DocumentDocletTask
 
documenttags - Variable in class xdoclet.doc.DocumentDocletTask
 
DocumentTagsSubTask - class xdoclet.doc.DocumentTagsSubTask.
Extracts doc:blabla tags from xdoclet.* sources and generates an html file describing the tags and their parameters.
DocumentTagsSubTask.Namespace - class xdoclet.doc.DocumentTagsSubTask.Namespace.
 
DocumentTagsSubTask.Namespace(String, String) - Constructor for class xdoclet.doc.DocumentTagsSubTask.Namespace
 
DocumentTagsSubTask() - Constructor for class xdoclet.doc.DocumentTagsSubTask
 
doFileOperations() - Method in class xdoclet.ant.ReplaceCopy
Overridden doFileOperations() as Ant suggests.

E

EJB_1_1 - Static variable in class xdoclet.ejb.EjbDocletTask.EjbSpecVersion
 
EJB_2_0 - Static variable in class xdoclet.ejb.EjbDocletTask.EjbSpecVersion
 
EjbDocletTask - class xdoclet.ejb.EjbDocletTask.
A task that executes various EJB-specific sub-tasks.
EjbDocletTask.EjbSpecVersion - class xdoclet.ejb.EjbDocletTask.EjbSpecVersion.
 
EjbDocletTask.EjbSpecVersion() - Constructor for class xdoclet.ejb.EjbDocletTask.EjbSpecVersion
 
EjbDocletTask() - Constructor for class xdoclet.ejb.EjbDocletTask
 
EjbDotXmlSubTask - class xdoclet.ejb.EjbDotXmlSubTask.
 
EjbDotXmlSubTask() - Constructor for class xdoclet.ejb.EjbDotXmlSubTask
 
ejbExternalRefName() - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the name of EJB ref.
ejbName(Properties) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the name of current EJB bean.
ejbRefId() - Method in class xdoclet.ejb.tags.EjbRefTagsHandler
Returns unique id for the specified ejb-ref.
ejbRefName() - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the name of EJB ref.
EjbRefTagsHandler - class xdoclet.ejb.tags.EjbRefTagsHandler.
 
EjbRefTagsHandler() - Constructor for class xdoclet.ejb.tags.EjbRefTagsHandler
 
EjbTagsHandler - class xdoclet.ejb.tags.EjbTagsHandler.
 
EjbTagsHandler() - Constructor for class xdoclet.ejb.tags.EjbTagsHandler
 
engineFinished() - Method in class xdoclet.TemplateSubTask
 
engineFinished() - Method in class xdoclet.XmlSubTask
 
engineStarted() - Method in class xdoclet.TemplateSubTask
 
engineStarted() - Method in class xdoclet.doc.DocumentTagsSubTask
 
engineStarted() - Method in class xdoclet.doc.info.InfoSubTask
 
engineStarted() - Method in class xdoclet.ejb.HomeInterfaceSubTask
 
engineStarted() - Method in class xdoclet.ejb.SessionSubTask
 
engineStarted() - Method in class xdoclet.ejb.DataObjectSubTask
 
engineStarted() - Method in class xdoclet.ejb.ValueObjectSubTask
 
engineStarted() - Method in class xdoclet.ejb.LocalInterfaceSubTask
 
engineStarted() - Method in class xdoclet.ejb.UtilObjectSubTask
 
engineStarted() - Method in class xdoclet.ejb.EntityCmpSubTask
 
engineStarted() - Method in class xdoclet.ejb.EntityPkSubTask
 
engineStarted() - Method in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
engineStarted() - Method in class xdoclet.ejb.RemoteInterfaceSubTask
 
engineStarted() - Method in class xdoclet.ejb.EntityBmpSubTask
 
engineStarted() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
engineStarted() - Method in class xdoclet.ejb.DaoSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.WebSphereSubTask
 
engineStarted() - Method in class xdoclet.ejb.vendor.JRunSubTask
 
engineStarted() - Method in class xdoclet.web.WebXmlSubTask
 
engineStarted() - Method in class xdoclet.web.JspTaglibSubTask
 
entityBmpClass() - Method in class xdoclet.ejb.tags.BmpTagsHandler
Returns the name of generated BMP class.
entityBmpClassPattern - Variable in class xdoclet.ejb.EntityBmpSubTask
A configuration parameter for specifying the concrete BMP entity bean class name pattern.
EntityBmpSubTask - class xdoclet.ejb.EntityBmpSubTask.
 
EntityBmpSubTask() - Constructor for class xdoclet.ejb.EntityBmpSubTask
 
entityCmpClass() - Method in class xdoclet.ejb.tags.CmpTagsHandler
Returns the name of generated CMP class.
entityCmpClassPattern - Variable in class xdoclet.ejb.EntityCmpSubTask
A configuration parameter for specifying the concrete CMP entity bean class name pattern.
EntityCmpSubTask - class xdoclet.ejb.EntityCmpSubTask.
 
EntityCmpSubTask.CmpSpecVersion - class xdoclet.ejb.EntityCmpSubTask.CmpSpecVersion.
 
EntityCmpSubTask.CmpSpecVersion() - Constructor for class xdoclet.ejb.EntityCmpSubTask.CmpSpecVersion
 
EntityCmpSubTask() - Constructor for class xdoclet.ejb.EntityCmpSubTask
 
entityEjbProvider - Variable in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
entityPkClassPattern - Variable in class xdoclet.ejb.EntityPkSubTask
A configuration parameter for specifying the entity bean primary class name pattern.
EntityPkSubTask - class xdoclet.ejb.EntityPkSubTask.
 
EntityPkSubTask() - Constructor for class xdoclet.ejb.EntityPkSubTask
 
EntityTagsHandler - class xdoclet.ejb.tags.EntityTagsHandler.
 
EntityTagsHandler() - Constructor for class xdoclet.ejb.tags.EntityTagsHandler
 
equals(Object) - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
error(SAXParseException) - Method in class xdoclet.util.XmlValidator
Called by parser if a error occurs
exceptionList(Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Iterates over all exceptions thrown by the current constructor and returns a string containing definition of all those exceptions.
exceptionList(Properties) - Method in class xdoclet.tags.MethodTagsHandler
Iterates over all exceptions thrown by the current method and returns a string containing definition of all those exceptions.
exceptionList(Properties, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
execute() - Method in class xdoclet.SubTask
Called to start execution of the sub-task.
execute() - Method in class xdoclet.TemplateSubTask
 
execute() - Method in class xdoclet.DocletTask
 
execute() - Method in class xdoclet.ant.AntPropertyTask
Deprecated.  
execute() - Method in class xdoclet.doc.DocumentTagsSubTask
 
execute() - Method in class xdoclet.doc.info.InfoSubTask
 
execute() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
execute() - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
execute() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
execute() - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
execute() - Method in class xdoclet.ejb.vendor.WebSphereSubTask
 
execute() - Method in class xdoclet.ejb.vendor.JRunSubTask
 
execute() - Method in class xdoclet.web.WebXmlSubTask
 
execute() - Method in class xdoclet.web.JspTaglibSubTask
 
executeAndRestoreConstructor(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluate the current block, and then restore the current constructor before continuing.
executeAndRestoreMethod(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluate the current block, and then restore the current method before continuing.
extendsFrom() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
Returns the name of the class dataobject class extends.
extendsFrom() - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns the name of the class pk class extends.
extendsFrom() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Returns the name of the class dataobject class extends.
extendsFrom(Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns the name of the class home interface extends.
extendsFrom(Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
Returns the name of the class home interface extends.
extendsFromFor(ClassDoc, String, String, String, String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the name of the class pk/etc class extends.
extractExtentType(String) - Static method in class xdoclet.tags.TypeTagsHandler
Return the integer constact based on the extent_str.

F

fieldComment(Properties) - Method in class xdoclet.tags.FieldTagsHandler
The comment for the current field.
FieldDocImpl - class xdoclet.util.serialveruid.FieldDocImpl.
 
FieldDocImpl(String, int, Type) - Constructor for class xdoclet.util.serialveruid.FieldDocImpl
 
fieldList(ClassDoc, String, String, int, String) - Static method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns comma-separated list of fields, excluding fields that have tags of exclTag list, including fields that have tags of inclTag list.
fieldName() - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
fieldName() - Method in class xdoclet.tags.FieldTagsHandler
Returns the name of the current field.
fields() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
FieldTagsHandler - class xdoclet.tags.FieldTagsHandler.
 
FieldTagsHandler() - Constructor for class xdoclet.tags.FieldTagsHandler
 
fieldTagValue(Properties) - Method in class xdoclet.tags.FieldTagsHandler
Iterates over all field tags with the specified tagName for the current field probably inside of a forAllFieldTags body.
fieldType() - Method in class xdoclet.tags.FieldTagsHandler
Returns the type of the current field.
FileManager - class xdoclet.util.FileManager.
A utility class for handling common filing operations.
FileManager() - Constructor for class xdoclet.util.FileManager
 
filename - Variable in class xdoclet.web.JspTaglibSubTask
 
findClass(String) - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
findConstructor(String, String[]) - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
findEjb(String) - Method in class xdoclet.ejb.tags.EjbRefTagsHandler
Finds and returns the class with the specified ejbName.
findField(String) - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
findFirstCreateMethodFor(ClassDoc) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
 
findGetterMethod(Object, String) - Static method in class xdoclet.ConfigParamIntrospector
 
findMethod(String, String[]) - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
firstSentenceDescription(Properties) - Method in class xdoclet.tags.ClassTagsHandler
Return standard javadoc of current class.
firstSentenceDescriptionOfCurrentConstructor() - Method in class xdoclet.tags.ConstructorTagsHandler
Return standard javadoc of current constructor.
firstSentenceDescriptionOfCurrentMethod() - Method in class xdoclet.tags.MethodTagsHandler
Return standard javadoc of current method.
fkColumn() - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
FOR_CLASS - Static variable in class xdoclet.XDocletTagSupport
 
FOR_CONSTRUCTOR - Static variable in class xdoclet.XDocletTagSupport
 
FOR_FIELD - Static variable in class xdoclet.XDocletTagSupport
 
FOR_METHOD - Static variable in class xdoclet.XDocletTagSupport
 
forAllAggregates(String, Properties) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
forAllAliases(String) - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
forAllBeans(String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Evaluates the body block for each EJBean derived from one of the three EJB types: EntityBean, SessionBean or MessageDrivenBean.
forAllBmpEntityBeans(String) - Method in class xdoclet.ejb.tags.BmpTagsHandler
Evaluates the body block for each EJBean derived from EntityBean which is BMP.
forAllClassConstructors(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Loops through all constructors for all classes after first sorting all the constructors.
forAllClasses(String) - Method in class xdoclet.doc.info.InfoTagsHandler
 
forAllClasses(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Iterates over all classes loaded by javadoc and evaluates the body of the tag for each class.
forAllClassMethods(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Loops through all methods for all classes after first sorting all the methods.
forAllClassTags(String) - Method in class xdoclet.doc.info.InfoTagsHandler
 
forAllClassTags(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Iterates over all tags of current class with the name tagName and evaluates the body of the tag for each method.
forAllClassTagTokens(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Iterates over all tokens in specified class tag with the name tagName and evaluates the body for every token.
forAllCmpEntityBeans(String) - Method in class xdoclet.ejb.tags.CmpTagsHandler
Evaluates the body block for each EJBean derived from EntityBean which is CMP.
forAllCmpFields(String) - Method in class xdoclet.ejb.tags.CmpTagsHandler
Evaluates the body block for each persistent field of current class (if entity CMP).
forAllComposes(String, Properties) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
forAllConfigParameters(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Evaluate the body for all configuration parameters with the name paramName.
forAllConstructorParams(String) - Method in class xdoclet.tags.ParameterTagsHandler
Iterates over all parameters of current constructor and evaluates the body of the tag for each method.
forAllConstructors(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Iterates over all constructors of current class and evaluates the body of the tag for each constructor.
forAllConstructorTags(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Iterates over all tags of current constructor and evaluates the body of the tag for each constructor.
forAllConstructorTagTokens(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Iterates over all tokens in current constructor tag with the name tagName and evaluates the body for every token.
forAllEjbRefs(String, Properties) - Method in class xdoclet.ejb.tags.EjbRefTagsHandler
Evaluates the body block for each ejb:ejb-ref defined for the EJB.
forAllEntityBeans(String) - Method in class xdoclet.ejb.tags.EntityTagsHandler
Evaluates the body block for each EJBean derived from EntityBean.
forAllFields(String, Properties) - Method in class xdoclet.tags.FieldTagsHandler
Iterates over all fields of current class and evaluates the body of the tag for each field.
forAllFieldTags(String, Properties) - Method in class xdoclet.tags.FieldTagsHandler
Iterates over all tags of current field and evaluates the body of the tag for each field.
forAllFieldTagTokens(String, Properties) - Method in class xdoclet.tags.FieldTagsHandler
Iterates over all tokens in current field tag with the name tagName and evaluates the body for every token.
forAllFormFields(String) - Method in class xdoclet.ejb.tags.vendor.StrutsFormTagsHandler
Evaluates body for all fields included in form generation
forAllIndexedConstructorParams(String, Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
forAllIndexedMethodParams(String, Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
forAllInterfaceViewTypes(String, Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Evaluates the body block for each view-type of current method.
forAllLeftColumnMaps(String) - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
forAllLeftForeignKeys(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
forAllMDBeans(String) - Method in class xdoclet.ejb.tags.MdbTagsHandler
Evaluates the body block for each EJBean derived from MessageDrivenBean.
forAllMembers(String, Properties, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
forAllMemberTags(String, Properties, int, String, String[]) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
forAllMemberTagTokens(String, Properties, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
forAllMethodParams(String) - Method in class xdoclet.tags.ParameterTagsHandler
Iterates over all parameters of current method and evaluates the body of the tag for each method.
forAllMethods(String) - Method in class xdoclet.doc.info.InfoTagsHandler
 
forAllMethods(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Iterates over all methods of current class and evaluates the body of the tag for each method.
forAllMethodTags(String) - Method in class xdoclet.doc.info.InfoTagsHandler
 
forAllMethodTags(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Iterates over all tags of current method and evaluates the body of the tag for each method.
forAllMethodTagTokens(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Iterates over all tokens in current method tag with the name tagName and evaluates the body for every token.
forAllNamespaces(String) - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Iterates over all template namespaces registered in /tagmappings.properties file and evaluates the body of the tag for each namespace.
forAllPackages(String) - Method in class xdoclet.doc.info.InfoTagsHandler
 
forAllPackages(String, Properties) - Method in class xdoclet.tags.PackageTagsHandler
Iterates over all packages loaded by javadoc.
forAllParameterTypes(String, Properties) - Method in class xdoclet.tags.ParameterTagsHandler
Gets the value of the parameter specified by paramName of current tag, and assuming the value has the format of a typical method definition extracts of parameter types out of it and evaluates the body for each parameter type.
forAllPersistentFields(String, Properties) - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Evaluates the body for each persistent field.
forAllPersistentMatchedFields(String, String, String, boolean, String) - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Generate only for all Persisted Fields matching a specific Tag or Persisted fields that do not match a specific Tag
forAllPropertiesWithTag(String, Properties) - Method in class xdoclet.tags.PropertyTagsHandler
Evaluates the body block for each managed attribute of current mbean.You may set whether superclasses are examined also with the superclass attribute.
forAllQueryMethodParams(String) - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
forAllRelations(String, Properties) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
forAllRelationships(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block for each relationship.
forAllRightColumnMaps(String) - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
forAllRightForeignKeys(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
forAllSecurityRoles(String) - Method in class xdoclet.ejb.tags.SecurityTagsHandler
Evaluates the body block for each ejb:permission defined in class level or method level.
forAllSessionBeans(String) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Evaluates the body block for each EJBean derived from SessionBean.
forAllSetters(String, String) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
forAllStatefulSessionBeans(String) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Evaluates the body block for each EJBean derived from SessionBean which is stateful.
forAllStatelessSessionBeans(String) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Evaluates the body block for each EJBean derived from SessionBean which is stateless.
forAllSuper(String, String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Browse all super classes and search for a special method to generate it in the current CMP/BMP class.
forAllSuperSetData(String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Evaluates the body block for each setData method.
forAllSuperSetValue(String) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
forAllValueObjects(String) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
forEachRoleMapping(String) - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
foreignKeyColumn() - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
formClassPattern - Variable in class xdoclet.ejb.vendor.StrutsFormSubTask
The pattern for the form class.
forSingleRoleMapping(String) - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
fromInterfaceToBean(String) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Loops over all classes and if value equals to local or remote interface name of an EJBean full qualified name of that EJB is returned.
fullClassName() - Method in class xdoclet.tags.ClassTagsHandler
Returns the full-qualified name of the superclass of the current class.
fullSuperclassName() - Method in class xdoclet.tags.ClassTagsHandler
Returns the full-qualified name of the superclass of the current class.

G

generate(String) - Method in class xdoclet.template.TemplateTagHandler
 
generate(String) - Method in class xdoclet.template.TemplateEngine
The main template parsing/processing/running logic.
generate(String) - Method in class xdoclet.template.TemplateParser
In this class, this method does not -generate- anything but only parse the files.
GENERATED_FILE_NAME - Static variable in class xdoclet.web.vendor.webwork.WebWorkConfigPropertiesSubTask
 
generateDataObjectClass() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
generateDataObjectClass(ClassDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
Used by dataMostSuperObjectClass() to get the data object's full qualified class name.
generateFileUsingTemplate(String, String) - Method in class xdoclet.tags.MergeTagsHandler
A utility method used for generating the dest_file based on template_file template file.
generateForClass(ClassDoc) - Method in class xdoclet.TemplateSubTask
Processed template for clazz and generates output file for clazz.
generateForClass(ClassDoc) - Method in class xdoclet.doc.DocumentTagsSubTask
Processed template for clazz and generates output file for clazz.
generateForClass(ClassDoc) - Method in class xdoclet.ejb.DataObjectSubTask
 
generateForClass(ClassDoc) - Method in class xdoclet.ejb.ValueObjectSubTask
 
generateForClass(ClassDoc) - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
iterate through all
generateUsingMergedFile(String, String) - Method in class xdoclet.tags.MergeTagsHandler
Processes the file specified in merge_file_pattern that has the text content contents.
getActiveSubTask() - Method in class xdoclet.DocletContext
 
getAllClasses() - Static method in class xdoclet.tags.AbstractProgramElementTagsHandler
Utility method to get classes for iteration used by various methods.
getBeanClassNameFromInterfaceNameFor(String) - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
 
getCategory(Class, String) - Static method in class xdoclet.util.Log
Returns an instance of log4j Category object.
getClassNameFor(ClassDoc) - Static method in class xdoclet.tags.AbstractProgramElementTagsHandler
Returns the not-full-qualified name of the current class without the package name.
getClassNameFor(ClassDoc) - Static method in class xdoclet.tags.ClassTagsHandler
Returns the not-full-qualified name of the current class without the package name.
getClasspath() - Method in class xdoclet.DocletTask
 
getClassPath() - Method in class xdoclet.DocletContext
 
getClasspathRef() - Method in class xdoclet.DocletTask
 
getClassTagValue(ClassDoc, String, String, int, String, String, boolean, boolean) - Static method in class xdoclet.XDocletTagSupport
For classes.
getClassTagValue(String, String, int, String, String, boolean, boolean) - Method in class xdoclet.XDocletTagSupport
For classes.
getClientjar() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
getCmpSpec() - Method in class xdoclet.ejb.EntityCmpSubTask
 
getCompile() - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Return the Compile setting.
getCompNameFor(ClassDoc, String) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
 
getComponentInterface(String, ClassDoc) - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
Return the fully qualified name of the component interface of type specified.
getConfigParam(String) - Method in class xdoclet.DocletContext
 
getConfigParameter(String) - Method in class xdoclet.tags.ConfigTagsHandler
Returns the value for the specified configuration parameter.
getConfigParams() - Method in class xdoclet.SubTask
 
getConfigParams() - Method in class xdoclet.DocletTask
 
getConfigParams(Vector) - Method in class xdoclet.DocletTask
 
getConnectionjndiname() - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
getConstructorTagValue(ConstructorDoc, String, String, int, String, String, boolean) - Static method in class xdoclet.XDocletTagSupport
For constructors.
getContext() - Method in class xdoclet.SubTask
A utility method that deleges the call to DocletContext.getSingleInstance().
getContext() - Method in class xdoclet.DocletTask
Returns the singleton context object and creates it if not already created and registers it as the single instance.
getContext() - Method in class xdoclet.ejb.EjbDocletTask
 
getContext() - Method in class xdoclet.template.TemplateTagHandler
 
getContextFactoryName() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getContextParams() - Method in class xdoclet.web.WebXmlSubTask
 
getContextProviderUrl() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getContextRoot() - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Return the Context Root of the web application.
getCreatetables() - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
getCreatetables() - Method in class xdoclet.ejb.vendor.JRunSubTask
 
getCurrentClass() - Method in class xdoclet.DocletSupport
Peeks and return the current class from top of currentClassStack stack.
getCurrentClass() - Static method in class xdoclet.XDocletTagSupport
Provides the current class in the XDoclet build, or null if there is no current class.
getCurrentConfigParamIndex() - Static method in class xdoclet.tags.ConfigTagsHandler
 
getCurrentConstructor() - Method in class xdoclet.DocletSupport
Returns current constructor.
getCurrentConstructor() - Static method in class xdoclet.XDocletTagSupport
Provides the current constructor in the XDoclet build, or null if there is no current constructor.
getCurrentDataObjectClassname() - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
getCurrentField() - Method in class xdoclet.DocletSupport
Returns current field.
getCurrentField() - Static method in class xdoclet.XDocletTagSupport
Provides the current field in the XDoclet build, or null if there is no current field.
getCurrentFormTag() - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
 
getCurrentLineNum() - Method in class xdoclet.template.TemplateEngine
 
getCurrentMethod() - Method in class xdoclet.DocletSupport
Returns current method.
getCurrentMethod() - Static method in class xdoclet.XDocletTagSupport
Provides the current method in the XDoclet build, or null if there is no current method.
getCurrentNamespace() - Method in class xdoclet.doc.DocumentTagsSubTask
 
getCurrentPackage() - Method in class xdoclet.DocletSupport
Returns current package.
getCurrentPackage() - Static method in class xdoclet.XDocletTagSupport
Provides the current package in the XDoclet build, or null if there is no current package.
getCurrentTag() - Static method in class xdoclet.DocletSupport
 
getCurrentTag() - Static method in class xdoclet.XDocletTagSupport
 
getCurrentValueObjectAttribute(ClassDoc, Tag) - Static method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
getCurrentValueObjectClass() - Static method in class xdoclet.ejb.ValueObjectSubTask
 
getCurrentValueObjectClass(ClassDoc, Tag) - Static method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
getCurrentValueObjectMatch() - Static method in class xdoclet.ejb.ValueObjectSubTask
 
getCurrentValueObjectMatch(ClassDoc, Tag) - Static method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
getCurrentValueObjectName() - Static method in class xdoclet.ejb.ValueObjectSubTask
 
getCurrentValueObjectName(ClassDoc, Tag) - Static method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
getDaoClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.DaoTagsHandler
Similar to InterfaceTagsHandler.getComponentInterface(java.lang.String, com.sun.javadoc.ClassDoc).
getDaoClassPattern() - Method in class xdoclet.ejb.DaoSubTask
Returns the configuration parameter for specifying the DAO class name pattern.
getDaoClassPattern() - Static method in class xdoclet.ejb.tags.DaoTagsHandler
 
getDataMostSuperObjectClass(ClassDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
getDataObjectClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
getDataObjectClassPattern() - Method in class xdoclet.ejb.DataObjectSubTask
Returns the configuration parameter for specifying the data object class name pattern.
getDataObjectClassPattern() - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
getDatasource() - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
getDatasource() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getDatasource() - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
getDebug() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getDependentClassFor(ClassDoc, String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
sub-classes which deal with patternized class names return a reasonable value
getDependentClassFor(ClassDoc, String) - Method in class xdoclet.ejb.tags.PkTagsHandler
 
getDependentClassFor(ClassDoc, String) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
 
getDependentClassFor(ClassDoc, String) - Method in class xdoclet.ejb.tags.HomeTagsHandler
 
getDependentClassFor(ClassDoc, String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
getDependentClassTagName() - Method in class xdoclet.ejb.tags.EjbTagsHandler
 
getDeploymentVersion() - Method in class xdoclet.ejb.vendor.OrionSubTask
 
getDeploymentVersion() - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
getDescription() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
getDescription() - Method in class xdoclet.web.WebXmlSubTask
 
getDescription() - Method in class xdoclet.web.WebXmlSubTask.ContextParam
 
getDescription() - Method in class xdoclet.web.JspTaglibSubTask
 
getDescription() - Method in class xdoclet.web.JspTaglibSubTask.ContextParam
 
getDescription() - Method in class xdoclet.web.vendor.WeblogicWebXmlSubTask
Return the Description.
getDestDir() - Method in class xdoclet.SubTask
 
getDestDir() - Method in class xdoclet.DocletContext
 
getDestDir() - Method in class xdoclet.DocletTask
 
getDestinationFile() - Method in class xdoclet.TemplateSubTask
 
getDisplayname() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
getDisplayname() - Method in class xdoclet.web.WebXmlSubTask
 
getDisplayname() - Method in class xdoclet.web.JspTaglibSubTask
 
getDistributable() - Method in class xdoclet.web.WebXmlSubTask
 
getDocletContext() - Static method in class xdoclet.XDocletTagSupport
 
getDtdFileName() - Method in class xdoclet.XmlSubTask
 
getEjbClassNameSuffix() - Method in class xdoclet.ejb.EjbDocletTask
 
getEjbIdFor(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
 
getEjbNameFor(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the EJB name of the clazz by seaching for ejb:bean's name parameter.
getEjbSpec() - Method in class xdoclet.ejb.EjbDocletTask
 
getEjbSpec() - Static method in class xdoclet.ejb.tags.EjbTagsHandler
Returns the EJB specification version used.
getEngine() - Method in class xdoclet.TemplateSubTask
 
getEngine() - Method in class xdoclet.template.TemplateTagHandler
 
getEntityBmpClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.BmpTagsHandler
 
getEntityBmpClassPattern() - Method in class xdoclet.ejb.EntityBmpSubTask
Returns the configuration parameter for specifying the concrete BMP entity bean class name pattern.
getEntityBmpClassPattern() - Static method in class xdoclet.ejb.tags.BmpTagsHandler
 
getEntityCmpClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.CmpTagsHandler
 
getEntityCmpClassPattern() - Method in class xdoclet.ejb.EntityCmpSubTask
Returns the configuration parameter for specifying the concrete CMP entity bean class name pattern.
getEntityCmpClassPattern() - Static method in class xdoclet.ejb.tags.CmpTagsHandler
 
getEntityEjbProvider() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getEntityPkClassPattern() - Method in class xdoclet.ejb.EntityPkSubTask
Returns the configuration parameter for specifying the entity bean primary class name pattern.
getEntityPkClassPattern() - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
getExcludedTags() - Method in class xdoclet.DocletContext
 
getExcludedTags() - Method in class xdoclet.DocletTask
 
getExcludePackageNames() - Method in class xdoclet.DocletTask
 
getExecutableMemberDocForMemberName(String, boolean, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
Searches for the ExecutableMemberDoc of the member with name methodName and returns it.
getExecutableMemberDocForMemberName(String, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
getExtent() - Method in class xdoclet.TemplateSubTask
 
getFieldTagValue(FieldDoc, String, String, int, String, String, boolean) - Static method in class xdoclet.XDocletTagSupport
For fields.
getFieldTagValue(String, String, int, String, String, boolean) - Method in class xdoclet.XDocletTagSupport
For fields.
getFieldTypeFor(FieldDoc) - Static method in class xdoclet.tags.FieldTagsHandler
 
getFile() - Method in class xdoclet.web.WebXmlSubTask.WelcomeFile
 
getFilename() - Method in class xdoclet.web.JspTaglibSubTask
 
getFilesets() - Method in class xdoclet.DocletTask
 
getFullClassNameFor(ClassDoc) - Static method in class xdoclet.tags.AbstractProgramElementTagsHandler
Returns the full-qualified name of the current class with the package name.
getFullClassNameFor(ClassDoc) - Static method in class xdoclet.tags.ClassTagsHandler
Returns the full-qualified name of the current class with the package name.
getFullSuperclassNameFor(ClassDoc) - Static method in class xdoclet.tags.AbstractProgramElementTagsHandler
Returns the full-qualified name of the superclass of the current class.
getGeneratedFileName(ClassDoc) - Method in class xdoclet.TemplateSubTask
Returns class name for the generated file.
getGeneratedFileName(ClassDoc) - Method in class xdoclet.doc.DocumentTagsSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.HomeInterfaceSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.SessionSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.DataObjectSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.ValueObjectSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.LocalInterfaceSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.UtilObjectSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.EntityCmpSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.EntityPkSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.RemoteInterfaceSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.EntityBmpSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.DaoSubTask
 
getGeneratedFileName(ClassDoc) - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
 
getGenerateRelations() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getHavingClassTag() - Method in class xdoclet.TemplateSubTask
 
getHeader() - Method in class xdoclet.doc.info.InfoSubTask
 
getHomeClassPattern() - Method in class xdoclet.ejb.HomeInterfaceSubTask
Returns the configuration parameter for specifying the home interface name pattern.
getHomeClassPattern() - Static method in class xdoclet.ejb.tags.HomeTagsHandler
 
getHomeInterface(String, ClassDoc) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
Similar to InterfaceTagsHandler.getComponentInterface(java.lang.String, com.sun.javadoc.ClassDoc).
getIndentChars(Properties) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
A utility method to get the blank space characters used for indenting comments.
getInstance() - Static method in class xdoclet.DocletContext
 
getInterfaceMethodName(String) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns the interface method name depending on its type.
getJarName() - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
getJavadocDir() - Method in class xdoclet.web.vendor.webwork.WebWorkActionDocsSubTask
 
getJspversion() - Method in class xdoclet.web.JspTaglibSubTask
 
getKind() - Method in class xdoclet.ejb.UtilObjectSubTask
 
getLargeicon() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
getLargeicon() - Method in class xdoclet.web.WebXmlSubTask
 
getLargeicon() - Method in class xdoclet.web.JspTaglibSubTask
 
getLeft() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getLeftMethod() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getLeftMultiplicity() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getLeftRoleName() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getLineNumber(String, int) - Static method in class xdoclet.template.TemplateEngine
Loops over the template content till reaching till_index index and returns the number of lines it has encountered.
getLoadSystemClassesFirst() - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Return the Load-System-Classes-First setting.
getLocalClassPattern() - Method in class xdoclet.ejb.LocalInterfaceSubTask
Returns the configuration parameter for specifying the local interface name pattern.
getLocalClassPattern() - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
 
getLocalHomeClassPattern() - Method in class xdoclet.ejb.LocalHomeInterfaceSubTask
Returns the configuration parameter for specifying the local home interface name pattern.
getLocalHomeClassPattern() - Static method in class xdoclet.ejb.tags.HomeTagsHandler
 
getLocation() - Method in class xdoclet.web.WebXmlSubTask.TagLib
 
getLocation() - Method in class xdoclet.web.JspTaglibSubTask.TagLib
 
getLoggingtype() - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
getMaxmemory() - Method in class xdoclet.DocletTask
 
getMbeanClassPattern() - Static method in class xdoclet.jmx.MBeanInterfaceSubTask
 
getMbeanDescriptionClassPattern() - Static method in class xdoclet.jmx.vendor.OpenJMXDescriptionAdapterSubTask
 
getMBeanName(ClassDoc) - Method in class xdoclet.jmx.tags.JMXTagsHandler
Implementation of JMXTagsHandler.mbeanName().
getMergeDir() - Method in class xdoclet.SubTask
 
getMergeDir() - Method in class xdoclet.DocletContext
 
getMergeDir() - Method in class xdoclet.DocletTask
 
getMergeFileContents(String) - Method in class xdoclet.tags.MergeTagsHandler
A utility method used for merging a file used by tag.
getMergeFiles() - Method in class xdoclet.template.TemplateParser
Return the list of merge files involved in the generation.
getMessageDrivenClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.MdbTagsHandler
 
getMethodDocForMethodName(String) - Method in class xdoclet.tags.PropertyTagsHandler
Searches for the MethodDoc of the method with name methodName and returns it.
getMethodNameWithoutPrefixFor(MethodDoc) - Static method in class xdoclet.tags.MethodTagsHandler
Merge with modified SubTask.methodNameWithoutPrefix
getMethodTagValue(MethodDoc, String, String, int, String, String, boolean) - Static method in class xdoclet.XDocletTagSupport
For methods.
getMethodTagValue(String, String, int, String, String, boolean) - Method in class xdoclet.XDocletTagSupport
For methods.
getMethodTypeFor(MethodDoc) - Static method in class xdoclet.tags.MethodTagsHandler
 
getName() - Method in class xdoclet.ConfigParameter
 
getName() - Method in class xdoclet.doc.DocumentTagsSubTask.Namespace
 
getName() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getName() - Method in class xdoclet.web.WebXmlSubTask.ContextParam
 
getName() - Method in class xdoclet.web.JspTaglibSubTask.ContextParam
 
getNamespaces() - Method in class xdoclet.doc.DocumentTagsSubTask
 
getNestedException() - Method in class xdoclet.template.TemplateException
 
getOfType() - Method in class xdoclet.TemplateSubTask
 
getOutput() - Method in class xdoclet.template.TemplateEngine
 
getPackageNameFor(PackageDoc) - Static method in class xdoclet.tags.PackageTagsHandler
 
getPackageNameFor(String) - Static method in class xdoclet.tags.PackageTagsHandler
It applies package substitutions.
getPackageNames() - Method in class xdoclet.DocletTask
 
getPackages() - Method in class xdoclet.tags.PackageTagsHandler.PackageSubstitution
 
getPackageSubstitutions() - Method in class xdoclet.TemplateSubTask
 
getPackageSubstitutions() - Method in class xdoclet.ejb.EjbDocletTask
 
getPackageSubstitutions(String) - Static method in class xdoclet.tags.PackageTagsHandler
 
getParameterValue(ClassDoc, String, String, int) - Static method in class xdoclet.XDocletTagSupport
Given the raw javadoc tag content as the value parameter parses it and searches for the specified parameter and if found returns its value, null otherwise.
getParameterValue(String, String, int) - Method in class xdoclet.XDocletTagSupport
Parses and searches the value string for the parameter named param_name and returns its value.
getParser() - Method in class xdoclet.TemplateSubTask
 
getParser() - Method in class xdoclet.template.TemplateTagHandler
 
getPersistenceClass() - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
getPersistenceProduct() - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
getPersistenceSuffix() - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
getPersistenceVersion() - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
getPkClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
getPkClassForEjbJarXmlFor(ClassDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
getPkFieldsInHeader() - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns an array containing ejb:pk-field tags defined in class level.
getPrimkeyFieldFor(ClassDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
getPrimkeyGetterFor(ClassDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
getPrimkeySetterFor(ClassDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
getPrintStackTrace() - Method in class xdoclet.XDocletException
 
getProjectname() - Method in class xdoclet.doc.info.InfoSubTask
 
getProperties() - Method in class xdoclet.DocletContext
 
getProperties() - Method in class xdoclet.doc.info.InfoSubTask
 
getProperty(String) - Method in class xdoclet.DocletContext
 
getPropertyNameFor(MethodDoc) - Static method in class xdoclet.tags.MethodTagsHandler
 
getProviderClasspath() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getPublicId() - Method in class xdoclet.XmlSubTask
 
getReload() - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Return the Reload setting.
getRemoteClassPattern() - Method in class xdoclet.ejb.RemoteInterfaceSubTask
Returns the configuration parameter for specifying the remote interface name pattern.
getRemoteClassPattern() - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
 
getRight() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getRightMethod() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getRightMultiplicity() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getRightRoleName() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
getRoot() - Method in class xdoclet.template.TemplateContext
 
getSchema() - Method in class xdoclet.XmlSubTask
 
getSecuritydomain() - Method in class xdoclet.web.vendor.JBossWebXmlSubTask
Return the Security Domain.
getSecuritydomain() - Method in class xdoclet.web.vendor.WeblogicWebXmlSubTask
Return the Security Domain.
getSecurityDomain() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getServletspec() - Method in class xdoclet.web.WebXmlSubTask
 
getSessionClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.SessionTagsHandler
 
getSessionClassPattern() - Method in class xdoclet.ejb.SessionSubTask
Returns the configuration parameter for specifying the concrete session bean class name pattern.
getSessionClassPattern() - Static method in class xdoclet.ejb.tags.SessionTagsHandler
 
getSessiontimeout() - Method in class xdoclet.web.WebXmlSubTask
 
getSfsbPassivationRoot() - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
getShortEjbNameFor(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
Returns short version of the EJB name of the clazz.
getShortname() - Method in class xdoclet.web.JspTaglibSubTask
 
getSmallicon() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
getSmallicon() - Method in class xdoclet.web.WebXmlSubTask
 
getSmallicon() - Method in class xdoclet.web.JspTaglibSubTask
 
getSource() - Method in class xdoclet.ejb.vendor.JRunSubTask
 
getSourcePath() - Method in class xdoclet.DocletContext
 
getSourcePath() - Method in class xdoclet.DocletTask
 
getStatefulSessionEjbProvider() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getStatelessSessionEjbProvider() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getString(Properties) - Method in class xdoclet.tags.TranslatorTagsHandler
Returns a localized text string.
getString(String) - Static method in class xdoclet.util.Translator
 
getString(String, String) - Static method in class xdoclet.util.Translator
 
getString(String, String[]) - Static method in class xdoclet.util.Translator
 
getString(String, String, String[]) - Static method in class xdoclet.util.Translator
 
getStrutsFormClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.vendor.StrutsFormTagsHandler
 
getStrutsFormClassName(ClassDoc) - Static method in class xdoclet.ejb.tags.vendor.StrutsFormTagsHandler
 
getStrutsFormClassPattern() - Static method in class xdoclet.ejb.tags.vendor.StrutsFormTagsHandler
 
getStrutsFormClassPattern() - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
Return the class pattern.
getSubstituteWith() - Method in class xdoclet.tags.PackageTagsHandler.PackageSubstitution
 
getSubTaskBy(String) - Method in class xdoclet.DocletContext
 
getSubTaskClassName() - Method in class xdoclet.TemplateSubTask
 
getSubTaskFromPlaceHolder(TemplateSubTask) - Method in class xdoclet.DocletTask
 
getSubTaskName() - Method in class xdoclet.SubTask
 
getSubTaskName() - Method in class xdoclet.TemplateSubTask
 
getSubTaskName() - Method in class xdoclet.doc.DocumentTagsSubTask
 
getSubTaskName() - Method in class xdoclet.doc.info.InfoSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.HomeInterfaceSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.SessionSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.DataObjectSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.ValueObjectSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.LocalInterfaceSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.UtilObjectSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.EntityCmpSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.EntityPkSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.RemoteInterfaceSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.EntityBmpSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.DaoSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.CastorSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.OrionSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.WebSphereSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
getSubTaskName() - Method in class xdoclet.ejb.vendor.JRunSubTask
 
getSubTaskName() - Method in class xdoclet.jmx.MLetSubTask
 
getSubTaskName() - Method in class xdoclet.jmx.MBeanInterfaceSubTask
 
getSubTaskName() - Method in class xdoclet.jmx.vendor.OpenJMXDescriptionAdapterSubTask
 
getSubTaskName() - Method in class xdoclet.jmx.vendor.JBossXMBeanDescriptorSubTask
 
getSubTaskName() - Method in class xdoclet.jmx.vendor.JBossXmlServiceTemplateSubTask
 
getSubTaskName() - Method in class xdoclet.web.WebXmlSubTask
 
getSubTaskName() - Method in class xdoclet.web.JspTaglibSubTask
 
getSubTaskName() - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
 
getSubTaskName() - Method in class xdoclet.web.vendor.StrutsConfigXmlSubTask
 
getSubTaskName() - Method in class xdoclet.web.vendor.JBossWebXmlSubTask
 
getSubTaskName() - Method in class xdoclet.web.vendor.WeblogicWebXmlSubTask
 
getSubTaskName() - Method in class xdoclet.web.vendor.webwork.WebWorkConfigPropertiesSubTask
 
getSubTaskName() - Method in class xdoclet.web.vendor.webwork.WebWorkActionDocsSubTask
 
getSubTasks() - Method in class xdoclet.DocletContext
 
getSubTasks() - Method in class xdoclet.DocletTask
 
getSubTasks() - Method in class xdoclet.doc.DocumentDocletTask
 
getSubTasks() - Method in class xdoclet.ejb.EjbDocletTask
 
getSubTasks() - Method in class xdoclet.jmx.JMXDocletTask
 
getSubTasks() - Method in class xdoclet.web.WebDocletTask
 
getSystemId() - Method in class xdoclet.XmlSubTask
 
getTagHandlerFor(String) - Method in class xdoclet.template.TemplateEngine
Get the tag handler for the prefix.
getTagLibs() - Method in class xdoclet.web.WebXmlSubTask
 
getTaglibversion() - Method in class xdoclet.web.JspTaglibSubTask
 
getTagMappings() - Method in class xdoclet.doc.DocumentTagsSubTask
 
getTagsByName(ClassDoc, String) - Static method in class xdoclet.util.DocletUtil
 
getTagsByName(ClassDoc, String, boolean) - Static method in class xdoclet.util.DocletUtil
 
getTagsByName(MemberDoc, String) - Static method in class xdoclet.util.DocletUtil
 
getTagsHandlerClassName() - Method in class xdoclet.doc.DocumentTagsSubTask.Namespace
 
getTagValue(ProgramElementDoc, String, String, int, String, String, String, String, String, boolean, int, boolean) - Static method in class xdoclet.XDocletTagSupport
 
getTagValue(Properties, int) - Method in class xdoclet.XDocletTagSupport
Return the Value of a tag specified in a Properties object.
getTagValue(String, String, int, String, String, String, String, String, boolean, int, boolean) - Method in class xdoclet.XDocletTagSupport
 
getTemplates() - Method in class xdoclet.DocletTask
 
getTemplateURL() - Method in class xdoclet.TemplateSubTask
 
getTemplateURL() - Method in class xdoclet.template.TemplateEngine
Returns current template URL.
getterMethod() - Method in class xdoclet.tags.MethodTagsHandler
Returns the getter method name for the current method by prefixing the method name with the proper getter prefix.
getterPrefix() - Method in class xdoclet.tags.MethodTagsHandler
Returns 'get' or 'is' getter prefix part of the current method.
getText(Doc, String) - Static method in class xdoclet.util.DocletUtil
 
getText(Doc, String, boolean) - Static method in class xdoclet.util.DocletUtil
Returns the entire body (parameters etc) of a tag within a supplied Doc context as text.
getText(Tag) - Static method in class xdoclet.util.DocletUtil
 
getTypemapping() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getUri() - Method in class xdoclet.web.WebXmlSubTask.TagLib
 
getUri() - Method in class xdoclet.web.JspTaglibSubTask
 
getURI() - Method in class xdoclet.web.JspTaglibSubTask.TagLib
 
getURLContent(URL) - Static method in class xdoclet.util.FileManager
 
getUseIds() - Method in class xdoclet.XmlSubTask
 
getUtilClassFor(ClassDoc) - Static method in class xdoclet.ejb.tags.UtilTagsHandler
Similar to InterfaceTagsHandler.getComponentInterface(java.lang.String, com.sun.javadoc.ClassDoc).
getUtilClassPattern() - Method in class xdoclet.ejb.UtilObjectSubTask
Returns the configuration parameter for specifying the utility class name pattern.
getUtilClassPattern() - Static method in class xdoclet.ejb.tags.UtilTagsHandler
 
getValue() - Method in class xdoclet.ConfigParameter
 
getValue() - Method in class xdoclet.web.WebXmlSubTask.ContextParam
 
getValue() - Method in class xdoclet.web.JspTaglibSubTask.ContextParam
 
getValueMostSuperObjectClass(ClassDoc) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
getValueObjectClassPattern() - Method in class xdoclet.ejb.ValueObjectSubTask
Returns the configuration parameter for specifying the data object class name pattern.
getValues() - Method in class xdoclet.TemplateSubTask.ExtentTypes
 
getValues() - Method in class xdoclet.ejb.UtilObjectSubTask.LookupKind
 
getValues() - Method in class xdoclet.ejb.EntityCmpSubTask.CmpSpecVersion
 
getValues() - Method in class xdoclet.ejb.EjbDocletTask.EjbSpecVersion
 
getValues() - Method in class xdoclet.ejb.vendor.JBossSubTask.JBossVersionTypes
 
getValues() - Method in class xdoclet.ejb.vendor.OrionSubTask.OrionVersionTypes
 
getValues() - Method in class xdoclet.ejb.vendor.MVCSoftSubTask.MVCSoftVersionTypes
 
getValues() - Method in class xdoclet.web.WebXmlSubTask.ServletVersionTypes
 
getValues() - Method in class xdoclet.web.JspTaglibSubTask.JspVersionTypes
 
getVersion() - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
getVersion() - Method in class xdoclet.ejb.vendor.JBossSubTask
 
getVersion() - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
getVersion() - Method in class xdoclet.ejb.vendor.JRunSubTask
 
getVersion() - Method in class xdoclet.web.vendor.WeblogicWebXmlSubTask
Return the WLS version.
getVersions() - Static method in class xdoclet.ejb.EntityCmpSubTask.CmpSpecVersion
 
getWelcomeFiles() - Method in class xdoclet.web.WebXmlSubTask
 
getXmlencoding() - Method in class xdoclet.XmlSubTask
 

H

handler - Variable in class xdoclet.jmx.tags.JMXTagsHandler
For use in extracting method names.
handleTag(int, String) - Method in class xdoclet.template.TemplateEngine
Handle the tag that starts at index in the template provided.
hasConstructor(ClassDoc, String, String[], boolean) - Static method in class xdoclet.tags.ConstructorTagsHandler
Returns true if a constructor with the specified parameters is found in the class clazz.
hasCustomBulkData(ClassDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
hasDataEquals(ClassDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
hasExecutableMember(ClassDoc, String, String[], boolean, int) - Static method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
hasFormDefinition(ClassDoc) - Static method in class xdoclet.ejb.tags.vendor.StrutsFormTagsHandler
return true if at least one struts:form tag is defined
hashCode() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
hasMethod(ClassDoc, String, String[], boolean) - Static method in class xdoclet.tags.MethodTagsHandler
Returns true if a method with the specified methodName+parameters is found in the class clazz.
hasPermission(Doc) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns true if class/method denoted by doc has ejb:permission tag, false otherwise.
hasTag(Doc, String) - Static method in class xdoclet.util.DocletUtil
 
hasTag(Doc, String, boolean) - Static method in class xdoclet.util.DocletUtil
 
hasTransaction(Doc) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns true if class/method denoted by doc has ejb:transaction tag, false otherwise.
homeClassPattern - Variable in class xdoclet.ejb.HomeInterfaceSubTask
A configuration parameter for specifying the home interface name pattern.
homeInterface(Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
Returns the full qualified local or remote home interface name for the bean, depending on the value of type parameter.
HomeInterfaceSubTask - class xdoclet.ejb.HomeInterfaceSubTask.
 
HomeInterfaceSubTask() - Constructor for class xdoclet.ejb.HomeInterfaceSubTask
 
HomeTagsHandler - class xdoclet.ejb.tags.HomeTagsHandler.
 
HomeTagsHandler() - Constructor for class xdoclet.ejb.tags.HomeTagsHandler
 

I

id() - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns unique id for current ejb.
id(Properties) - Method in class xdoclet.tags.IdTagsHandler
Generates an id attribute based on the given tag values.
IdTagsHandler - class xdoclet.tags.IdTagsHandler.
 
IdTagsHandler() - Constructor for class xdoclet.tags.IdTagsHandler
 
ifClassTagValueEquals(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Evaluates the body if value for the class tag equals the specified value.
ifClassTagValueMatches(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Evaluate the body if the match variable equals with the value of the specified tag/parameter.
ifClassTagValueNotEquals(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Evaluates the body if value for the class tag not equals the specified value.
ifConfigParamEquals_Impl(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
The implementation of ifConfigParamEquals and ifConfigParamEquals tags.
ifConfigParamEquals(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Evaluate the body if the value of the configuration parameter equals value.
ifConfigParamGreaterOrEquals_Impl(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
The implementation of ifConfigParamGreaterOrEquals and ifConfigParamNotGreaterOrEquals tags.
ifConfigParamGreaterOrEquals(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Evaluate the body if the value of the configuration parameter is greater or equal to value.
ifConfigParamNotEquals(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Evaluate the body if the value of the configuration parameter doesn't equal value.
ifConfigParamNotGreaterOrEquals(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Evaluate the body if the value of the configuration parameter is not greater or equal to value.
ifConstructorTagValueEquals(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluates the body if value for the constructor tag equals the specified value.
ifConstructorTagValueNotEquals(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluates the body if value for the constructor tag not equals the specified value.
ifDoesntHaveClassTag(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Evaluates the body if current class doesn't have at least one tag with the specified name.
ifDoesntHaveConstructor(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluate the body if current class doesn't have a constructor with the specified name+parameters.
ifDoesntHaveConstructorTag(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluates the body if current constructor doesn't have at least one tag with the specified name.
ifDoesntHaveMethod(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluate the body if current class doesn't have a method with the specified name+parameters.
ifDoesntHaveMethodTag(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluates the body if current method doesn't have at least one tag with the specified name.
ifDoesntHavePrimkeyField(String, Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Process the tag body if the current class doesn't have a defined primkey-field
ifEagerInstantiation(String) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
ifEntity(String) - Method in class xdoclet.ejb.tags.EntityTagsHandler
Evaluate the body block if current class is of an entity type.
ifEntityIsBmp(String) - Method in class xdoclet.ejb.tags.BmpTagsHandler
Evaluates the body block if current class is an BMP entity bean.
ifEntityIsCmp(String) - Method in class xdoclet.ejb.tags.CmpTagsHandler
Evaluates the body block if current class is an CMP entity bean.
ifHasAtLeastOnePersistentField(String) - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Evaluates the body if the class has at least one persistent field.
ifHasAtLeastOnePkField(String) - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Evaluates the body if the class has at least one primary key field.
ifHasAttributeDescription(String, Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
ifHasClassTag(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Evaluates the body if current class has at least one tag with the specified name.
ifHasConfigParam(String, Properties) - Method in class xdoclet.tags.ConfigTagsHandler
Evaluates the body if config parameter specified is not null.
ifHasConstructor(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluate the body if current class has a constructor with the specified name+parameters.
ifHasConstructorTag(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluates the body if current constructor has at least one tag with the specified name.
ifHasFieldTag(String, Properties) - Method in class xdoclet.tags.FieldTagsHandler
Evaluates the body if current field has at least one tag with the specified name.
ifHasGetMethodWithTag(String, Properties) - Method in class xdoclet.tags.PropertyTagsHandler
The block tag ifHasGetMethod looks for a get method based on the attribute name from the current method, sets the current method to that get method, and applies the template if found.
ifHasKeyColumn(String) - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
ifHasLeftGroupName(String) - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
ifHasLeftRoleName(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
ifHasMethod(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluate the body if current class has a method with the specified name+parameters.
ifHasMethodTag(String) - Method in class xdoclet.doc.info.InfoTagsHandler
 
ifHasMethodTag(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluates the body if current method has at least one tag with the specified name.
ifHasPrimkeyField(String, Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Process the tag body if the current class has a defined primkey-field
ifHasPrimkeySetter(String, Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Process the tag body if the current class has defined a setter for the primkey-field.
ifHasRelationships(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body if at least one of the classes has an ejb:relation tag, otherwise not.
ifHasRightGroupName(String) - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
ifHasRightRoleName(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
ifHasSetMethodWithTag(String, Properties) - Method in class xdoclet.tags.PropertyTagsHandler
The block tag ifHasSetMethod looks for a set method based on the attribute name from the current method, sets the current method to that set method, and applies the template if found.
ifHasSortDirection(String) - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
ifHasTag_Impl(String, Properties, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
A utility method used by ifHasClassTag/ifDoesntHaveClassTag and ifHasMethodTag/ifDoesntHaveMethodTag, return true if at least one tag exists with the specified name.
ifIsAbstract(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluate the body block if current method is abstract.
ifIsAConcreteEJBean(String, Properties) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Evaluates the body block if current bean is a concrete bean meaning the generate parameter of ejb:bean is either not specified or equals to "true", otherwise the bean is just an abstract base class bean not meant to be used as a EJBean but serve as the base for other EJBeans.
ifIsAggregate(String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Evaluate the body block if ejb:aggregate is defined for current getter method, denoting that the specified getter method returns an aggregated object.
ifIsBidirectional(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
ifIsClassAbstract(String) - Method in class xdoclet.tags.ClassTagsHandler
Evaluate the body block if current class is abstract.
ifIsClassNotAbstract(String) - Method in class xdoclet.tags.ClassTagsHandler
Evaluate the body block if current class is not abstract.
ifIsCreateMethod(String, Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
Evaluates the body block if current method is a create method.
ifIsFinderMethod(String, Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
Evaluates the body block if current method is a ejbFind method.
ifIsGetterMethod(String, Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
TODO: There is a big overlap here with stuff in ejb - have a look.
ifIsHomeMethod(String, Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
Evaluates the body block if current method is a home method.
ifIsInterfaceMethod(String) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Evaluates the body block if ejb:interface-method defined for current method.
ifIsInterfaceMethod(String, Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Evaluate the body block if the current method is an EJB local or remote interface method.
ifIsLeftMany(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
ifIsMany2Many(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if the current relationship is a many to many type, meaning, both sides of the relation returns java.util.Collection or java.util.Set.
ifIsNotAbstract(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluates the body block if current method is not abstract.
ifIsNotACollection(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if current method's return type is not a java.util.Collection or java.util.Set.
ifIsNotAggregate(String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Evaluate the body block if ejb:aggregate is not defined for current getter method.
ifIsNotInterfaceMethod(String, Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Evaluate the body block if the current method is not an EJB local or remote interface method.
ifIsNotOfType(String, Properties) - Method in class xdoclet.tags.TypeTagsHandler
Evaluate the body block if the entity is not of the specified type.
ifIsNotPrimitive(String, Properties) - Method in class xdoclet.tags.TypeTagsHandler
Evaluate the body block if the value is not of a primitive type.
ifIsNotPrimitiveOrString(String, Properties) - Method in class xdoclet.tags.TypeTagsHandler
Evaluate the body block if the value is of a primitive type or String.
ifIsNotPrimkeyField(String, Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Process the tag body if the current method is not a getter or setter for the primkey-field
ifIsOfType_Impl(String, Properties, boolean) - Method in class xdoclet.tags.TypeTagsHandler
Implementation of ifIsOfType and ifIsNotOfType tags.
ifIsOfType(String, Properties) - Method in class xdoclet.tags.TypeTagsHandler
Evaluate the body block if the entity is of the specified type.
ifIsOne2Many(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if the current relationship is a one to many type, meaning, ONLY ONE side of the relation returns java.util.Collection or java.util.Set.
ifIsOne2One(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if the current relationship is a one to one type, meaning, neither side of the relation returns java.util.Collection or java.util.Set.
ifIsPkField(String) - Method in class xdoclet.ejb.tags.PkTagsHandler
Evaluates the body if the current method is a primary key field.
ifIsPrimitive(String, Properties) - Method in class xdoclet.tags.TypeTagsHandler
Evaluate the body block if the value is of a primitive type.
ifIsPrimitiveOrString(String, Properties) - Method in class xdoclet.tags.TypeTagsHandler
Evaluate the body block if the value is of a primitive type or String.
ifIsPrimkeyField(String, Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Process the tag body if the current method is a getter or setter for the primkey-field
ifIsRightMany(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
ifIsSetterMethod(String, Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
TODO: There is a big overlap here with stuff in ejb - have a look.
ifIsUnidirectional(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
ifIsWithDataContainer(String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Evaluate the body block if ejb:data-object container="true".
ifIsWithDataMethod(String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Evaluate the body block if ejb:data-object setdata="true".
ifLeftCascadeDelete(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body if the left side of this relation has cascade-delete=yes
ifLeftHasFK(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
ifLeftHasFKConstraint(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
ifLocalEjb(String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
 
ifMessageDriven(String) - Method in class xdoclet.ejb.tags.MdbTagsHandler
Evaluate the body block if current class is of a message driven bean type.
ifMethodTagValueEquals(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluates the body if value for the method tag equals the specified value.
ifMethodTagValueNotEquals(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluates the body if value for the method tag not equals the specified value.
ifNotIsMany2Many(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if the current relationship IS NOT a many to many type, meaning, at least one side of the relation does not return java.util.Collection or java.util.Set.
ifNotIsOne2Many(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if the current relationship IS NOT a one to many type, meaning, either both sides, or neither side of the relation returns java.util.Collection or java.util.Set.
ifNotIsOne2One(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body block if the current relationship IS NOT a one to one type, meaning, at least one side of the relation returns java.util.Collection or java.util.Set.
ifNotLeftHasFK(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
ifNotLocalEjb(String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
 
ifNotRemoteEjb(String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
 
ifNotRemoveMethod(String) - Method in class xdoclet.ejb.tags.HomeTagsHandler
Evaluates the body block if current method is ejbRemove method.
ifNotRightHasFK(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
ifNotStatelessSession(String) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Evaluate the body block if current class is not of an stateless session bean type.
ifNotUsingCmp2(String) - Method in class xdoclet.ejb.tags.CmpTagsHandler
Evaluate the body block if not using EJB 2.0 or using EJB 2.0 but CMP version 1.x.
ifRemoteEjb(String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
 
ifRightCascadeDelete(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Evaluates the body if the right side of this relation has cascade-delete=yes, or the left side has target-relation cascade-delete="yes"
ifRightHasFK(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
ifRightHasFKConstraint(String) - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
ifStatefulSession(String) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Evaluate the body block if current class is of an stateful session bean type.
ifStatelessSession(String) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Evaluate the body block if current class is of an stateless session bean type.
ifTagCountNotZero(String, Properties) - Method in class xdoclet.doc.info.InfoTagsHandler
 
ifTagValueEquals_Impl(String, Properties, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
A utility method used by ifMethodTagValueEquals/ifMethodTagValueNotEquals and ifClassTagValueEquals/ifClassTagValueNotEquals, return true if the value of the tag/parameter equals with value.
ifUseSoftLocking(String) - Method in class xdoclet.ejb.tags.BmpTagsHandler
Evaluates the body block if ejb:use-soft-locking is set for current class.
ifUsingCmp2(String) - Method in class xdoclet.ejb.tags.CmpTagsHandler
Evaluate the body block if using EJB 2.0 and CMP version 2.x.
ifUsingDao(String) - Method in class xdoclet.ejb.tags.DaoTagsHandler
Evaluate the body block if ejb:dao tag present and DAO subtask being used.
ifUsingValueObject(String) - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
Evaluate the body block if Value Object subtask being used.
implementedInterfaces() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
importedClasses() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
importedList(Properties) - Method in class xdoclet.tags.ClassTagsHandler
Iterates over all imported classes and packages imported in the current class and returns the list.
importedPackages() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
index - Variable in class xdoclet.jmx.tags.JMXTagsHandler
For looping through indexed tags.
indexedConstructorParamValue(Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
indexedMethodParamValue(Properties) - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
InfoSubTask - class xdoclet.doc.info.InfoSubTask.
Extracts tag values from classes and method docs and generates an HTML report that summarizes all occurrences of this tag in a source tree.
InfoSubTask(DocumentDocletTask) - Constructor for class xdoclet.doc.info.InfoSubTask
 
infotags - Variable in class xdoclet.doc.DocumentDocletTask
 
InfoTagsHandler - class xdoclet.doc.info.InfoTagsHandler.
 
InfoTagsHandler() - Constructor for class xdoclet.doc.info.InfoTagsHandler
 
init() - Method in class xdoclet.SubTask
Initializes SubTask.
init() - Method in class xdoclet.TemplateSubTask
 
innerClasses() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
interfaceMethodName() - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns interface method name for the current interface method.
interfaces() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
InterfaceTagsHandler - class xdoclet.ejb.tags.InterfaceTagsHandler.
 
InterfaceTagsHandler() - Constructor for class xdoclet.ejb.tags.InterfaceTagsHandler
 
invalidParamValueFound(ProgramElementDoc, String, String, String, String) - Static method in class xdoclet.XDocletTagSupport
Throws an XDocletException exception to stop the build process.
isAbstract() - Method in class xdoclet.util.serialveruid.MethodDocImpl
 
isAbstract() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isAConcreteEJBean(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
 
isAggregate(MethodDoc) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
Returns true if method has ejb:aggregate, false otherwise.
isBidirectional() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
isBidirectional() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
isClass() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isComponentInterfaceMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns true if method is a component interface method, false otherwise.
isConstructor() - Method in class xdoclet.util.serialveruid.ConstructorDocImpl
 
isCreateMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
Returns true if method is a create method marked with a ejb:create-method tag, false otherwise.
isDataContentEquals(String) - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
isDataObjectMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
isDocletGenerated(ClassDoc) - Static method in class xdoclet.DocletSupport
Returns true if the clazz generated by xdoclet.
isEjb(ClassDoc) - Method in class xdoclet.ejb.tags.EjbTagsHandler
Returns true of clazz is an EJB (derived from an EJB type), false otherwise.
isEntity(ClassDoc) - Static method in class xdoclet.ejb.tags.EntityTagsHandler
Returns true if clazz is an entity bean, false otherwise.
isEntityBmp(ClassDoc) - Static method in class xdoclet.ejb.tags.BmpTagsHandler
Returns true if clazz is an BMP entity bean, false otherwise.
isEntityCmp(ClassDoc) - Static method in class xdoclet.ejb.tags.CmpTagsHandler
Returns true if clazz is an CMP entity bean, false otherwise.
isError() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isException() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isExternalizable() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isField() - Method in class xdoclet.util.serialveruid.FieldDocImpl
 
isFinderMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
Returns true if method is an ejbFind method, false otherwise.
isForce() - Method in class xdoclet.DocletContext
 
isForce() - Method in class xdoclet.DocletTask
 
isGenerationNeeded(ClassDoc) - Static method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
isGenerationNeeded(ClassDoc) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
Returns true if ejb:data-object defined and generate param is true, false if not true.
isGetter(String) - Static method in class xdoclet.tags.MethodTagsHandler
Returns true if the str string starts with a getter prefix ("get" or "is").
isGetterMethod() - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
isGuessGenerationNeeded() - Method in class xdoclet.TemplateSubTask
 
isHomeMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
Returns true if method is a home method marked with a ejb:home-method tag, false otherwise.
isIncluded() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isInterface() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isInterfaceMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns true if method is an interface method, false otherwise.
isInterfaceMethod(String) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Implements functionality required by InterfaceTagsHandler.ifIsInterfaceMethod(java.lang.String, java.util.Properties) and InterfaceTagsHandler.ifIsNotInterfaceMethod(java.lang.String, java.util.Properties).
isInTypeList(String, String) - Static method in class xdoclet.tags.TypeTagsHandler
 
isLeftMany() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
isLocalEjb(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
 
isLocalMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns true if method is a local interface method by looking at view-type parameter.
isMany2Many() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
isMany2Many() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
isMessageDriven(ClassDoc) - Static method in class xdoclet.ejb.tags.MdbTagsHandler
Returns true if clazz is a messgae-driven bean, false otherwise.
isMethod() - Method in class xdoclet.util.serialveruid.MethodDocImpl
 
isMethodPrimkeyField(ClassDoc, MethodDoc) - Static method in class xdoclet.ejb.tags.PkTagsHandler
 
isOfType(Type, String, int) - Static method in class xdoclet.tags.TypeTagsHandler
Returns true if cur_class is of type type.
isOne2Many() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
isOne2Many() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
isOne2One() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
isOne2One() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
isOnlyLocalEjb(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
Returns true if clazz is only a local EJB by looking at ejb:bean's view-type parameter.
isOnlyRemoteEjb(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
Returns true if clazz is only a remote EJB by looking at ejb:bean's view-type parameter.
isOrdinaryClass() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isPackageSubstitutionInheritanceSupported() - Method in class xdoclet.TemplateSubTask
By default supports, but some subtasks may not support because global packageSubstitution is for public interfaces/classes, not good for impl classes.
isPersistentField(MethodDoc) - Static method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns true if method is a persistent field, false otherwise.
isPersistentFieldMethod() - Static method in class xdoclet.ejb.tags.PersistentTagsHandler
 
isPkField(MethodDoc) - Static method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns true if method is a primary key field, false otherwise.
isPkFieldInHeader(ClassDoc) - Static method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns true if clazz has ejb:pk-field defined.
isPrefixWithPackageStructure() - Method in class xdoclet.TemplateSubTask
 
isPrimitiveType(String) - Static method in class xdoclet.tags.TypeTagsHandler
Returns true if name is a primitive type, in that case name contains the string "int"/"float"/etc.
isRemoteEjb(ClassDoc) - Static method in class xdoclet.ejb.tags.EjbTagsHandler
 
isRemoteMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns true if method is a remote interface method by looking at view-type parameter.
isRemoveMethod(MethodDoc) - Static method in class xdoclet.ejb.tags.HomeTagsHandler
Returns true if method is an ejbRemove method, false otherwise.
isRightMany() - Method in class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
isSerializable() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
isSession(ClassDoc) - Static method in class xdoclet.ejb.tags.SessionTagsHandler
Returns true if clazz is a session bean, false otherwise.
isSetOrCollection(String) - Method in class xdoclet.ejb.tags.RelationTagsHandler
Returns true if current method's return type is a java.util.Collection or java.util.Set, false otherwise.
isSetterMethod() - Method in class xdoclet.jmx.tags.JMXTagsHandler
 
isStatefulSession(ClassDoc) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Returns true if clazz is a stateful session bean, false otherwise.
isStatelessSession(ClassDoc) - Method in class xdoclet.ejb.tags.SessionTagsHandler
Returns true if clazz is a stateless session bean, false otherwise.
isSubTaskDefined(String) - Method in class xdoclet.DocletContext
 
isTransient() - Method in class xdoclet.util.serialveruid.FieldDocImpl
 
isUsingCmp2Impl(ClassDoc) - Static method in class xdoclet.ejb.tags.CmpTagsHandler
Returns true if ejbspec config parameter is "2.0" and ejb:bean's cmp-version either not defined or is "2.x", false otherwise.
isValidateXML() - Method in class xdoclet.XmlSubTask
 
isValueObjectField(ClassDoc, MethodDoc, String) - Static method in class xdoclet.ejb.tags.PersistentTagsHandler
 
isVolatile() - Method in class xdoclet.util.serialveruid.FieldDocImpl
 

J

javaDocHtmlFile() - Method in class xdoclet.web.vendor.webwork.WebWorkTagsHandler
 
javaFile(String) - Static method in class xdoclet.TemplateSubTask
Converts the full qualified class name to a valid path with File.separator characters instead of .
JBossRelationTagsHandler - class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler.
 
JBossRelationTagsHandler() - Constructor for class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
jBossResourceClassName() - Method in class xdoclet.ejb.tags.vendor.JBossTagsHandler
 
JBossSubTask - class xdoclet.ejb.vendor.JBossSubTask.
Creates jboss-xml and jaws.xml deployment descriptors for JBoss.
JBossSubTask.JBossVersionTypes - class xdoclet.ejb.vendor.JBossSubTask.JBossVersionTypes.
 
JBossSubTask.JBossVersionTypes() - Constructor for class xdoclet.ejb.vendor.JBossSubTask.JBossVersionTypes
 
JBossSubTask() - Constructor for class xdoclet.ejb.vendor.JBossSubTask
 
JBossTagsHandler - class xdoclet.ejb.tags.vendor.JBossTagsHandler.
 
JBossTagsHandler() - Constructor for class xdoclet.ejb.tags.vendor.JBossTagsHandler
 
jbosswebxml - Variable in class xdoclet.web.WebDocletTask
 
JBossWebXmlSubTask - class xdoclet.web.vendor.JBossWebXmlSubTask.
Generates jboss-web.xml deployment descriptor.
JBossWebXmlSubTask() - Constructor for class xdoclet.web.vendor.JBossWebXmlSubTask
 
jbossXMBeanDescriptor - Variable in class xdoclet.jmx.JMXDocletTask
 
JBossXMBeanDescriptorSubTask - class xdoclet.jmx.vendor.JBossXMBeanDescriptorSubTask.
Generates JBossXMBeanDescriptorSubTaskxml file for JBossMX.
JBossXMBeanDescriptorSubTask() - Constructor for class xdoclet.jmx.vendor.JBossXMBeanDescriptorSubTask
 
jbossXmlServiceTemplate - Variable in class xdoclet.jmx.JMXDocletTask
 
JBossXmlServiceTemplateSubTask - class xdoclet.jmx.vendor.JBossXmlServiceTemplateSubTask.
Generates a skeleton {0}-service.xml file for JBoss mbean configuration.
JBossXmlServiceTemplateSubTask() - Constructor for class xdoclet.jmx.vendor.JBossXmlServiceTemplateSubTask
 
JMXDocletTask - class xdoclet.jmx.JMXDocletTask.
 
JMXDocletTask() - Constructor for class xdoclet.jmx.JMXDocletTask
 
JMXTagsHandler - class xdoclet.jmx.tags.JMXTagsHandler.
 
JMXTagsHandler() - Constructor for class xdoclet.jmx.tags.JMXTagsHandler
 
jndiName(Properties) - Method in class xdoclet.ejb.tags.HomeTagsHandler
 
joinTableName() - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
JRunSubTask - class xdoclet.ejb.vendor.JRunSubTask.
 
JRunSubTask() - Constructor for class xdoclet.ejb.vendor.JRunSubTask
 
jrunwebxml - Variable in class xdoclet.web.WebDocletTask
 
JRunWebXmlSubTask - class xdoclet.web.vendor.JRunWebXmlSubTask.
Generates jrun-web.xml deployment descriptor.
JRunWebXmlSubTask() - Constructor for class xdoclet.web.vendor.JRunWebXmlSubTask
 
jsptaglib - Variable in class xdoclet.web.WebDocletTask
 
JspTaglibSubTask - class xdoclet.web.JspTaglibSubTask.
Generates taglib.tld deployment descriptor for JSP taglibs.
JspTaglibSubTask.ContextParam - class xdoclet.web.JspTaglibSubTask.ContextParam.
 
JspTaglibSubTask.ContextParam() - Constructor for class xdoclet.web.JspTaglibSubTask.ContextParam
 
JspTaglibSubTask.JspVersionTypes - class xdoclet.web.JspTaglibSubTask.JspVersionTypes.
 
JspTaglibSubTask.JspVersionTypes() - Constructor for class xdoclet.web.JspTaglibSubTask.JspVersionTypes
 
JspTaglibSubTask.TagLib - class xdoclet.web.JspTaglibSubTask.TagLib.
 
JspTaglibSubTask.TagLib() - Constructor for class xdoclet.web.JspTaglibSubTask.TagLib
 
JspTaglibSubTask() - Constructor for class xdoclet.web.JspTaglibSubTask
 
jspversion - Variable in class xdoclet.web.JspTaglibSubTask
 

K

keyColumn() - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
keyFieldName() - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 

L

largeicon - Variable in class xdoclet.ejb.EjbDotXmlSubTask
 
largeicon - Variable in class xdoclet.web.WebXmlSubTask
 
largeicon - Variable in class xdoclet.web.JspTaglibSubTask
 
leftEJBName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
Returns the EJB Name of the left side of this relationship
leftFieldName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
leftFieldType() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
leftFKConstraint() - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
leftGroupName() - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
leftMultiplicity() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
leftRoleName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
LINE_SEPARATOR - Static variable in class xdoclet.template.PrettyPrintWriter
Convenience variable for printing and matching line separators in a system portable manner.
LINE_SEPARATOR_LEN - Static variable in class xdoclet.template.PrettyPrintWriter
 
loadSystemClassesFirst - Variable in class xdoclet.web.vendor.JRunWebXmlSubTask
 
LOCAL_SUFFIX - Static variable in class xdoclet.ejb.tags.EjbTagsHandler
 
localClassPattern - Variable in class xdoclet.ejb.LocalInterfaceSubTask
A configuration parameter for specifying the local interface name pattern.
localHomeClassPattern - Variable in class xdoclet.ejb.LocalHomeInterfaceSubTask
A configuration parameter for specifying the local home interface name pattern.
LocalHomeInterfaceSubTask - class xdoclet.ejb.LocalHomeInterfaceSubTask.
 
LocalHomeInterfaceSubTask() - Constructor for class xdoclet.ejb.LocalHomeInterfaceSubTask
 
LocalInterfaceSubTask - class xdoclet.ejb.LocalInterfaceSubTask.
 
LocalInterfaceSubTask() - Constructor for class xdoclet.ejb.LocalInterfaceSubTask
 
Log - class xdoclet.util.Log.
 
Log() - Constructor for class xdoclet.util.Log
 
LOGICAL - Static variable in class xdoclet.ejb.UtilObjectSubTask.LookupKind
 
lookupKind() - Method in class xdoclet.ejb.tags.UtilTagsHandler
 

M

mandatoryParamNotFound(ProgramElementDoc, String, String) - Static method in class xdoclet.XDocletTagSupport
Throws an XDocletException exception to stop the build process.
mandatoryTemplateTagParamNotFound(String, String) - Method in class xdoclet.XDocletTagSupport
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.TemplateSubTask
Returns true if output not already generated for clazz, and is of the specified type and has the specified class tag; false otherwise.
matchesGenerationRules(ClassDoc) - Method in class xdoclet.NoInnerClassSubTask
Matches regular classes, not inner classes.
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.HomeInterfaceSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.SessionSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.DataObjectSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.ValueObjectSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.LocalInterfaceSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.UtilObjectSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.EntityCmpSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.EntityPkSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.RemoteInterfaceSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.EntityBmpSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.DaoSubTask
 
matchesGenerationRules(ClassDoc) - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
Returns whether struts form[s] shall be generated for this class
matchPattern - Static variable in class xdoclet.tags.AbstractProgramElementTagsHandler
Template can use matchPattern as a place where they can put volatile variable.
matchValue() - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
Returns the value of match variable.
mbeanClassPattern - Static variable in class xdoclet.jmx.MBeanInterfaceSubTask
 
mbeanDescriptionClassPattern - Static variable in class xdoclet.jmx.vendor.OpenJMXDescriptionAdapterSubTask
 
mbeaninterface - Variable in class xdoclet.jmx.JMXDocletTask
 
MBeanInterfaceSubTask - class xdoclet.jmx.MBeanInterfaceSubTask.
Generates MBean interface for JMX MBean.
MBeanInterfaceSubTask() - Constructor for class xdoclet.jmx.MBeanInterfaceSubTask
 
mbeanName() - Method in class xdoclet.jmx.tags.JMXTagsHandler
Returns the MBean name for the current class.
MdbTagsHandler - class xdoclet.ejb.tags.MdbTagsHandler.
 
MdbTagsHandler() - Constructor for class xdoclet.ejb.tags.MdbTagsHandler
 
memberComment(Properties, int) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
 
merge(String, Properties) - Method in class xdoclet.tags.MergeTagsHandler
Merge contents of the file designated by the file parameter and evaluates the body if the file is not found.
MergeTagsHandler - class xdoclet.tags.MergeTagsHandler.
 
MergeTagsHandler() - Constructor for class xdoclet.tags.MergeTagsHandler
 
messageDrivenClass() - Method in class xdoclet.ejb.tags.MdbTagsHandler
Returns the name of message-driven bean class.
methodComment(Properties) - Method in class xdoclet.tags.MethodTagsHandler
The comment for the current method.
MethodDocImpl - class xdoclet.util.serialveruid.MethodDocImpl.
 
MethodDocImpl(String, int, ParameterImpl[], Type) - Constructor for class xdoclet.util.serialveruid.MethodDocImpl
 
methodIntf(Properties) - Method in class xdoclet.ejb.tags.InterfaceTagsHandler
Returns "Remote" is current method has ejb:remote-method defined, "Home" otherwise.
methodName(Properties) - Method in class xdoclet.tags.MethodTagsHandler
Returns the name of the current method.
methodNameWithoutPrefix() - Method in class xdoclet.tags.MethodTagsHandler
Returns the name of the current method without the first three characters.
methodParamDescription() - Method in class xdoclet.tags.ParameterTagsHandler
The methodParamDescription method returns the comment text associated with the ParamTag for the current Parameter
methodParamName() - Method in class xdoclet.tags.ParameterTagsHandler
Returns the name of the current method parameter, current method parameter is set inside a forAllMethodParams tag in each iteration.
methodParamType() - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
methodParamType() - Method in class xdoclet.tags.ParameterTagsHandler
Returns the type of the current method parameter, current method parameter is set inside a forAllMethodParams tag in each iteration.
methods() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
MethodTagsHandler - class xdoclet.tags.MethodTagsHandler.
 
MethodTagsHandler() - Constructor for class xdoclet.tags.MethodTagsHandler
 
methodTagValue() - Method in class xdoclet.doc.info.InfoTagsHandler
 
methodTagValue(Properties) - Method in class xdoclet.tags.MethodTagsHandler
Iterates over all method tags with the specified tagName for the current method probably inside of a forAllMethodTags body.
methodType() - Method in class xdoclet.tags.MethodTagsHandler
Returns the return type of the current method.
mlet - Variable in class xdoclet.jmx.JMXDocletTask
 
MLetSubTask - class xdoclet.jmx.MLetSubTask.
Generates mlet description for JMX MBean.
MLetSubTask() - Constructor for class xdoclet.jmx.MLetSubTask
 
modifiers() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
MVCSoftSubTask - class xdoclet.ejb.vendor.MVCSoftSubTask.
Generates MVCSoft's xml.
MVCSoftSubTask.MVCSoftVersionTypes - class xdoclet.ejb.vendor.MVCSoftSubTask.MVCSoftVersionTypes.
 
MVCSoftSubTask.MVCSoftVersionTypes() - Constructor for class xdoclet.ejb.vendor.MVCSoftSubTask.MVCSoftVersionTypes
 
MVCSoftSubTask() - Constructor for class xdoclet.ejb.vendor.MVCSoftSubTask
 
MVCSoftTagsHandler - class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler.
 
MVCSoftTagsHandler() - Constructor for class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 

N

name() - Method in class xdoclet.util.serialveruid.ParameterImpl
 
name() - Method in class xdoclet.util.serialveruid.ConstructorDocImpl
 
name() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
namespace() - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Returns current namespace name.
namespaceFromClassName() - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Returns current namespace name from current class name.
namespaceTagsHandlerClassName() - Method in class xdoclet.doc.tags.DocumentationTagsHandler
Returns current namespace tags handler class name.
NoInnerClassSubTask - class xdoclet.NoInnerClassSubTask.
This subtask only matches regular classes, not inner classes.
NoInnerClassSubTask() - Constructor for class xdoclet.NoInnerClassSubTask
 
NULL - Static variable in class xdoclet.ConfigParamIntrospector
 

O

OpenJMXDescriptionAdapterSubTask - class xdoclet.jmx.vendor.OpenJMXDescriptionAdapterSubTask.
Generates MBeanDescriptionAdaptor subclass for OpenJMX.
OpenJMXDescriptionAdapterSubTask() - Constructor for class xdoclet.jmx.vendor.OpenJMXDescriptionAdapterSubTask
 
openjmxDescriptionAdaptor - Variable in class xdoclet.jmx.JMXDocletTask
 
OrionSubTask - class xdoclet.ejb.vendor.OrionSubTask.
Generates Orion's orion-ejb-jar.xml.
OrionSubTask.OrionVersionTypes - class xdoclet.ejb.vendor.OrionSubTask.OrionVersionTypes.
 
OrionSubTask.OrionVersionTypes() - Constructor for class xdoclet.ejb.vendor.OrionSubTask.OrionVersionTypes
 
OrionSubTask() - Constructor for class xdoclet.ejb.vendor.OrionSubTask
 
out - Variable in class xdoclet.template.TemplateEngine
The PrintWriter used for outputing the generated stuff.
output - Variable in class xdoclet.template.TemplateEngine
 
outputOf(String) - Method in class xdoclet.template.TemplateEngine
Calls generate() of the specified template content but instead of outputing it to the generated file, it returns the generated content.
overriddenClass() - Method in class xdoclet.util.serialveruid.MethodDocImpl
 

P

packageName() - Method in class xdoclet.tags.PackageTagsHandler
Returns the current package name.
packageNameAsPath() - Method in class xdoclet.tags.PackageTagsHandler
Returns the current package name as path
packageNameAsPathFor(PackageDoc) - Static method in class xdoclet.tags.PackageTagsHandler
Returns the current package name as path
packageNameAsPathFor(String) - Static method in class xdoclet.tags.PackageTagsHandler
Returns the current package name as path
packageOf(String) - Method in class xdoclet.tags.PackageTagsHandler
Returns the not-full-qualified package name of the full-qualified class name specified in the body of this tag.
PackageTagsHandler - class xdoclet.tags.PackageTagsHandler.
 
PackageTagsHandler.PackageSubstitution - class xdoclet.tags.PackageTagsHandler.PackageSubstitution.
 
PackageTagsHandler.PackageSubstitution() - Constructor for class xdoclet.tags.PackageTagsHandler.PackageSubstitution
 
PackageTagsHandler() - Constructor for class xdoclet.tags.PackageTagsHandler
 
PARAMETER_DELIMITER - Static variable in class xdoclet.XDocletTagSupport
Default delimiter used inside a xdoclet tag attribute.
ParameterImpl - class xdoclet.util.serialveruid.ParameterImpl.
 
ParameterImpl(Type, String) - Constructor for class xdoclet.util.serialveruid.ParameterImpl
 
parameterList(Properties) - Method in class xdoclet.tags.ParameterTagsHandler
Iterates over all exceptions thrown by the current method and returns a string containing definition of all those parameters.
ParameterTagsHandler - class xdoclet.tags.ParameterTagsHandler.
 
ParameterTagsHandler() - Constructor for class xdoclet.tags.ParameterTagsHandler
 
parentDataObjectClass() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
parsePropertyString(String, Vector, Vector) - Static method in class xdoclet.XDocletTagSupport
Parses a string containing ${xxx} style property references into two lists.
persistenceClass - Variable in class xdoclet.ejb.vendor.BluestoneSubTask
 
persistenceProduct - Variable in class xdoclet.ejb.vendor.BluestoneSubTask
 
persistenceSuffix - Variable in class xdoclet.ejb.vendor.BluestoneSubTask
 
persistenceType() - Method in class xdoclet.ejb.tags.EntityTagsHandler
Returns the persistent type of current bean.
persistenceVersion - Variable in class xdoclet.ejb.vendor.BluestoneSubTask
 
persistentfieldList() - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns a string containing comma-separated list of persistent fields with their types.
persistentfieldList(Properties) - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns a string containing comma-separated list of persistent fields with their types.
persistentfieldNameValueList() - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns a string containing comma-separated list of persistent fields without their types in fieldname="value" format.
persistentfieldNameValueList(Properties) - Method in class xdoclet.ejb.tags.PersistentTagsHandler
Returns a string containing comma-separated list of persistent fields without their types in fieldname="value" format.
PersistentTagsHandler - class xdoclet.ejb.tags.PersistentTagsHandler.
 
PersistentTagsHandler() - Constructor for class xdoclet.ejb.tags.PersistentTagsHandler
 
PHYSICAL - Static variable in class xdoclet.ejb.UtilObjectSubTask.LookupKind
 
pkClass() - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns the name of generated PK class for the current class.
pkClassForEjbJarXml() - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns the name of PK class for the current class.
pkfieldList() - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns a string containing comma-separated list of primary key fields with their types.
pkfieldListFrom(Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns a string containing comma-separated list of primary key fields getting from an object specified as parameter.
PkTagsHandler - class xdoclet.ejb.tags.PkTagsHandler.
 
PkTagsHandler() - Constructor for class xdoclet.ejb.tags.PkTagsHandler
 
popCurrentClass() - Method in class xdoclet.DocletSupport
Popes current class from top currentClassStack stack.
popCurrentClass() - Static method in class xdoclet.XDocletTagSupport
Pop the current class off the top of the class stack.
PramatiSubTask - class xdoclet.ejb.vendor.PramatiSubTask.
Generates Pramati deployment files
PramatiSubTask() - Constructor for class xdoclet.ejb.vendor.PramatiSubTask
 
prefixedId(Properties) - Method in class xdoclet.tags.IdTagsHandler
Generates an id attribute based on the given prefix.
prefixWithEjbSlash(String) - Method in class xdoclet.ejb.tags.EjbTagsHandler
 
PrettyPrintWriter - class xdoclet.template.PrettyPrintWriter.
Extends the PrintWriter class by adding the possibility of emiting empty lines.
PrettyPrintWriter(OutputStream) - Constructor for class xdoclet.template.PrettyPrintWriter
 
PrettyPrintWriter(Writer) - Constructor for class xdoclet.template.PrettyPrintWriter
 
PrettyPrintWriter(Writer, boolean) - Constructor for class xdoclet.template.PrettyPrintWriter
 
primkeyField(Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns the primkey-field defined for the current class
primkeyGetter(Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns the getter name for the primkey-field
primkeySetter(Properties) - Method in class xdoclet.ejb.tags.PkTagsHandler
Returns the setter name for the primkey-field
print(String) - Method in class xdoclet.template.TemplateEngine
 
println() - Method in class xdoclet.template.PrettyPrintWriter
 
printStackTrace() - Method in class xdoclet.XDocletException
 
printStackTrace(PrintStream) - Method in class xdoclet.XDocletException
 
printStackTrace(PrintWriter) - Method in class xdoclet.XDocletException
 
projectname() - Method in class xdoclet.doc.info.InfoTagsHandler
 
property(Properties) - Method in class xdoclet.ant.AntTagsHandler
Deprecated. Returns the values of a configuration parameter with the name paramName.
property(Properties) - Method in class xdoclet.ant.AntPropertyTagsHandler
Returns the values of a configuration parameter with the name paramName.
propertyName() - Method in class xdoclet.tags.MethodTagsHandler
Returns the property name extracted from the current method name.
PropertyTagsHandler - class xdoclet.tags.PropertyTagsHandler.
PropertyTagsHandler.java
PropertyTagsHandler() - Constructor for class xdoclet.tags.PropertyTagsHandler
 
propertyTypeWithTag(Properties) - Method in class xdoclet.tags.PropertyTagsHandler
The propertyTypeWithTag method figures out the type for the current property with tag by looking for a getter, then a setter.
providerClasspath - Variable in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
publicId() - Method in class xdoclet.tags.XmlTagsHandler
Returns the DTD's public ID for an XML template.
pushClass(String, Properties) - Method in class xdoclet.tags.ClassTagsHandler
Pushes the class specified by value parameter to top of stack making it the current class.
pushCurrentClass(ClassDoc) - Method in class xdoclet.DocletSupport
Pushes class clazz to top of currentClassStack stack, making it effectively the current class.
pushCurrentClass(ClassDoc) - Static method in class xdoclet.XDocletTagSupport
Push the specified class to the top of the current class stack making it effectively the current class.
putDataObjectClassnames(String, String) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 

Q

qualifiedName() - Method in class xdoclet.util.serialveruid.ConstructorDocImpl
 
qualifiedName() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
qualifiedTypeName() - Method in class xdoclet.util.serialveruid.TypeImpl
 
qualifiedTypeName() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 

R

reentrant() - Method in class xdoclet.ejb.tags.EntityTagsHandler
Returns True if ejb:bean reentrant is true, False otherwise.
referringClassId - Variable in class xdoclet.ejb.tags.EjbRefTagsHandler
The id of the EJB referencing another EJB, used for setting up a correct unique id for the ejb-ref.
registerDTD(String, String) - Method in class xdoclet.util.XmlValidator
Registers a local DTD document by its public id.
relatedPKField() - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
relationComment() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
relationMap - Static variable in class xdoclet.ejb.tags.RelationTagsHandler
A map containing all relations.
relationName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
RelationTagsHandler - class xdoclet.ejb.tags.RelationTagsHandler.
 
RelationTagsHandler.RelationHolder - class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder.
Holds class/method of the two end points of a relationship.
RelationTagsHandler.RelationHolder(RelationTagsHandler) - Constructor for class xdoclet.ejb.tags.RelationTagsHandler.RelationHolder
 
RelationTagsHandler() - Constructor for class xdoclet.ejb.tags.RelationTagsHandler
 
reload - Variable in class xdoclet.web.vendor.JRunWebXmlSubTask
 
remoteClassPattern - Variable in class xdoclet.ejb.RemoteInterfaceSubTask
A configuration parameter for specifying the remote interface name pattern.
RemoteInterfaceSubTask - class xdoclet.ejb.RemoteInterfaceSubTask.
 
RemoteInterfaceSubTask() - Constructor for class xdoclet.ejb.RemoteInterfaceSubTask
 
ReplaceCopy - class xdoclet.ant.ReplaceCopy.
Extension of Ant's Copy task that uses XDoclet's template engine to copy instead of Ant's plain copy.
ReplaceCopy() - Constructor for class xdoclet.ant.ReplaceCopy
 
replaceProperties(String, Map) - Static method in class xdoclet.XDocletTagSupport
Replaces ${xxx} style constructions in the given value with the string value of the corresponding data types.
reset() - Static method in class xdoclet.tags.IdTagsHandler
Resets the hashtable which backs the prefixId tag.
resolveEntity(String, String) - Method in class xdoclet.util.XmlValidator
Called by parser when a DTD declaration is encountered in the parsed XML document
returnType() - Method in class xdoclet.util.serialveruid.MethodDocImpl
 
rightEJBName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
Returns the EJB Name of the right side of this relationship
rightFieldName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
rightFieldType() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
rightFKConstraint() - Method in class xdoclet.ejb.tags.vendor.JBossRelationTagsHandler
 
rightGroupName() - Method in class xdoclet.ejb.tags.vendor.WeblogicRelationTagsHandler
 
rightMultiplicity() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
rightRoleName() - Method in class xdoclet.ejb.tags.RelationTagsHandler
 
roleName() - Method in class xdoclet.ejb.tags.vendor.MVCSoftTagsHandler
 
root - Variable in class xdoclet.template.TemplateContext
Javadoc Doclet API's root.

S

saveContext(DocletContext, String) - Method in class xdoclet.DocletTask
 
schema() - Method in class xdoclet.tags.XmlTagsHandler
Returns the schema for an XML template.
securityDomain - Variable in class xdoclet.web.vendor.JBossWebXmlSubTask
The Security Domain, defaults to "" because it is not included if not set in the build.xml.
securityRoleName() - Method in class xdoclet.ejb.tags.SecurityTagsHandler
Returns current security role name set by the containing forAllSecurityRoles.
SecurityTagsHandler - class xdoclet.ejb.tags.SecurityTagsHandler.
 
SecurityTagsHandler() - Constructor for class xdoclet.ejb.tags.SecurityTagsHandler
 
serialFieldTags() - Method in class xdoclet.util.serialveruid.FieldDocImpl
 
serializableFields() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
serializationMethods() - Method in class xdoclet.util.serialveruid.ClassDocImpl
 
serialVersionUID() - Method in class xdoclet.ejb.tags.ValueObjectTagsHandler
 
serialVersionUID() - Method in class xdoclet.ejb.tags.PkTagsHandler
 
serialVersionUID() - Method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
SerialVersionUidGenerator - class xdoclet.util.serialveruid.SerialVersionUidGenerator.
 
SerialVersionUidGenerator() - Constructor for class xdoclet.util.serialveruid.SerialVersionUidGenerator
 
servletspec - Variable in class xdoclet.web.WebXmlSubTask
 
sessionClass() - Method in class xdoclet.ejb.tags.SessionTagsHandler
Returns the name of generated session class.
sessionClassPattern - Variable in class xdoclet.ejb.SessionSubTask
A configuration parameter for specifying the concrete session bean class name pattern.
SessionSubTask - class xdoclet.ejb.SessionSubTask.
 
SessionSubTask() - Constructor for class xdoclet.ejb.SessionSubTask
 
SessionTagsHandler - class xdoclet.ejb.tags.SessionTagsHandler.
 
SessionTagsHandler() - Constructor for class xdoclet.ejb.tags.SessionTagsHandler
 
sessiontimeout - Variable in class xdoclet.web.WebXmlSubTask
 
setActiveSubTask(SubTask) - Method in class xdoclet.DocletContext
 
setClasspath(Path) - Method in class xdoclet.DocletTask
 
setClasspathRef(Reference) - Method in class xdoclet.DocletTask
 
setClientjar(String) - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
setCmpSpec(EntityCmpSubTask.CmpSpecVersion) - Method in class xdoclet.ejb.EntityCmpSubTask
 
setCompile(String) - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Set the Compile setting to either true or false.
setConnectionjndiname(String) - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
setContext(TemplateContext) - Method in class xdoclet.template.TemplateTagHandler
 
setContextFactoryName(String) - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
setContextParams(Vector) - Method in class xdoclet.web.WebXmlSubTask
 
setContextProviderUrl(String) - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
setContextRoot(String) - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Set the Context Root..
setCreatetables(boolean) - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
setCreatetables(boolean) - Method in class xdoclet.ejb.vendor.JRunSubTask
 
setCurrentClass(ClassDoc) - Method in class xdoclet.DocletSupport
Sets current class to clazz by clearing currentClassStack stack and pushing clazz into top of it.
setCurrentClass(ClassDoc) - Static method in class xdoclet.XDocletTagSupport
Sets current class to clazz by clearing currentClassStack stack and pushing clazz into top of it.
setCurrentConstructor(ConstructorDoc) - Method in class xdoclet.DocletSupport
 
setCurrentConstructor(ConstructorDoc) - Static method in class xdoclet.XDocletTagSupport
Set the current constructor.
setCurrentConstructor(String, Properties) - Method in class xdoclet.tags.ConstructorTagsHandler
Evaluate the body if current class has a constructor with the specified name+parameters.
setCurrentDataObjectClassname(String) - Static method in class xdoclet.ejb.tags.DataObjectTagsHandler
 
setCurrentField(FieldDoc) - Method in class xdoclet.DocletSupport
 
setCurrentField(FieldDoc) - Static method in class xdoclet.XDocletTagSupport
Set the current field.
setCurrentFormTag(Tag) - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
 
setCurrentLineNum(int) - Method in class xdoclet.template.TemplateEngine
 
setCurrentMethod(MethodDoc) - Method in class xdoclet.DocletSupport
 
setCurrentMethod(MethodDoc) - Static method in class xdoclet.XDocletTagSupport
Set the current method.
setCurrentMethod(String, Properties) - Method in class xdoclet.tags.MethodTagsHandler
Evaluate the body if current class has a method with the specified name+parameters.
setCurrentPackage(PackageDoc) - Method in class xdoclet.DocletSupport
Returns current package.
setCurrentPackage(PackageDoc) - Static method in class xdoclet.XDocletTagSupport
Set the current package
setCurrentTag(Tag) - Static method in class xdoclet.DocletSupport
 
setCurrentTag(Tag) - Static method in class xdoclet.XDocletTagSupport
 
setDatasource(String) - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
setDatasource(String) - Method in class xdoclet.ejb.vendor.JBossSubTask
 
setDatasource(String) - Method in class xdoclet.ejb.vendor.WebLogicSubTask
 
setDebug(String) - Method in class xdoclet.ejb.vendor.JBossSubTask
 
setDeploymentVersion(MVCSoftSubTask.MVCSoftVersionTypes) - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
setDeploymentVersion(OrionSubTask.OrionVersionTypes) - Method in class xdoclet.ejb.vendor.OrionSubTask
 
setDescription(String) - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
setDescription(String) - Method in class xdoclet.web.WebXmlSubTask
 
setDescription(String) - Method in class xdoclet.web.WebXmlSubTask.ContextParam
 
setDescription(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setDescription(String) - Method in class xdoclet.web.JspTaglibSubTask.ContextParam
 
setDescription(String) - Method in class xdoclet.web.vendor.WeblogicWebXmlSubTask
Return the Description.
setDestDir(File) - Method in class xdoclet.SubTask
 
setDestDir(File) - Method in class xdoclet.DocletTask
 
setDestinationFile(File) - Method in class xdoclet.ant.AntPropertyTask
Deprecated.  
setDestinationFile(String) - Method in class xdoclet.TemplateSubTask
 
setDisplayname(String) - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
setDisplayname(String) - Method in class xdoclet.web.WebXmlSubTask
 
setDisplayname(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setDistributable(boolean) - Method in class xdoclet.web.WebXmlSubTask
 
setDtdFileName(String) - Method in class xdoclet.XmlSubTask
 
setEjbClassNameSuffix(String) - Method in class xdoclet.ejb.EjbDocletTask
 
setEjbSpec(EjbDocletTask.EjbSpecVersion) - Method in class xdoclet.ejb.EjbDocletTask
 
setEngine(TemplateEngine) - Method in class xdoclet.TemplateSubTask
 
setEngine(TemplateEngine) - Method in class xdoclet.template.TemplateTagHandler
 
setEntityEjbProvider(String) - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
setExcludedTags(String) - Method in class xdoclet.DocletTask
 
setExcludePackageNames(String) - Method in class xdoclet.DocletTask
 
setExtent(TemplateSubTask.ExtentTypes) - Method in class xdoclet.TemplateSubTask
 
setExtentValue(String) - Method in class xdoclet.TemplateSubTask
 
setFile(String) - Method in class xdoclet.web.WebXmlSubTask.WelcomeFile
 
setFilename(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setForce(boolean) - Method in class xdoclet.DocletTask
 
setGenerateRelations(String) - Method in class xdoclet.ejb.vendor.JBossSubTask
 
setGuessGenerationNeeded(boolean) - Method in class xdoclet.TemplateSubTask
 
setHavingClassTag(String) - Method in class xdoclet.TemplateSubTask
 
setHeader(String) - Method in class xdoclet.doc.info.InfoSubTask
 
setJarName(String) - Method in class xdoclet.ejb.vendor.PramatiSubTask
 
setJavadocDir(String) - Method in class xdoclet.web.vendor.webwork.WebWorkActionDocsSubTask
 
setJspversion(JspTaglibSubTask.JspVersionTypes) - Method in class xdoclet.web.JspTaglibSubTask
 
setKind(UtilObjectSubTask.LookupKind) - Method in class xdoclet.ejb.UtilObjectSubTask
 
setLargeicon(String) - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
setLargeicon(String) - Method in class xdoclet.web.WebXmlSubTask
 
setLargeicon(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setLoadSystemClassesFirst(String) - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Set the LoadSystemClassesFirst setting to either true or false.
setLocation(String) - Method in class xdoclet.web.WebXmlSubTask.TagLib
 
setLocation(String) - Method in class xdoclet.web.JspTaglibSubTask.TagLib
 
setLoggingtype(String) - Method in class xdoclet.ejb.vendor.MVCSoftSubTask
 
setMatchValue(String, Properties) - Method in class xdoclet.tags.AbstractProgramElementTagsHandler
Sets the value of match variable.
setMaxmemory(String) - Method in class xdoclet.DocletTask
 
setMergeDir(File) - Method in class xdoclet.SubTask
Sets the value of mergeDir.
setMergeDir(File) - Method in class xdoclet.DocletTask
 
setName(String) - Method in class xdoclet.ConfigParameter
 
setName(String) - Method in class xdoclet.doc.DocumentTagsSubTask.Namespace
 
setName(String) - Method in class xdoclet.web.WebXmlSubTask.ContextParam
 
setName(String) - Method in class xdoclet.web.JspTaglibSubTask.ContextParam
 
setOfType(String) - Method in class xdoclet.TemplateSubTask
 
setOutput(File) - Method in class xdoclet.template.TemplateEngine
 
setPackageNames(String) - Method in class xdoclet.DocletTask
 
setPackages(String) - Method in class xdoclet.tags.PackageTagsHandler.PackageSubstitution
 
setPackageSubstitutionInheritanceSupported(boolean) - Method in class xdoclet.TemplateSubTask
 
setPackageSubstitutions(Vector) - Method in class xdoclet.TemplateSubTask
 
setPackageSubstitutions(Vector) - Method in class xdoclet.ejb.EjbDocletTask
 
setParser(TemplateParser) - Method in class xdoclet.TemplateSubTask
 
setParser(TemplateParser) - Method in class xdoclet.template.TemplateTagHandler
 
setPattern(String) - Method in class xdoclet.ejb.HomeInterfaceSubTask
 
setPattern(String) - Method in class xdoclet.ejb.SessionSubTask
 
setPattern(String) - Method in class xdoclet.ejb.DataObjectSubTask
 
setPattern(String) - Method in class xdoclet.ejb.ValueObjectSubTask
 
setPattern(String) - Method in class xdoclet.ejb.LocalInterfaceSubTask
 
setPattern(String) - Method in class xdoclet.ejb.UtilObjectSubTask
 
setPattern(String) - Method in class xdoclet.ejb.EntityCmpSubTask
 
setPattern(String) - Method in class xdoclet.ejb.EntityPkSubTask
 
setPattern(String) - Method in class xdoclet.ejb.LocalHomeInterfaceSubTask
 
setPattern(String) - Method in class xdoclet.ejb.RemoteInterfaceSubTask
 
setPattern(String) - Method in class xdoclet.ejb.EntityBmpSubTask
 
setPattern(String) - Method in class xdoclet.ejb.DaoSubTask
 
setPattern(String) - Method in class xdoclet.ejb.vendor.StrutsFormSubTask
 
setPattern(String) - Method in class xdoclet.jmx.MBeanInterfaceSubTask
 
setPattern(String) - Method in class xdoclet.jmx.vendor.OpenJMXDescriptionAdapterSubTask
 
setPersistenceClass(String) - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
setPersistenceProduct(String) - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
setPersistenceSuffix(String) - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
setPersistenceVersion(String) - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
setPrefixWithPackageStructure(boolean) - Method in class xdoclet.TemplateSubTask
 
setProjectname(String) - Method in class xdoclet.doc.info.InfoSubTask
 
setProviderclasspath(Path) - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
setPublicId(String) - Method in class xdoclet.XmlSubTask
 
setReload(String) - Method in class xdoclet.web.vendor.JRunWebXmlSubTask
Set the Reload setting to either true or false.
setRoot(RootDoc) - Method in class xdoclet.template.TemplateContext
 
setSchema(String) - Method in class xdoclet.XmlSubTask
 
setSecuritydomain(String) - Method in class xdoclet.web.vendor.JBossWebXmlSubTask
Set the Security Domain.
setSecuritydomain(String) - Method in class xdoclet.web.vendor.WeblogicWebXmlSubTask
Set the Security Domain.
setSecurityDomain(String) - Method in class xdoclet.ejb.vendor.JBossSubTask
 
setServletspec(WebXmlSubTask.ServletVersionTypes) - Method in class xdoclet.web.WebXmlSubTask
 
setSessiontimeout(int) - Method in class xdoclet.web.WebXmlSubTask
 
setSfsbPassivationRoot(String) - Method in class xdoclet.ejb.vendor.BluestoneSubTask
 
setShortname(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setSingleInstance(DocletContext) - Static method in class xdoclet.DocletContext
 
setSmallicon(String) - Method in class xdoclet.ejb.EjbDotXmlSubTask
 
setSmallicon(String) - Method in class xdoclet.web.WebXmlSubTask
 
setSmallicon(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setSource(String) - Method in class xdoclet.ejb.vendor.JRunSubTask
 
setSourcepath(Path) - Method in class xdoclet.DocletTask
 
setStatefulSessionEjbProvider(String) - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
setStatelessSessionEjbProvider(String) - Method in class xdoclet.ejb.vendor.ApacheSoapSubTask
 
setSubstituteWith(String) - Method in class xdoclet.tags.PackageTagsHandler.PackageSubstitution
 
setSubTaskClassName(String) - Method in class xdoclet.TemplateSubTask
 
setSubTaskName(String) - Method in class xdoclet.SubTask
 
setSystemId(String) - Method in class xdoclet.XmlSubTask
 
setTag(String) - Method in class xdoclet.doc.info.InfoSubTask
 
setTagHandlerFor(String, TemplateTagHandler) - Method in class xdoclet.template.TemplateEngine
 
setTagLibs(Vector) - Method in class xdoclet.web.WebXmlSubTask
 
setTaglibversion(String) - Method in class xdoclet.web.JspTaglibSubTask
 
setTagsHandlerClassName(String) - Method in class xdoclet.doc.DocumentTagsSubTask.Namespace
 
setTemplateFile(File) - Method in class xdoclet.TemplateSubTask
This method is called from Ant in