xdoclet.web
Class WebDocletTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--xdoclet.DocletTask
                    |
                    +--xdoclet.web.WebDocletTask

public class WebDocletTask
extends DocletTask

Version:
$Revision: 1.15 $
Author:
Ara Abrahamian (ara_e@email.com)

Inner classes inherited from class xdoclet.DocletTask
DocletTask.DocletMain
 
Field Summary
protected  WebXmlSubTask deploymentdescriptor
           
protected  JBossWebXmlSubTask jbosswebxml
           
protected  JRunWebXmlSubTask jrunwebxml
           
protected  JspTaglibSubTask jsptaglib
           
protected  StrutsConfigXmlSubTask strutsconfigxml
           
protected  WeblogicWebXmlSubTask weblogicwebxml
           
protected  WebWorkConfigPropertiesSubTask webworkconfig
           
protected  WebWorkActionDocsSubTask webworkdocs
           
 
Fields inherited from class xdoclet.DocletTask
context, XDOCLET_VERSION
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
WebDocletTask()
           
 
Method Summary
 WebXmlSubTask createDeploymentdescriptor()
           
 JBossWebXmlSubTask createJbosswebxml()
           
 JRunWebXmlSubTask createJRunWebXml()
           
 JspTaglibSubTask createJsptaglib()
           
 StrutsConfigXmlSubTask createStrutsconfigxml()
           
 WeblogicWebXmlSubTask createWeblogicwebxml()
           
 WebWorkActionDocsSubTask createWebworkactiondocs()
           
 WebWorkConfigPropertiesSubTask createWebworkconfigproperties()
           
protected  java.util.Vector getSubTasks()
           
 
Methods inherited from class xdoclet.DocletTask
addConfigParam, addFileset, addTemplate, addXmlTemplate, createClasspath, createSourcepath, createTask, execute, getClasspath, getClasspathRef, getConfigParams, getConfigParams, getContext, getDestDir, getExcludedTags, getExcludePackageNames, getFilesets, getMaxmemory, getMergeDir, getPackageNames, getSourcePath, getSubTaskFromPlaceHolder, getTemplates, isForce, saveContext, setClasspath, setClasspathRef, setDestDir, setExcludedTags, setExcludePackageNames, setForce, setMaxmemory, setMergeDir, setPackageNames, setSourcepath, validateOptions, validateSubTasks
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deploymentdescriptor

protected WebXmlSubTask deploymentdescriptor

jsptaglib

protected JspTaglibSubTask jsptaglib

jbosswebxml

protected JBossWebXmlSubTask jbosswebxml

weblogicwebxml

protected WeblogicWebXmlSubTask weblogicwebxml

strutsconfigxml

protected StrutsConfigXmlSubTask strutsconfigxml

webworkconfig

protected WebWorkConfigPropertiesSubTask webworkconfig

webworkdocs

protected WebWorkActionDocsSubTask webworkdocs

jrunwebxml

protected JRunWebXmlSubTask jrunwebxml
Constructor Detail

WebDocletTask

public WebDocletTask()
Method Detail

createDeploymentdescriptor

public WebXmlSubTask createDeploymentdescriptor()

createJsptaglib

public JspTaglibSubTask createJsptaglib()

createJbosswebxml

public JBossWebXmlSubTask createJbosswebxml()

createWeblogicwebxml

public WeblogicWebXmlSubTask createWeblogicwebxml()
                                           throws XDocletException

createStrutsconfigxml

public StrutsConfigXmlSubTask createStrutsconfigxml()

createWebworkconfigproperties

public WebWorkConfigPropertiesSubTask createWebworkconfigproperties()

createWebworkactiondocs

public WebWorkActionDocsSubTask createWebworkactiondocs()

createJRunWebXml

public JRunWebXmlSubTask createJRunWebXml()

getSubTasks

protected java.util.Vector getSubTasks()
Overrides:
getSubTasks in class DocletTask