|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletDef | |
---|---|
org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.api.web | |
org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.impl.web |
Uses of ServletDef in org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.api.web |
---|
Subinterfaces of ServletDef in org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.api.web | |
---|---|
interface |
ServletMappingDef
ServletMapping |
Methods in org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.api.web that return ServletDef | |
---|---|
ServletDef |
ServletDef.asyncSupported(boolean value)
|
ServletDef |
ServletDef.initParam(String name,
Object value)
|
ServletDef |
ServletDef.loadOnStartup(int order)
|
ServletDef |
ServletDef.name(String name)
|
ServletDef |
WebAppDescriptor.servlet(String clazz,
String... urlPatterns)
|
ServletDef |
WebAppDescriptor.servlet(String name,
String clazz,
String[] urlPatterns)
|
ServletDef |
ServletDef.servletClass(Class<?> clazz)
|
ServletDef |
ServletDef.servletClass(String clazz)
|
Uses of ServletDef in org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.impl.web |
---|
Classes in org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.impl.web that implement ServletDef | |
---|---|
class |
ServletDefImpl
|
class |
ServletMappingDefImpl
|
Methods in org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.impl.web that return ServletDef | |
---|---|
ServletDef |
ServletDefImpl.asyncSupported(boolean value)
|
ServletDef |
ServletDefImpl.initParam(String name,
Object value)
|
ServletDef |
ServletDefImpl.loadOnStartup(int order)
|
ServletDef |
ServletDefImpl.name(String name)
|
ServletDef |
WebAppDescriptorImpl.servlet(String clazz,
String... urlPatterns)
|
ServletDef |
WebAppDescriptorImpl.servlet(String name,
String clazz,
String[] urlPatterns)
|
ServletDef |
ServletDefImpl.servletClass(Class<?> clazz)
|
ServletDef |
ServletDefImpl.servletClass(String clazz)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |