org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.application
Interface Web

All Superinterfaces:
CommonDDBean

public interface Web
extends CommonDDBean


Field Summary
static String CONTEXT_ROOT
           
static String CONTEXTROOTID
           
static String WEB_URI
           
 
Method Summary
 String getContextRoot()
           
 String getContextRootId()
           
 String getWebUri()
           
 String getWebUriId()
           
 void setContextRoot(String value)
           
 void setContextRootId(String value)
           
 void setWebUri(String value)
           
 void setWebUriId(String value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 

Field Detail

WEB_URI

static final String WEB_URI
See Also:
Constant Field Values

CONTEXT_ROOT

static final String CONTEXT_ROOT
See Also:
Constant Field Values

CONTEXTROOTID

static final String CONTEXTROOTID
See Also:
Constant Field Values
Method Detail

setWebUri

void setWebUri(String value)

getWebUri

String getWebUri()

setWebUriId

void setWebUriId(String value)
                 throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getWebUriId

String getWebUriId()
                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setContextRoot

void setContextRoot(String value)

getContextRoot

String getContextRoot()

setContextRootId

void setContextRootId(String value)

getContextRootId

String getContextRootId()

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.