xdoclet.modules.caucho

Class ResinWebXmlSubTask

public class ResinWebXmlSubTask extends WebXmlSubTask

Subtask for generation of web.xml with resin extensions.

Author: Yoritaka Sakakura (yori@teardrop.org)

See Also: Web Application Configuration

UNKNOWN: June 5, 2002 name = "resin-web-xml" parent = "xdoclet.modules.web.WebDocletTask" display-name = "Resin" file = "web-settings.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. If present, used instead of generating from config parameters." file = "filters.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "filter-mappings.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "servlets.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "servlet-mappings.xml" relates-to = "resin-web.xml" description = "The standard merge file * from WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the * useStandardMergeFiles config parameter is true." file = "mime-mappings.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "taglibs.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "web-resource-env-refs.xml" relates-to = "resin-web.xml" description = "The standard merge * file from WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the * useStandardMergeFiles config parameter is true." file = "ejb-resourcerefs.xml" relates-to = "resin-web.xml" description = "The standard merge file * from WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the * useStandardMergeFiles config parameter is true." file = "web-security.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "web-sec-roles.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "web-env-entries.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "web-ejbrefs.xml" relates-to = "resin-web.xml" description = "The standard merge file from * WebDocletTask's deploymentdescriptor subtask. Also included in Resin's descriptor if the useStandardMergeFiles * config parameter is true." file = "resinweb-custom.xml" relates-to = "resin-web.xml" description = "Optional top-level merge * path resinweb-custom.xml for resin-only configuration." file = "web-sec-rolerefs-{0}.xml" relates-to = "resin-web.xml" description = "An XML unparsed entity * containing security-role-ref elements for a bean, to use instead of generating from web.security-role-ref tags." file = "web-ejbrefs-{0}.xml" relates-to = "resin-web.xml" description = "An XML unparsed entity * containing ejb-ref elements for a bean, to use instead of generating from web.ejb-ref tags." file = "web-env-entries-{0}.xml" relates-to = "resin-web.xml" description = "An XML unparsed entity * containing env-entry elements for a bean, to use instead of generating from web.env-entry tags." file = "ejb-resourcerefs-{0}.xml" relates-to = "resin-web.xml" description = "An XML unparsed entity * containing resource-ref elements for a bean, to use instead of generating from web.resource-ref tags." file = "resin-jndi-link-{0}.xml" relates-to = "resin-web.xml" description = "An XML unparsed entity * containing jndi-link elements for a bean, to use instead of generating from resin.jndi-link tags."

Constructor Summary
ResinWebXmlSubTask()
Method Summary
StringgetAppDir()
web-app/app-dir
StringgetCharEncoding()
web-app/character-encoding
StringgetClassUpdateInterval()
web-app/class-update-interval
StringgetConfigUpdateInterval()
web-app/config-update-interval
StringgetDirectoryServlet()
web-app/directory-servlet
StringgetGenerateSourceComments()
Whether or not to include an xml comment for each xdoclet-generated element pointing back to the originating class/method; default true.
StringgetId()
web-app/id
StringgetLazyInit()
web-app/lazy-init
StringgetSearchForConfigElements()
Whether or not iterate over all classes in search for configuration other than filters, filter-mappings, listeners, servlets, and servlet-mappings; default true.
StringgetSecure()
web-app/secure
StringgetTempDir()
web-app/temp-dir
StringgetUrlRegexp()
web-app/url-regexp
StringgetUseStandardMergeFiles()
Whether or not to use the top-level merge points defined in the standard web_xml.j; default true.
StringgetWorkDir()
web-app/work-dir
voidsetAppDir(String appDir)
voidsetCharEncoding(String encoding)
voidsetClassUpdateInterval(String classUpdateInterval)
voidsetConfigUpdateInterval(String configUpdateInterval)
voidsetDirectoryServlet(String directoryServlet)
voidsetGenerateSourceComments(String generate)
voidsetId(String id)
voidsetLazyInit(String lazyInit)
voidsetSearchForConfigElements(String searchForConfigElements)
voidsetSecure(String secure)
voidsetTempDir(String tempDir)
voidsetUrlRegexp(String regexp)
voidsetUseStandardMergeFiles(String useStandardMergeFiles)
voidsetWorkDir(String workDir)

Constructor Detail

ResinWebXmlSubTask

public ResinWebXmlSubTask()

Method Detail

getAppDir

public String getAppDir()
web-app/app-dir

Returns:

getCharEncoding

public String getCharEncoding()
web-app/character-encoding

Returns:

getClassUpdateInterval

public String getClassUpdateInterval()
web-app/class-update-interval

Returns:

getConfigUpdateInterval

public String getConfigUpdateInterval()
web-app/config-update-interval

Returns:

getDirectoryServlet

public String getDirectoryServlet()
web-app/directory-servlet

Returns:

getGenerateSourceComments

public String getGenerateSourceComments()
Whether or not to include an xml comment for each xdoclet-generated element pointing back to the originating class/method; default true.

Returns:

getId

public String getId()
web-app/id

Returns:

getLazyInit

public String getLazyInit()
web-app/lazy-init

Returns:

getSearchForConfigElements

public String getSearchForConfigElements()
Whether or not iterate over all classes in search for configuration other than filters, filter-mappings, listeners, servlets, and servlet-mappings; default true.

Returns:

getSecure

public String getSecure()
web-app/secure

Returns:

getTempDir

public String getTempDir()
web-app/temp-dir

Returns:

getUrlRegexp

public String getUrlRegexp()
web-app/url-regexp

Returns:

getUseStandardMergeFiles

public String getUseStandardMergeFiles()
Whether or not to use the top-level merge points defined in the standard web_xml.j; default true.

Returns:

getWorkDir

public String getWorkDir()
web-app/work-dir

Returns:

setAppDir

public void setAppDir(String appDir)

setCharEncoding

public void setCharEncoding(String encoding)

setClassUpdateInterval

public void setClassUpdateInterval(String classUpdateInterval)

setConfigUpdateInterval

public void setConfigUpdateInterval(String configUpdateInterval)

setDirectoryServlet

public void setDirectoryServlet(String directoryServlet)

setGenerateSourceComments

public void setGenerateSourceComments(String generate)

setId

public void setId(String id)

setLazyInit

public void setLazyInit(String lazyInit)

setSearchForConfigElements

public void setSearchForConfigElements(String searchForConfigElements)

setSecure

public void setSecure(String secure)

setTempDir

public void setTempDir(String tempDir)

setUrlRegexp

public void setUrlRegexp(String regexp)

setUseStandardMergeFiles

public void setUseStandardMergeFiles(String useStandardMergeFiles)

setWorkDir

public void setWorkDir(String workDir)