Interface ServletDef
- All Superinterfaces:
org.jboss.shrinkwrap.descriptor.api.Descriptor,WebAppDescriptor
- All Known Subinterfaces:
ServletMappingDef
- All Known Implementing Classes:
ServletDefImpl,ServletMappingDefImpl
- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionasyncSupported(boolean value) getInitParam(String name) intgetName()booleanloadOnStartup(int order) mapping()servletClass(Class<?> clazz) servletClass(String clazz) Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Descriptor
exportAsString, exportTo, getDescriptorNameMethods inherited from interface org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.api.web.WebAppDescriptor
displayName, servlet, servlet, version
-
Method Details
-
name
-
servletClass
-
servletClass
-
asyncSupported
-
initParam
-
loadOnStartup
-
mapping
ServletMappingDef mapping() -
getName
String getName() -
getServletClass
String getServletClass() -
getInitParam
-
getInitParams
-
isAsyncSupported
boolean isAsyncSupported() -
getLoadOnStartup
int getLoadOnStartup()
-