xdoclet.modules.bea.wls.web

Class WeblogicWebXmlSubTask

public class WeblogicWebXmlSubTask extends XmlSubTask

Generates weblogic.xml deployment descriptor for Web apps.

Version: $Revision: 1.7 $

Author: Aslak Hellesxy

UNKNOWN: October 9, 2001 display-name = "WebLogic Server" name = "weblogicwebxml" parent = "xdoclet.modules.web.WebDocletTask"

Constructor Summary
WeblogicWebXmlSubTask()
Describe what the WeblogicWebXmlSubTask constructor does
Method Summary
StringgetContextRoot()
Return the Context Root.
StringgetDescription()
Return the Description.
StringgetSecuritydomain()
Return the Security Domain.
StringgetVersion()
Return the WLS version.
voidsetContextRoot(String contextRoot)
Set the Context Root.
voidsetDescription(String description)
Set the Description.
voidsetSecuritydomain(String securityDomain)
Set the Security Domain.
voidsetVersion(String version)
Set the WLS version.

Constructor Detail

WeblogicWebXmlSubTask

public WeblogicWebXmlSubTask()
Describe what the WeblogicWebXmlSubTask constructor does

Throws: XDocletException Describe the exception

Method Detail

getContextRoot

public String getContextRoot()
Return the Context Root.

Returns: The ContextRoot value

getDescription

public String getDescription()
Return the Description.

Returns: The Description value

getSecuritydomain

public String getSecuritydomain()
Return the Security Domain.

Returns: The Security Domain value

getVersion

public String getVersion()
Return the WLS version.

Returns: The WLS version

setContextRoot

public void setContextRoot(String contextRoot)
Set the Context Root.

Parameters: contextRoot The new ContextRoot value

setDescription

public void setDescription(String description)
Set the Description.

Parameters: description The new Description value

setSecuritydomain

public void setSecuritydomain(String securityDomain)
Set the Security Domain.

Parameters: securityDomain The new Security Domain value

setVersion

public void setVersion(String version)
Set the WLS version.

Parameters: version The new Version value