Serialized Form
name
java.lang.String name
value
java.lang.String value
sourcePath
java.lang.String sourcePath
classPath
java.lang.String classPath
destDir
java.lang.String destDir
mergeDir
java.lang.String mergeDir
excludedTags
java.lang.String excludedTags
subTasks
SubTask[] subTasks
properties
java.util.Hashtable properties
unmodifiableProperties
java.util.Map unmodifiableProperties
configs
java.util.Hashtable configs
activeSubTask
SubTask activeSubTask
force
boolean force
destDir
java.io.File destDir
- Destination directory where generated files will be stored.
mergeDir
java.io.File mergeDir
- Merge directory where XDoclet searches for external files that are to be
merged. Merge files internal to xdoclet.jar are picked from xdoclet.jar's
root instead of using mergeDir which is for external files. By default it
inherits its value from the shared DocletContext which is itself filled with
values set by user for the task.
configParams
java.util.Vector configParams
subtaskName
java.lang.String subtaskName
templateFile
java.net.URL templateFile
prefixWithPackageStructure
boolean prefixWithPackageStructure
destinationFile
java.lang.String destinationFile
- The destination file name. If a {0} is found it's assumed that a per class
output generation is needed, so {0} is substituted with class name;
otherwise a single file is generated with the specified name.
- See Also:
TemplateSubTask.setDestinationFile(java.lang.String)
,
TemplateSubTask.getDestinationFile()
ofType
java.lang.String ofType
- Applicable only to per class output generation. Specify full qualified class
name from which classes should be derived. Output generation is performed
only for classes of one of the types defined in this property, it's a
comma-separated list. You can control the extent in which the type search
occures by using 'extent' property.
- See Also:
TemplateSubTask.setOfType(java.lang.String)
,
TemplateSubTask.getOfType()
,
TemplateSubTask.setExtent(TemplateSubTask.ExtentTypes)
,
TemplateSubTask.getExtent()
extent
java.lang.String extent
- You can control the extent in which the type search occures. Valid values
are: concrete-type , superclass and hierarchy which is
the default.
- See Also:
TemplateSubTask.setExtent(TemplateSubTask.ExtentTypes)
,
TemplateSubTask.getExtent()
,
TemplateSubTask.setOfType(java.lang.String)
,
TemplateSubTask.getOfType()
havingClassTag
java.lang.String havingClassTag
- A class should have the class tag defined in this property in order to be
processed and output generated for.
- See Also:
TemplateSubTask.setHavingClassTag(java.lang.String)
,
TemplateSubTask.getHavingClassTag()
subTaskClassName
java.lang.String subTaskClassName
- The subtask class.
packageSubstitutions
java.util.Vector packageSubstitutions
packageSubstitutionInheritanceSupported
boolean packageSubstitutionInheritanceSupported
guessGenerationNeeded
boolean guessGenerationNeeded
useIds
boolean useIds
xmlEncoding
java.lang.String xmlEncoding
validateXML
boolean validateXML
- Flag that indicates whether validation of generated XML should occur.
publicId
java.lang.String publicId
systemId
java.lang.String systemId
dtdFileName
java.lang.String dtdFileName
schema
java.lang.String schema
currentNamespace
DocumentTagsSubTask.Namespace currentNamespace
namespaces
java.util.ArrayList namespaces
tagMappings
java.util.Properties tagMappings
_properties
java.util.Properties _properties
_header
java.lang.String _header
_projectname
java.lang.String _projectname
daoClassPattern
java.lang.String daoClassPattern
- A configuration parameter for specifying the DAO class name pattern. By
default the value is used for deciding the DAO class name. {0} in the value
mean current class's symbolic name which for an EJBean is the EJB name.
- See Also:
DaoSubTask.getDaoClassPattern()
dataObjectClassPattern
java.lang.String dataObjectClassPattern
- A configuration parameter for specifying the data object class name pattern.
By default the value is used for deciding the entity data object class name.
{0} in the value mean current class's symbolic name which for an EJBean is
the EJB name.
- See Also:
DataObjectSubTask.getDataObjectClassPattern()
description
java.lang.String description
displayname
java.lang.String displayname
smallicon
java.lang.String smallicon
largeicon
java.lang.String largeicon
clientjar
java.lang.String clientjar
entityBmpClassPattern
java.lang.String entityBmpClassPattern
- A configuration parameter for specifying the concrete BMP entity bean class
name pattern. By default the value is used for deciding the concrete BMP
entity bean class name. {0} in the value mean current class's symbolic name
which for an EJBean is the EJB name.
- See Also:
EntityBmpSubTask.getEntityBmpClassPattern()
entityCmpClassPattern
java.lang.String entityCmpClassPattern
- A configuration parameter for specifying the concrete CMP entity bean class
name pattern. By default the value is used for deciding the concrete CMP
entity bean class name. {0} in the value mean current class's symbolic name
which for an EJBean is the EJB name.
- See Also:
EntityCmpSubTask.getEntityCmpClassPattern()
cmpspec
java.lang.String cmpspec
entityPkClassPattern
java.lang.String entityPkClassPattern
- A configuration parameter for specifying the entity bean primary class name
pattern. By default the value is used for deciding the entity bean primary
class name. {0} in the value mean current class's symbolic name which for an
EJBean is the EJB name.
- See Also:
EntityPkSubTask.getEntityPkClassPattern()
homeClassPattern
java.lang.String homeClassPattern
- A configuration parameter for specifying the home interface name pattern. By
default the value is used for deciding the home interface name. {0} in the
value mean current class's symbolic name which for an EJBean is the EJB
name.
- See Also:
HomeInterfaceSubTask.getHomeClassPattern()
localHomeClassPattern
java.lang.String localHomeClassPattern
- A configuration parameter for specifying the local home interface name
pattern. By default the value is used for deciding the local home interface
name. {0} in the value mean current class's symbolic name which for an
EJBean is the EJB name.
- See Also:
LocalHomeInterfaceSubTask.getLocalHomeClassPattern()
localClassPattern
java.lang.String localClassPattern
- A configuration parameter for specifying the local interface name pattern.
By default the value is used for deciding the local interface name. {0} in
the value mean current class's symbolic name which for an EJBean is the EJB
name.
- See Also:
LocalInterfaceSubTask.getLocalClassPattern()
remoteClassPattern
java.lang.String remoteClassPattern
- A configuration parameter for specifying the remote interface name pattern.
By default the value is used for deciding the remote interface name. {0} in
the value mean current class's symbolic name which for an EJBean is the EJB
name.
- See Also:
RemoteInterfaceSubTask.getRemoteClassPattern()
sessionClassPattern
java.lang.String sessionClassPattern
- A configuration parameter for specifying the concrete session bean class
name pattern. By default the value is used for deciding the concrete session
bean class name. {0} in the value mean current class's symbolic name which
for an EJBean is the EJB name.
- See Also:
SessionSubTask.getSessionClassPattern()
utilClassPattern
java.lang.String utilClassPattern
- A configuration parameter for specifying the utility class name pattern. By
default the value is used for deciding the utility name. {0} in the value
mean current class's symbolic name which for an EJBean is the EJB name.
- See Also:
UtilObjectSubTask.getUtilClassPattern()
kind
java.lang.String kind
- The preferred kind of lookup code, which is either logical or physical.
valueObjectClassPattern
java.lang.String valueObjectClassPattern
- A configuration parameter for specifying the data object class name pattern.
By default the value is used for deciding the entity data object class name.
{0} in the value mean current class's symbolic name which for an EJBean is
the EJB name.
- See Also:
ValueObjectSubTask.getValueObjectClassPattern()
currentDataObjectTag
com.sun.javadoc.Tag currentDataObjectTag
- Form tag being processed right now
Package xdoclet.ejb.vendor |
statelessSessionEjbProvider
java.lang.String statelessSessionEjbProvider
statefulSessionEjbProvider
java.lang.String statefulSessionEjbProvider
entityEjbProvider
java.lang.String entityEjbProvider
providerClasspath
org.apache.tools.ant.types.Path providerClasspath
contextProviderUrl
java.lang.String contextProviderUrl
contextFactoryName
java.lang.String contextFactoryName
sfsbPassivationRoot
java.lang.String sfsbPassivationRoot
persistenceProduct
java.lang.String persistenceProduct
persistenceVersion
java.lang.String persistenceVersion
persistenceClass
java.lang.String persistenceClass
persistenceSuffix
java.lang.String persistenceSuffix
version
java.lang.String version
datasource
java.lang.String datasource
typemapping
java.lang.String typemapping
generateRelations
java.lang.String generateRelations
securityDomain
java.lang.String securityDomain
debug
java.lang.String debug
_version
java.lang.String _version
_dataSource
java.lang.String _dataSource
_createTables
boolean _createTables
deploymentVersion
java.lang.String deploymentVersion
connectionJndiName
java.lang.String connectionJndiName
loggingType
java.lang.String loggingType
deploymentVersion
java.lang.String deploymentVersion
_version
java.lang.String _version
_dataSource
java.lang.String _dataSource
_jarName
java.lang.String _jarName
formClassPattern
java.lang.String formClassPattern
- The pattern for the form class. Defaults to {0}{1}Form if not present.
currentFormTag
com.sun.javadoc.Tag currentFormTag
- Form tag being processed right now
_version
java.lang.String _version
_dataSource
java.lang.String _dataSource
_createTables
boolean _createTables
Package xdoclet.jmx.vendor |
packages
java.lang.String packages
substituteWith
java.lang.String substituteWith
nestedException
java.lang.Exception nestedException
Package xdoclet.util.serialveruid |
qualifier
java.lang.String qualifier
name
java.lang.String name
fields
java.util.List fields
methods
java.util.List methods
constructors
java.util.List constructors
type
com.sun.javadoc.Type type
returnType
com.sun.javadoc.Type returnType
type
com.sun.javadoc.Type type
name
java.lang.String name
name
java.lang.String name
dimension
java.lang.String dimension
classdoc
com.sun.javadoc.ClassDoc classdoc
taglibversion
java.lang.String taglibversion
jspversion
java.lang.String jspversion
shortname
java.lang.String shortname
uri
java.lang.String uri
displayname
java.lang.String displayname
smallicon
java.lang.String smallicon
largeicon
java.lang.String largeicon
description
java.lang.String description
filename
java.lang.String filename
paramName
java.lang.String paramName
paramValue
java.lang.String paramValue
description
java.lang.String description
taglibURI
java.lang.String taglibURI
taglibLocation
java.lang.String taglibLocation
servletspec
java.lang.String servletspec
smallicon
java.lang.String smallicon
largeicon
java.lang.String largeicon
displayname
java.lang.String displayname
description
java.lang.String description
distributable
boolean distributable
contextParams
java.util.Vector contextParams
sessiontimeout
int sessiontimeout
welcomeFiles
java.util.Vector welcomeFiles
tagLibs
java.util.Vector tagLibs
paramName
java.lang.String paramName
paramValue
java.lang.String paramValue
description
java.lang.String description
taglibUri
java.lang.String taglibUri
taglibLocation
java.lang.String taglibLocation
file
java.lang.String file
Package xdoclet.web.vendor |
securityDomain
java.lang.String securityDomain
- The Security Domain, defaults to "" because it is not included if not set in
the build.xml.
contextRoot
java.lang.String contextRoot
- The Security Domain, defaults to "" because it is not included if not set in
the build.xml.
reload
java.lang.String reload
compile
java.lang.String compile
loadSystemClassesFirst
java.lang.String loadSystemClassesFirst
securityDomain
java.lang.String securityDomain
- The Security Domain, defaults to "" because it is not included if not set in
the build.xml.
description
java.lang.String description
- The description of the Web App
version
java.lang.String version
- The WLS version
Package xdoclet.web.vendor.webwork |
javadocDir
java.lang.String javadocDir