xdoclet.modules.ibm.websphere.web
public class WebSphereWebXmlSubTask extends XmlSubTask
NOTE: Since the WebSphere specific deployment descriptors depend on that id's are set in the web.xml file you must
genererate it with useIds set to true, e.g. <deploymentdescriptor useIds="true"/>
.
This Ant task defines the following attributes (the rest of the attributes in the list below comes from its baseclass):
Version: $Revision: 1.8 $
UNKNOWN: 22 August 2002 display-name = "WebSphere" name = "webspherewebxml" parent = "xdoclet.modules.web.WebDocletTask"
Constructor Summary | |
---|---|
WebSphereWebXmlSubTask() |
Method Summary | |
---|---|
protected void | engineStarted()
TODO: Describe what the method does
|
void | execute()
Called by xdoclet to execute the subtask.
|
String | getAdditionalClassPath() |
String | getAutoLoadFilters() |
String | getAutoRequestEncoding() |
String | getAutoResponseEncoding() |
String | getDefaultErrorPage() |
String | getDirectoryBrowsingEnabled() |
String | getFileServingEnabled() |
String | getPreCompileJSPs() |
String | getReloadingEnabled() |
String | getReloadInterval() |
String | getServeServletsByClassnameEnabled() |
String | getVirtualHostName() |
void | setAdditionalClassPath(String additionalClassPath)
Specifies an additional class path that will be used to reference resources outside of those specified in the
archive.
|
void | setAutoLoadFilters(String autoLoadFilters)
See IBM WebSphere documentation regarding this attribute.
|
void | setAutoRequestEncoding(String autoRequestEncoding)
See IBM WebSphere documentation regarding this attribute.
|
void | setAutoResponseEncoding(String autoResponseEncoding)
See IBM WebSphere documentation regarding this attribute.
|
void | setDefaultErrorPage(String defaultErrorPage)
Specifies a file name for the default error page. |
void | setDirectoryBrowsingEnabled(String directoryBrowsingEnabled)
Specifies whether directory browsing is enabled. |
void | setFileServingEnabled(String fileServingEnabled)
Specifies whether file serving is enabled. |
void | setPreCompileJSPs(String preCompileJSPs)
Specifies wheter JSP pages will be precompiled at deploy time or not.
|
void | setReloadingEnabled(String reloadingEnabled)
Specifies whether reloading is enabled.
|
void | setReloadInterval(String reloadInterval)
A Reload Interval. |
void | setServeServletsByClassnameEnabled(String serveServletsByClassnameEnabled)
Specifies whether a servlet can be served by requesting its class name. |
void | setVirtualHostName(String name)
The virtual host name. |
void | validateOptions()
Called to validate configuration parameters.
|
Throws: XDocletException
Throws: XDocletException
Returns:
See Also: setAdditionalClassPath
Returns:
See Also: setAutoLoadFilters
Returns:
See Also: setAutoRequestEncoding
Returns:
See Also: setAutoResponseEncoding
Returns:
See Also: setDefaultErrorPage
Returns:
See Also: setDirectoryBrowsingEnabled
Returns:
See Also: setFileServingEnabled
Returns:
See Also: setPreCompileJSPs
Returns:
See Also: setReloadingEnabled
Returns: the reload interval
See Also: setReloadInterval
Returns:
See Also: setServeServletsByClassnameEnabled
Returns: the virtual host name
See Also: setVirtualHostName
Parameters: additionalClassPath
UNKNOWN: No.Defaultis ""
Parameters: autoLoadFilters
UNKNOWN: No.Defaultis "false"
Parameters: autoRequestEncoding
UNKNOWN: No.Defaultis "false"
Parameters: autoResponseEncoding
UNKNOWN: No.Defaultis "false"
Parameters: defaultErrorPage
UNKNOWN: No.Defaultis ""
Parameters: directoryBrowsingEnabled
UNKNOWN: No.Defaultis "true"
Parameters: fileServingEnabled
UNKNOWN: No.Defaultis "true"
Parameters: preCompileJSPs
UNKNOWN: No.Defaultis "true"
Parameters: reloadingEnabled
UNKNOWN: No.Defaultis "true"
Parameters: reloadInterval
See Also: setReloadingEnabled
UNKNOWN: No.Defaultis "3"
Parameters: serveServletsByClassnameEnabled
UNKNOWN: No.Defaultis "true"
Parameters: name the virtual host name
UNKNOWN: No.Defaultis "default_host"
Throws: XDocletException Description of Exception