Package | Description |
---|---|
org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.api.web | |
org.jboss.arquillian.protocol.servlet.arq514hack.descriptors.impl.web |
Modifier and Type | Interface and Description |
---|---|
interface |
ServletMappingDef
ServletMapping
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
ServletDefImpl |
class |
ServletMappingDefImpl |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.