public interface WebApp extends RootInterface
DDProvider.getDDRoot(org.openide.filesystems.FileObject)
method.
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_STATUS |
static String |
PROPERTY_VERSION |
static int |
STATE_INVALID_OLD_VERSION |
static int |
STATE_INVALID_PARSABLE |
static int |
STATE_INVALID_UNPARSABLE |
static int |
STATE_VALID |
static String |
VERSION_2_4 |
static String |
VERSION_2_5 |
static String |
VERSION_3_0 |
static String |
VERSION_3_1
web.xml, web-fragment.xml DD version for JavaEE7
|
static String |
VERSION_4_0
web.xml, web-fragment.xml DD version for JavaEE8/JakartaEE8
|
static String |
VERSION_5_0
web.xml, web-fragment.xml DD version for JakartaEE9/JakartaEE91
|
static String |
VERSION_6_0
web.xml, web-fragment.xml DD version for JakartaEE10
|
static String |
VERSION_6_1
web.xml, web-fragment.xml DD version for Jakarta EE 11
|
MERGE_INTERSECT, MERGE_UNION, MERGE_UPDATE
merge, write
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
addBean, addBean, createBean
findBeanByName
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
static final String PROPERTY_VERSION
static final String VERSION_2_4
static final String VERSION_2_5
static final String VERSION_3_0
static final String VERSION_3_1
static final String VERSION_4_0
static final String VERSION_5_0
static final String VERSION_6_0
static final String VERSION_6_1
static final int STATE_VALID
static final int STATE_INVALID_PARSABLE
static final int STATE_INVALID_UNPARSABLE
static final int STATE_INVALID_OLD_VERSION
static final String PROPERTY_STATUS
String getVersion()
SAXParseException getError()
int getStatus()
void setDistributable(boolean value)
value
- property valueboolean isDistributable()
void setContextParam(int index, InitParam valueInterface)
InitParam getContextParam(int index)
void setContextParam(InitParam[] value)
InitParam[] getContextParam()
int sizeContextParam()
int addContextParam(InitParam valueInterface)
int removeContextParam(InitParam valueInterface)
void setFilter(int index, Filter valueInterface)
Filter getFilter(int index)
void setFilter(Filter[] value)
Filter[] getFilter()
int sizeFilter()
int addFilter(Filter valueInterface)
int removeFilter(Filter valueInterface)
void setFilterMapping(int index, FilterMapping valueInterface)
FilterMapping getFilterMapping(int index)
void setFilterMapping(FilterMapping[] value)
FilterMapping[] getFilterMapping()
int sizeFilterMapping()
int addFilterMapping(FilterMapping valueInterface)
int removeFilterMapping(FilterMapping valueInterface)
void setListener(int index, Listener valueInterface)
Listener getListener(int index)
void setListener(Listener[] value)
Listener[] getListener()
int sizeListener()
int addListener(Listener valueInterface)
int removeListener(Listener valueInterface)
void setServlet(int index, Servlet valueInterface)
Servlet getServlet(int index)
void setServlet(Servlet[] value)
Servlet[] getServlet()
int sizeServlet()
int addServlet(Servlet valueInterface)
int removeServlet(Servlet valueInterface)
void setServletMapping(int index, ServletMapping valueInterface)
ServletMapping getServletMapping(int index)
void setServletMapping(ServletMapping[] value)
ServletMapping[] getServletMapping()
int sizeServletMapping()
int addServletMapping(ServletMapping valueInterface)
int removeServletMapping(ServletMapping valueInterface)
void setSessionConfig(SessionConfig value)
SessionConfig getSingleSessionConfig()
void setMimeMapping(int index, MimeMapping valueInterface)
MimeMapping getMimeMapping(int index)
void setMimeMapping(MimeMapping[] value)
MimeMapping[] getMimeMapping()
int sizeMimeMapping()
int addMimeMapping(MimeMapping valueInterface)
int removeMimeMapping(MimeMapping valueInterface)
void setWelcomeFileList(WelcomeFileList value)
WelcomeFileList getSingleWelcomeFileList()
void setErrorPage(int index, ErrorPage valueInterface)
ErrorPage getErrorPage(int index)
void setErrorPage(ErrorPage[] value)
ErrorPage[] getErrorPage()
int sizeErrorPage()
int addErrorPage(ErrorPage valueInterface)
int removeErrorPage(ErrorPage valueInterface)
void setJspConfig(JspConfig value) throws VersionNotSupportedException
VersionNotSupportedException
JspConfig getSingleJspConfig() throws VersionNotSupportedException
VersionNotSupportedException
int addJspConfig(JspConfig valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
int removeJspConfig(JspConfig valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
void setSecurityConstraint(int index, SecurityConstraint valueInterface)
SecurityConstraint getSecurityConstraint(int index)
void setSecurityConstraint(SecurityConstraint[] value)
SecurityConstraint[] getSecurityConstraint()
int sizeSecurityConstraint()
int addSecurityConstraint(SecurityConstraint valueInterface)
int removeSecurityConstraint(SecurityConstraint valueInterface)
void setLoginConfig(LoginConfig value)
LoginConfig getSingleLoginConfig()
void setSecurityRole(int index, SecurityRole valueInterface)
SecurityRole getSecurityRole(int index)
void setSecurityRole(SecurityRole[] value)
SecurityRole[] getSecurityRole()
int sizeSecurityRole()
int addSecurityRole(SecurityRole valueInterface)
int removeSecurityRole(SecurityRole valueInterface)
void setEnvEntry(int index, EnvEntry valueInterface)
EnvEntry getEnvEntry(int index)
void setEnvEntry(EnvEntry[] value)
EnvEntry[] getEnvEntry()
int sizeEnvEntry()
int addEnvEntry(EnvEntry valueInterface)
int removeEnvEntry(EnvEntry valueInterface)
void setEjbRef(int index, EjbRef valueInterface)
EjbRef getEjbRef(int index)
void setEjbRef(EjbRef[] value)
EjbRef[] getEjbRef()
int sizeEjbRef()
int addEjbRef(EjbRef valueInterface)
int removeEjbRef(EjbRef valueInterface)
void setEjbLocalRef(int index, EjbLocalRef valueInterface)
EjbLocalRef getEjbLocalRef(int index)
void setEjbLocalRef(EjbLocalRef[] value)
EjbLocalRef[] getEjbLocalRef()
int sizeEjbLocalRef()
int addEjbLocalRef(EjbLocalRef valueInterface)
int removeEjbLocalRef(EjbLocalRef valueInterface)
void setServiceRef(int index, ServiceRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
ServiceRef getServiceRef(int index) throws VersionNotSupportedException
VersionNotSupportedException
void setServiceRef(ServiceRef[] value) throws VersionNotSupportedException
VersionNotSupportedException
ServiceRef[] getServiceRef() throws VersionNotSupportedException
VersionNotSupportedException
int sizeServiceRef() throws VersionNotSupportedException
VersionNotSupportedException
int addServiceRef(ServiceRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
int removeServiceRef(ServiceRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
void setResourceRef(int index, ResourceRef valueInterface)
ResourceRef getResourceRef(int index)
void setResourceRef(ResourceRef[] value)
ResourceRef[] getResourceRef()
int sizeResourceRef()
int addResourceRef(ResourceRef valueInterface)
int removeResourceRef(ResourceRef valueInterface)
void setResourceEnvRef(int index, ResourceEnvRef valueInterface)
ResourceEnvRef getResourceEnvRef(int index)
void setResourceEnvRef(ResourceEnvRef[] value)
ResourceEnvRef[] getResourceEnvRef()
int sizeResourceEnvRef()
int addResourceEnvRef(ResourceEnvRef valueInterface)
int removeResourceEnvRef(ResourceEnvRef valueInterface)
void setMessageDestinationRef(int index, MessageDestinationRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
MessageDestinationRef getMessageDestinationRef(int index) throws VersionNotSupportedException
VersionNotSupportedException
void setMessageDestinationRef(MessageDestinationRef[] value) throws VersionNotSupportedException
VersionNotSupportedException
MessageDestinationRef[] getMessageDestinationRef() throws VersionNotSupportedException
VersionNotSupportedException
int sizeMessageDestinationRef() throws VersionNotSupportedException
VersionNotSupportedException
int addMessageDestinationRef(MessageDestinationRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
int removeMessageDestinationRef(MessageDestinationRef valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
void setMessageDestination(int index, MessageDestination valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
MessageDestination getMessageDestination(int index) throws VersionNotSupportedException
VersionNotSupportedException
void setMessageDestination(MessageDestination[] value) throws VersionNotSupportedException
VersionNotSupportedException
MessageDestination[] getMessageDestination() throws VersionNotSupportedException
VersionNotSupportedException
int sizeMessageDestination() throws VersionNotSupportedException
VersionNotSupportedException
int addMessageDestination(MessageDestination valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
int removeMessageDestination(MessageDestination valueInterface) throws VersionNotSupportedException
VersionNotSupportedException
LocaleEncodingMappingList getSingleLocaleEncodingMappingList() throws VersionNotSupportedException
VersionNotSupportedException
void setLocaleEncodingMappingList(LocaleEncodingMappingList value) throws VersionNotSupportedException
VersionNotSupportedException
void setMetadataComplete(boolean value) throws VersionNotSupportedException
VersionNotSupportedException
boolean isMetadataComplete() throws VersionNotSupportedException
VersionNotSupportedException
void setName(String[] value) throws VersionNotSupportedException
VersionNotSupportedException
String[] getName() throws VersionNotSupportedException
VersionNotSupportedException
AbsoluteOrdering newAbsoluteOrdering() throws VersionNotSupportedException
VersionNotSupportedException
void setAbsoluteOrdering(AbsoluteOrdering[] value) throws VersionNotSupportedException
VersionNotSupportedException
AbsoluteOrdering[] getAbsoluteOrdering() throws VersionNotSupportedException
VersionNotSupportedException