Arquillian Warp: SPI 1.0.0.Alpha7
A B C D E F G I L M N O P R S U W 

A

AfterRequest - Class in org.jboss.arquillian.warp.spi.event
The event fired after the request is processed by Servlet.
AfterRequest(ServletRequest, ServletResponse) - Constructor for class org.jboss.arquillian.warp.spi.event.AfterRequest
 
AfterServlet - Class in org.jboss.arquillian.warp.spi.servlet.event
The lifecycle event which comes with AfterServlet verification execution.
AfterServlet() - Constructor for class org.jboss.arquillian.warp.spi.servlet.event.AfterServlet
 

B

BeforeRequest - Class in org.jboss.arquillian.warp.spi.event
The event fired before the request is processed by Servlet.
BeforeRequest(ServletRequest, ServletResponse) - Constructor for class org.jboss.arquillian.warp.spi.event.BeforeRequest
 
BeforeServlet - Class in org.jboss.arquillian.warp.spi.servlet.event
The lifecycle event which comes with BeforeServlet verification execution.
BeforeServlet() - Constructor for class org.jboss.arquillian.warp.spi.servlet.event.BeforeServlet
 
bind(LifecycleManager, Class<T>, T) - Method in class org.jboss.arquillian.warp.spi.LifecycleManagerStore
Provides implementation of binding a current LifecycleManager with given object of given class.
bindTo(Class<T>, T) - Method in class org.jboss.arquillian.warp.spi.LifecycleManager
Binds the current LifecycleManager with given object of given class.

C

checkUnbound() - Method in class org.jboss.arquillian.warp.spi.LifecycleManager
Verifies that there is no object bound with this LifecycleManager.
checkUnbound(LifecycleManager) - Method in class org.jboss.arquillian.warp.spi.LifecycleManagerStore
Checks that given manager does not have any associations in context of current store.

D

debugMode() - Static method in class org.jboss.arquillian.warp.spi.WarpCommons
Determines whether Warp is in debug mode

E

ENRICHMENT_REQUEST - Static variable in class org.jboss.arquillian.warp.spi.WarpCommons
 
ENRICHMENT_RESPONSE - Static variable in class org.jboss.arquillian.warp.spi.WarpCommons
 
ENRICHMENT_SEQUENCE_NUMBER - Static variable in class org.jboss.arquillian.warp.spi.WarpCommons
 
enrichWebArchive(WebArchive) - Method in interface org.jboss.arquillian.warp.spi.WarpDeploymentEnrichmentExtension
llows enriching of final WebArchive (any resource in an archive can be manipulated).
ExecuteWarp - Class in org.jboss.arquillian.warp.spi.servlet.event
This event is fired when request should be executed.
ExecuteWarp() - Constructor for class org.jboss.arquillian.warp.spi.servlet.event.ExecuteWarp
 

F

fireEvent(Object) - Method in class org.jboss.arquillian.warp.spi.LifecycleManager
Executes either:

G

get(Class<T>, T) - Static method in class org.jboss.arquillian.warp.spi.LifecycleManagerStore
Retrieves instance of LifecycleManager for given instance of given class.
getEnrichmentLibrary() - Method in interface org.jboss.arquillian.warp.spi.WarpDeploymentEnrichmentExtension
Adds the library to enrich final WebArchive deployment.
getFilterChain() - Method in class org.jboss.arquillian.warp.spi.servlet.event.ProcessHttpRequest
 
getQualifiers() - Method in class org.jboss.arquillian.warp.spi.servlet.event.AfterServlet
 
getQualifiers() - Method in class org.jboss.arquillian.warp.spi.servlet.event.BeforeServlet
 
getQualifiers() - Method in class org.jboss.arquillian.warp.spi.WarpLifecycleEvent
Returns the qualifiers which annotates methods on Inspection which will be executed during this WarpLifecycleEvent.
getRequest() - Method in class org.jboss.arquillian.warp.spi.event.RequestEvent
 
getRequest() - Method in class org.jboss.arquillian.warp.spi.servlet.event.ProcessHttpRequest
 
getResponse() - Method in class org.jboss.arquillian.warp.spi.event.RequestEvent
 
getResponse() - Method in class org.jboss.arquillian.warp.spi.servlet.event.ProcessHttpRequest
 

I

isWarpLifecycleTest(Class<? extends Annotation>) - Static method in class org.jboss.arquillian.warp.spi.WarpCommons
Decides whether given annotation type is WarpLifecycleTest
isWarpTest(Class<?>) - Static method in class org.jboss.arquillian.warp.spi.WarpCommons
Checks whether either given class or its superclasses are annoated with WarpTest annotation indicating that the Warp is used in the test.

L

LifecycleManager - Class in org.jboss.arquillian.warp.spi
Provides ability of executing events in Warp lifecycle from outside of Arquillian extensions.
LifecycleManager() - Constructor for class org.jboss.arquillian.warp.spi.LifecycleManager
 
LifecycleManagerStore - Class in org.jboss.arquillian.warp.spi
Holds associations of LifecycleManager with arbitrary objects.
LifecycleManagerStore() - Constructor for class org.jboss.arquillian.warp.spi.LifecycleManagerStore
 

M

manageObserverChain(Deque<RequestObserver>, Class<? extends RequestObserver>) - Method in interface org.jboss.arquillian.warp.spi.observer.RequestObserverChainManager
Manages observer chain.

N

NAMESPACE - Static variable in class org.jboss.arquillian.warp.spi.WarpCommons
 

O

ObjectAlreadyAssociatedException - Exception in org.jboss.arquillian.warp.spi.exception
Thrown when LifecycleManagerStore already contains object under given key and bound object.
ObjectAlreadyAssociatedException() - Constructor for exception org.jboss.arquillian.warp.spi.exception.ObjectAlreadyAssociatedException
 
ObjectNotAssociatedException - Exception in org.jboss.arquillian.warp.spi.exception
When you are trying to access binding of LifecycleManager with object which hasn't been bound yet.
ObjectNotAssociatedException() - Constructor for exception org.jboss.arquillian.warp.spi.exception.ObjectNotAssociatedException
 
obtain(Class<T>, T) - Method in class org.jboss.arquillian.warp.spi.LifecycleManagerStore
Provides implementation of obtaining LifecycleManager for given instance of given class.
org.jboss.arquillian.warp.spi - package org.jboss.arquillian.warp.spi
 
org.jboss.arquillian.warp.spi.context - package org.jboss.arquillian.warp.spi.context
 
org.jboss.arquillian.warp.spi.event - package org.jboss.arquillian.warp.spi.event
 
org.jboss.arquillian.warp.spi.exception - package org.jboss.arquillian.warp.spi.exception
 
org.jboss.arquillian.warp.spi.observer - package org.jboss.arquillian.warp.spi.observer
 
org.jboss.arquillian.warp.spi.servlet.event - package org.jboss.arquillian.warp.spi.servlet.event
 

P

priotity() - Method in interface org.jboss.arquillian.warp.spi.observer.RequestObserverChainManager
Defines priority of observer service which specifies in which order will be #manageObserverChain(Collection) method applied on collection of request observers.
ProcessHttpRequest - Class in org.jboss.arquillian.warp.spi.servlet.event
The event is fired for each incoming request (except Warp command service requests).
ProcessHttpRequest(HttpServletRequest, HttpServletResponse, FilterChain) - Constructor for class org.jboss.arquillian.warp.spi.servlet.event.ProcessHttpRequest
 
ProcessWarpRequest - Class in org.jboss.arquillian.warp.spi.servlet.event
This event is fired as a reaction to ProcessHttpRequest for every request that should be processed by Warp.
ProcessWarpRequest() - Constructor for class org.jboss.arquillian.warp.spi.servlet.event.ProcessWarpRequest
 

R

RequestContext - Interface in org.jboss.arquillian.warp.spi.context
The context bound with current ServletRequest.
RequestEvent - Class in org.jboss.arquillian.warp.spi.event
The event fired during Servlet lifecycle which is associated with ServletRequest and ServletResponse.
RequestEvent(ServletRequest, ServletResponse) - Constructor for class org.jboss.arquillian.warp.spi.event.RequestEvent
 
RequestObserverChainManager - Interface in org.jboss.arquillian.warp.spi.observer
Manages chain of RequestObservers.
RequestScoped - Annotation Type in org.jboss.arquillian.warp.spi.context
The scope of current ServletRequest.

S

StoreHasAssociatedObjectsException - Exception in org.jboss.arquillian.warp.spi.exception
Thrown when checking that given LifecycleManager is not bound to any object but there is unbound association found.
StoreHasAssociatedObjectsException() - Constructor for exception org.jboss.arquillian.warp.spi.exception.StoreHasAssociatedObjectsException
 

U

unbind(LifecycleManager, Class<T>, T) - Method in class org.jboss.arquillian.warp.spi.LifecycleManagerStore
Provides implementation of binding a LifecycleManager for given class and given object.
unbindFrom(Class<T>, T) - Method in class org.jboss.arquillian.warp.spi.LifecycleManager
Unbinds the LifecycleManager from given class and given object.

W

WARP_REQUEST_ID - Static variable in class org.jboss.arquillian.warp.spi.WarpCommons
 
WARP_REQUEST_LIFECYCLE_MANAGER_ATTRIBUTE - Static variable in class org.jboss.arquillian.warp.spi.WarpCommons
 
WarpCommons - Class in org.jboss.arquillian.warp.spi
Commons references used for marking events objects Warp execution.
WarpCommons() - Constructor for class org.jboss.arquillian.warp.spi.WarpCommons
 
WarpDeploymentEnrichmentExtension - Interface in org.jboss.arquillian.warp.spi
Service for adding JavaArchives to final WebArchive and modifying final WebArchive in order to provide extended Warp functionality.
WarpLifecycleEvent - Class in org.jboss.arquillian.warp.spi
The lifecycle event which is observed by LifecycleTestDriver and all methods annotated with set of qualifiers specified by WarpLifecycleEvent.getQualifiers() will be executed.
WarpLifecycleEvent() - Constructor for class org.jboss.arquillian.warp.spi.WarpLifecycleEvent
 
WarpLifecycleTest - Annotation Type in org.jboss.arquillian.warp.spi
This qualifier annotation marks annotations which supports LifecycleEvent propagation.
A B C D E F G I L M N O P R S U W 
Arquillian Warp: SPI 1.0.0.Alpha7

Copyright © 2014 JBoss by Red Hat. All rights reserved.