xdoclet.modules.caucho
public class ResinWebXmlSubTask extends WebXmlSubTask
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 | |
---|---|
String | getAppDir()
web-app/app-dir
|
String | getCharEncoding()
web-app/character-encoding
|
String | getClassUpdateInterval()
web-app/class-update-interval
|
String | getConfigUpdateInterval()
web-app/config-update-interval
|
String | getDirectoryServlet()
web-app/directory-servlet
|
String | getGenerateSourceComments()
Whether or not to include an xml comment for each xdoclet-generated element pointing back to the originating
class/method; default true.
|
String | getId()
web-app/id
|
String | getLazyInit()
web-app/lazy-init
|
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.
|
String | getSecure()
web-app/secure
|
String | getTempDir()
web-app/temp-dir
|
String | getUrlRegexp()
web-app/url-regexp
|
String | getUseStandardMergeFiles()
Whether or not to use the top-level merge points defined in the standard web_xml.j; default true.
|
String | getWorkDir()
web-app/work-dir
|
void | setAppDir(String appDir) |
void | setCharEncoding(String encoding) |
void | setClassUpdateInterval(String classUpdateInterval) |
void | setConfigUpdateInterval(String configUpdateInterval) |
void | setDirectoryServlet(String directoryServlet) |
void | setGenerateSourceComments(String generate) |
void | setId(String id) |
void | setLazyInit(String lazyInit) |
void | setSearchForConfigElements(String searchForConfigElements) |
void | setSecure(String secure) |
void | setTempDir(String tempDir) |
void | setUrlRegexp(String regexp) |
void | setUseStandardMergeFiles(String useStandardMergeFiles) |
void | setWorkDir(String workDir) |
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns:
Returns: