|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebAppType
A representation of the model object 'Web App Type'.
The following features are supported:
Icon
Display Name
Description
Distributable
Context Param
Filter
Filter Mapping
Listener
Servlet
Servlet Mapping
Session Config
Mime Mapping
Welcome File List
Error Page
Taglib
Resource Env Ref
Resource Ref
Security Constraint
Login Config
Security Role
Env Entry
Ejb Ref
Ejb Local Ref
Id
Webapp23Package.getWebAppType()
Method Summary | |
---|---|
|
getContextParam()
Returns the value of the 'Context Param' containment reference list. |
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference. |
DisplayNameType |
getDisplayName()
Returns the value of the 'Display Name' containment reference. |
DistributableType |
getDistributable()
Returns the value of the 'Distributable' containment reference. |
|
getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. |
|
getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. |
|
getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. |
|
getErrorPage()
Returns the value of the 'Error Page' containment reference list. |
|
getFilter()
Returns the value of the 'Filter' containment reference list. |
|
getFilterMapping()
Returns the value of the 'Filter Mapping' containment reference list. |
IconType |
getIcon()
Returns the value of the 'Icon' containment reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
|
getListener()
Returns the value of the 'Listener' containment reference list. |
LoginConfigType |
getLoginConfig()
Returns the value of the 'Login Config' containment reference. |
|
getMimeMapping()
Returns the value of the 'Mime Mapping' containment reference list. |
|
getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. |
|
getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. |
|
getSecurityConstraint()
Returns the value of the 'Security Constraint' containment reference list. |
|
getSecurityRole()
Returns the value of the 'Security Role' containment reference list. |
|
getServlet()
Returns the value of the 'Servlet' containment reference list. |
|
getServletMapping()
Returns the value of the 'Servlet Mapping' containment reference list. |
SessionConfigType |
getSessionConfig()
Returns the value of the 'Session Config' containment reference. |
|
getTaglib()
Returns the value of the 'Taglib' containment reference list. |
WelcomeFileListType |
getWelcomeFileList()
Returns the value of the 'Welcome File List' containment reference. |
void |
setDescription(DescriptionType value)
Sets the value of the ' Description ' containment reference. |
void |
setDisplayName(DisplayNameType value)
Sets the value of the ' Display Name ' containment reference. |
void |
setDistributable(DistributableType value)
Sets the value of the ' Distributable ' containment reference. |
void |
setIcon(IconType value)
Sets the value of the ' Icon ' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setLoginConfig(LoginConfigType value)
Sets the value of the ' Login Config ' containment reference. |
void |
setSessionConfig(SessionConfigType value)
Sets the value of the ' Session Config ' containment reference. |
void |
setWelcomeFileList(WelcomeFileListType value)
Sets the value of the ' Welcome File List ' containment reference. |
Method Detail |
---|
IconType getIcon()
If the meaning of the 'Icon' containment reference isn't clear, there really should be more of a description here...
setIcon(IconType)
,
Webapp23Package.getWebAppType_Icon()
void setIcon(IconType value)
Icon
' containment reference.
value
- the new value of the 'Icon' containment reference.getIcon()
DisplayNameType getDisplayName()
If the meaning of the 'Display Name' containment reference isn't clear, there really should be more of a description here...
setDisplayName(DisplayNameType)
,
Webapp23Package.getWebAppType_DisplayName()
void setDisplayName(DisplayNameType value)
Display Name
' containment reference.
value
- the new value of the 'Display Name' containment reference.getDisplayName()
DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType)
,
Webapp23Package.getWebAppType_Description()
void setDescription(DescriptionType value)
Description
' containment reference.
value
- the new value of the 'Description' containment reference.getDescription()
DistributableType getDistributable()
If the meaning of the 'Distributable' containment reference isn't clear, there really should be more of a description here...
setDistributable(DistributableType)
,
Webapp23Package.getWebAppType_Distributable()
void setDistributable(DistributableType value)
Distributable
' containment reference.
value
- the new value of the 'Distributable' containment reference.getDistributable()
getContextParam()
ContextParamType
.
If the meaning of the 'Context Param' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_ContextParam()
getFilter()
FilterType
.
If the meaning of the 'Filter' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_Filter()
getFilterMapping()
FilterMappingType
.
If the meaning of the 'Filter Mapping' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_FilterMapping()
getListener()
ListenerType
.
If the meaning of the 'Listener' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_Listener()
getServlet()
ServletType
.
If the meaning of the 'Servlet' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_Servlet()
getServletMapping()
ServletMappingType
.
If the meaning of the 'Servlet Mapping' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_ServletMapping()
SessionConfigType getSessionConfig()
If the meaning of the 'Session Config' containment reference isn't clear, there really should be more of a description here...
setSessionConfig(SessionConfigType)
,
Webapp23Package.getWebAppType_SessionConfig()
void setSessionConfig(SessionConfigType value)
Session Config
' containment reference.
value
- the new value of the 'Session Config' containment reference.getSessionConfig()
getMimeMapping()
MimeMappingType
.
If the meaning of the 'Mime Mapping' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_MimeMapping()
WelcomeFileListType getWelcomeFileList()
If the meaning of the 'Welcome File List' containment reference isn't clear, there really should be more of a description here...
setWelcomeFileList(WelcomeFileListType)
,
Webapp23Package.getWebAppType_WelcomeFileList()
void setWelcomeFileList(WelcomeFileListType value)
Welcome File List
' containment reference.
value
- the new value of the 'Welcome File List' containment reference.getWelcomeFileList()
getErrorPage()
ErrorPageType
.
If the meaning of the 'Error Page' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_ErrorPage()
getTaglib()
TaglibType
.
If the meaning of the 'Taglib' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_Taglib()
getResourceEnvRef()
ResourceEnvRefType
.
If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_ResourceEnvRef()
getResourceRef()
ResourceRefType
.
If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_ResourceRef()
getSecurityConstraint()
SecurityConstraintType
.
If the meaning of the 'Security Constraint' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_SecurityConstraint()
LoginConfigType getLoginConfig()
If the meaning of the 'Login Config' containment reference isn't clear, there really should be more of a description here...
setLoginConfig(LoginConfigType)
,
Webapp23Package.getWebAppType_LoginConfig()
void setLoginConfig(LoginConfigType value)
Login Config
' containment reference.
value
- the new value of the 'Login Config' containment reference.getLoginConfig()
getSecurityRole()
SecurityRoleType
.
If the meaning of the 'Security Role' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_SecurityRole()
getEnvEntry()
EnvEntryType
.
If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_EnvEntry()
getEjbRef()
EjbRefType
.
If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_EjbRef()
getEjbLocalRef()
EjbLocalRefType
.
If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getWebAppType_EjbLocalRef()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp23Package.getWebAppType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |