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