public interface ServletType
The following features are supported:
Webapp23Package.getServletType()| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
DisplayNameType |
getDisplayName()
Returns the value of the 'Display Name' containment reference.
|
IconType |
getIcon()
Returns the value of the 'Icon' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInitParam()
Returns the value of the 'Init Param' containment reference list.
|
JspFileType |
getJspFile()
Returns the value of the 'Jsp File' containment reference.
|
LoadOnStartupType |
getLoadOnStartup()
Returns the value of the 'Load On Startup' containment reference.
|
RunAsType |
getRunAs()
Returns the value of the 'Run As' containment reference.
|
|
getSecurityRoleRef()
Returns the value of the 'Security Role Ref' containment reference list.
|
ServletClassType |
getServletClass()
Returns the value of the 'Servlet Class' containment reference.
|
ServletNameType |
getServletName()
Returns the value of the 'Servlet Name' 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 |
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 |
setJspFile(JspFileType value)
Sets the value of the '
Jsp File' containment reference. |
void |
setLoadOnStartup(LoadOnStartupType value)
Sets the value of the '
Load On Startup' containment reference. |
void |
setRunAs(RunAsType value)
Sets the value of the '
Run As' containment reference. |
void |
setServletClass(ServletClassType value)
Sets the value of the '
Servlet Class' containment reference. |
void |
setServletName(ServletNameType value)
Sets the value of the '
Servlet Name' containment reference. |
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.getServletType_Icon()void setIcon(IconType value)
Icon' containment reference.
value - the new value of the 'Icon' containment reference.getIcon()ServletNameType getServletName()
If the meaning of the 'Servlet Name' containment reference isn't clear, there really should be more of a description here...
setServletName(ServletNameType),
Webapp23Package.getServletType_ServletName()void setServletName(ServletNameType value)
Servlet Name' containment reference.
value - the new value of the 'Servlet Name' containment reference.getServletName()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.getServletType_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.getServletType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()ServletClassType getServletClass()
If the meaning of the 'Servlet Class' containment reference isn't clear, there really should be more of a description here...
setServletClass(ServletClassType),
Webapp23Package.getServletType_ServletClass()void setServletClass(ServletClassType value)
Servlet Class' containment reference.
value - the new value of the 'Servlet Class' containment reference.getServletClass()JspFileType getJspFile()
If the meaning of the 'Jsp File' containment reference isn't clear, there really should be more of a description here...
setJspFile(JspFileType),
Webapp23Package.getServletType_JspFile()void setJspFile(JspFileType value)
Jsp File' containment reference.
value - the new value of the 'Jsp File' containment reference.getJspFile()getInitParam()
InitParamType.
If the meaning of the 'Init Param' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getServletType_InitParam()LoadOnStartupType getLoadOnStartup()
If the meaning of the 'Load On Startup' containment reference isn't clear, there really should be more of a description here...
setLoadOnStartup(LoadOnStartupType),
Webapp23Package.getServletType_LoadOnStartup()void setLoadOnStartup(LoadOnStartupType value)
Load On Startup' containment reference.
value - the new value of the 'Load On Startup' containment reference.getLoadOnStartup()RunAsType getRunAs()
If the meaning of the 'Run As' containment reference isn't clear, there really should be more of a description here...
setRunAs(RunAsType),
Webapp23Package.getServletType_RunAs()void setRunAs(RunAsType value)
Run As' containment reference.
value - the new value of the 'Run As' containment reference.getRunAs()getSecurityRoleRef()
SecurityRoleRefType.
If the meaning of the 'Security Role Ref' containment reference list isn't clear, there really should be more of a description here...
Webapp23Package.getServletType_SecurityRoleRef()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.getServletType_Id()