com.ibm.ws.javaee.dd.web.common
Interface Servlet
- public interface Servlet
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getInitParams()
|
|
getJSPFile()
|
|
getLoadOnStartup()
|
getMultipartConfig()
|
|
|
getRunAs()
|
|
getSecurityRoleRefs()
|
|
getServletClass()
|
|
getServletName()
|
|
isAsyncSupported()
|
|
isEnabled()
|
|
isNullLoadOnStartup()
|
|
isSetAsyncSupported()
|
|
isSetEnabled()
|
|
isSetLoadOnStartup()
|
Method Detail
getServletName
- java.lang.String getServletName( )
Returns:
<servlet-name>
getServletClass
- java.lang.String getServletClass( )
Returns:
<servlet-class>, or null if unspecified
getJSPFile
- java.lang.String getJSPFile()
Returns:
<jsp-file>, or null if unspecified
getInitParams
- java.util.List<ParamValue> getInitParams( )
Returns:
<init-param> as a read-only list
isSetLoadOnStartup
- boolean isSetLoadOnStartup()
isNullLoadOnStartup
- boolean isNullLoadOnStartup()
Returns:
true if <load-on-startup> is specified and was null
See Also:
getLoadOnStartup
- int getLoadOnStartup()
Returns:
<load-on-startup> if specified and not null
See Also:
isSetEnabled
- boolean isSetEnabled()
isEnabled
- boolean isEnabled()
isSetAsyncSupported
- boolean isSetAsyncSupported()
isAsyncSupported
- boolean isAsyncSupported()
getRunAs
- RunAs getRunAs()
Returns:
<run-as>, or null if unspecified
getSecurityRoleRefs
- java.util.List<SecurityRoleRef> getSecurityRoleRefs( )
Returns:
<security-role-ref> as a read-only list
getMultipartConfig
- MultipartConfig getMultipartConfig( )
Returns:
<multipart-config>, or null if unspecified