com.ibm.ws.javaee.dd.web.common

Interface Servlet


  1. public interface Servlet

Method Summary

Modifier and Type Method and Description
  1. java.util.List<ParamValue>
getInitParams()
  1. java.lang.String
getJSPFile()
  1. int
getLoadOnStartup()
  1. MultipartConfig
getMultipartConfig()
  1. RunAs
getRunAs()
  1. java.util.List<SecurityRoleRef>
getSecurityRoleRefs()
  1. java.lang.String
getServletClass()
  1. java.lang.String
getServletName()
  1. boolean
isAsyncSupported()
  1. boolean
isEnabled()
  1. boolean
isNullLoadOnStartup()
  1. boolean
isSetAsyncSupported()
  1. boolean
isSetEnabled()
  1. boolean
isSetLoadOnStartup()

Method Detail

getServletName

  1. java.lang.String getServletName( )
Returns:
<servlet-name>

getServletClass

  1. java.lang.String getServletClass( )
Returns:
<servlet-class>, or null if unspecified

getJSPFile

  1. java.lang.String getJSPFile()
Returns:
<jsp-file>, or null if unspecified

getInitParams

  1. java.util.List<ParamValue> getInitParams( )
Returns:
<init-param> as a read-only list

isSetLoadOnStartup

  1. boolean isSetLoadOnStartup()
Returns:
true if <load-on-startup> is specified
See Also:

isNullLoadOnStartup

  1. boolean isNullLoadOnStartup()
Returns:
true if <load-on-startup> is specified and was null
See Also:

getLoadOnStartup

  1. int getLoadOnStartup()
Returns:
<load-on-startup> if specified and not null
See Also:

isSetEnabled

  1. boolean isSetEnabled()
Returns:
true if <enabled> is specified
See Also:

isEnabled

  1. boolean isEnabled()
Returns:
<enabled> if specified
See Also:

isSetAsyncSupported

  1. boolean isSetAsyncSupported()
Returns:
true if <async-supported> is specified
See Also:

isAsyncSupported

  1. boolean isAsyncSupported()
Returns:
<async-supported> if specified
See Also:

getRunAs

  1. RunAs getRunAs()
Returns:
<run-as>, or null if unspecified

getSecurityRoleRefs

  1. java.util.List<SecurityRoleRef> getSecurityRoleRefs( )
Returns:
<security-role-ref> as a read-only list

getMultipartConfig

  1. MultipartConfig getMultipartConfig( )
Returns:
<multipart-config>, or null if unspecified