|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The servlet element contains the declarative data of a servlet. If a jsp-file is specified and the load-on-startup element is present, then the JSP should be precompiled and loaded.
Method Summary | |
---|---|
EList |
getInitParams()
Returns the value of the 'Init Params' containment reference list. |
java.lang.Integer |
getLoadOnStartup()
|
java.util.List |
getMappings()
Returns an unmodifiable list of the mappings that this servlet participates in. |
EList |
getParams()
|
java.util.Properties |
getParamsAsProperties()
Gets the Servlet parameters in java.util.Properties |
RunAsSpecifiedIdentity |
getRunAs()
|
EList |
getSecurityRoleRefs()
|
JavaClass |
getServletClass()
return the java servlet class associated with this servlet |
java.lang.String |
getServletName()
|
WebApp |
getWebApp()
|
WebType |
getWebType()
|
boolean |
isSetLoadOnStartup()
Returns whether the value of the ' Load On Startup ' attribute is set |
void |
reSyncSecurityRoleRef(java.lang.String existingRoleName,
java.lang.String newRoleName)
Fix the role-link on any contained role refs |
void |
setLoadOnStartup(java.lang.Integer value)
Sets the value of the ' Load On Startup ' attribute |
void |
setRunAs(RunAsSpecifiedIdentity value)
|
void |
setServletName(java.lang.String value)
|
void |
setWebApp(WebApp value)
|
void |
setWebType(WebType value)
|
void |
unsetLoadOnStartup()
Unsets the value of the ' Load On Startup ' attribute |
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup |
---|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen |
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup |
---|
getDescriptions, getDisplayNames, getIcons |
Method Detail |
public java.util.List getMappings()
public java.util.Properties getParamsAsProperties()
public void reSyncSecurityRoleRef(java.lang.String existingRoleName, java.lang.String newRoleName)
existingRoleName
- existing role namenewRoleName
- new role namepublic java.lang.String getServletName()
public void setServletName(java.lang.String value)
value
- The new value of the ServletName attributepublic java.lang.Integer getLoadOnStartup()
public void setLoadOnStartup(java.lang.Integer value)
Load On Startup
' attribute.
value
- the new value of the 'Load On Startup' attribute.isSetLoadOnStartup()
,
unsetLoadOnStartup()
,
getLoadOnStartup()
public void unsetLoadOnStartup()
Load On Startup
' attribute.
isSetLoadOnStartup()
,
getLoadOnStartup()
,
setLoadOnStartup(Integer)
public boolean isSetLoadOnStartup()
Load On Startup
' attribute is set.
unsetLoadOnStartup()
,
getLoadOnStartup()
,
setLoadOnStartup(Integer)
public WebApp getWebApp()
public void setWebApp(WebApp value)
value
- The new value of the WebApp referencepublic WebType getWebType()
public void setWebType(WebType value)
value
- The new value of the WebType referencepublic EList getParams()
public EList getSecurityRoleRefs()
public RunAsSpecifiedIdentity getRunAs()
public void setRunAs(RunAsSpecifiedIdentity value)
value
- The new value of the RunAs referencepublic EList getInitParams()
ParamValue
.
If the meaning of the 'Init Params' containment reference list isn't clear, there really should be more of a description here...
WebapplicationPackage.getServlet_InitParams()
public JavaClass getServletClass()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |