org.netbeans.api.web.webmodule 1.9

org.netbeans.modules.web.api.webmodule
Class WebProjectConstants

java.lang.Object
  extended by org.netbeans.modules.web.api.webmodule.WebProjectConstants

public class WebProjectConstants
extends Object

Constants useful for web-based projects.


Field Summary
static String ARTIFACT_TYPE_WAR
          Standard artifact type representing a WAR file.
static String ARTIFACT_TYPE_WAR_EAR_ARCHIVE
          Standard artifact type representing a WAR file used for adding Web module into a J2EE Application (ear project).
static String COMMAND_REDEPLOY
          Standard command for redeploying a web project.
static String TYPE_DOC_ROOT
          Document root root sources type (source folders for JSPs, HTML, ...).
static String TYPE_WEB_INF
          WEB-INF sources type (source folders for TLD files, ...).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_DOC_ROOT

public static final String TYPE_DOC_ROOT
Document root root sources type (source folders for JSPs, HTML, ...). See org.netbeans.api.project.Sources.

See Also:
Constant Field Values

TYPE_WEB_INF

public static final String TYPE_WEB_INF
WEB-INF sources type (source folders for TLD files, ...). See org.netbeans.api.project.Sources.

See Also:
Constant Field Values

COMMAND_REDEPLOY

public static final String COMMAND_REDEPLOY
Standard command for redeploying a web project. See org.netbeans.api.project.ActionProvider.

See Also:
Constant Field Values

ARTIFACT_TYPE_WAR

public static final String ARTIFACT_TYPE_WAR
Standard artifact type representing a WAR file. See org.netbeans.api.project.ant.AntArtifact.

See Also:
Constant Field Values

ARTIFACT_TYPE_WAR_EAR_ARCHIVE

public static final String ARTIFACT_TYPE_WAR_EAR_ARCHIVE
Standard artifact type representing a WAR file used for adding Web module into a J2EE Application (ear project). See org.netbeans.api.project.ant.AntArtifact.

See Also:
Constant Field Values

org.netbeans.api.web.webmodule 1.9

Built on September 25 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.