|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Servlet
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 | |
---|---|
org.eclipse.emf.common.util.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. |
org.eclipse.emf.common.util.EList |
getParams()
|
java.util.Properties |
getParamsAsProperties()
Gets the Servlet parameters in java.util.Properties |
RunAsSpecifiedIdentity |
getRunAs()
|
org.eclipse.emf.common.util.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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.util.List getMappings()
java.util.Properties getParamsAsProperties()
void reSyncSecurityRoleRef(java.lang.String existingRoleName, java.lang.String newRoleName)
existingRoleName
- existing role namenewRoleName
- new role namejava.lang.String getServletName()
void setServletName(java.lang.String value)
value
- The new value of the ServletName attributejava.lang.Integer getLoadOnStartup()
void setLoadOnStartup(java.lang.Integer value)
Load On Startup
' attribute.
value
- the new value of the 'Load On Startup' attribute.isSetLoadOnStartup()
,
unsetLoadOnStartup()
,
getLoadOnStartup()
void unsetLoadOnStartup()
Load On Startup
' attribute.
isSetLoadOnStartup()
,
getLoadOnStartup()
,
setLoadOnStartup(Integer)
boolean isSetLoadOnStartup()
Load On Startup
' attribute is set.
unsetLoadOnStartup()
,
getLoadOnStartup()
,
setLoadOnStartup(Integer)
WebApp getWebApp()
void setWebApp(WebApp value)
value
- The new value of the WebApp referenceWebType getWebType()
void setWebType(WebType value)
value
- The new value of the WebType referenceorg.eclipse.emf.common.util.EList getParams()
org.eclipse.emf.common.util.EList getSecurityRoleRefs()
RunAsSpecifiedIdentity getRunAs()
void setRunAs(RunAsSpecifiedIdentity value)
value
- The new value of the RunAs referenceorg.eclipse.emf.common.util.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()
JavaClass getServletClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |