A B C D E F G H I L M O P R S T U W

A

AbstractHtmlUnitTestCase - Class in org.apache.shale.test.htmlunit
Abstract base class for system integration tests based on HtmlUnit.
AbstractHtmlUnitTestCase(String) - Constructor for class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Construct a new instance of this test case.
AbstractJmockJsfTestCase - Class in org.apache.shale.test.jmock
Abstract JMock test case base class, which sets up the JavaServer Faces mock object environment for a particular simulated request.
AbstractJmockJsfTestCase(String) - Constructor for class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
AbstractJsfTestCase - Class in org.apache.shale.test.base
Abstract JUnit test case base class, which sets up the JavaServer Faces mock object environment for a particular simulated request.
AbstractJsfTestCase(String) - Constructor for class org.apache.shale.test.base.AbstractJsfTestCase
Construct a new instance of this test case.
AbstractViewControllerTestCase - Class in org.apache.shale.test.base
Abstract base class for testing ViewController implementations.
AbstractViewControllerTestCase(String) - Constructor for class org.apache.shale.test.base.AbstractViewControllerTestCase
Construct a new instance of this test case.
addAttributeListener(ServletRequestAttributeListener) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Add a new listener instance that should be notified about attribute changes.
addAttributeListener(HttpSessionAttributeListener) - Method in class org.apache.shale.test.mock.MockHttpSession
Add a new listener instance that should be notified about attribute changes.
addAttributeListener(ServletContextAttributeListener) - Method in class org.apache.shale.test.mock.MockServletContext
Add a new listener instance that should be notified about attribute changes.
addComponent(String, String) - Method in class org.apache.shale.test.mock.MockApplication
addConverter(String, String) - Method in class org.apache.shale.test.mock.MockApplication
addConverter(Class, String) - Method in class org.apache.shale.test.mock.MockApplication
addCookie(Cookie) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
addDateHeader(String, long) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Add a date-valued header for this request.
addDateHeader(String, long) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
addDestination(String, String) - Method in class org.apache.shale.test.mock.MockNavigationHandler
Add a outcome-viewId pair to the destinations map.
addELContextListener(ELContextListener) - Method in class org.apache.shale.test.mock.MockApplication12
addELResolver(ELResolver) - Method in class org.apache.shale.test.mock.MockApplication12
addHeader(String, String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Add a String-valued header for this request.
addHeader(String, String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
addInitParameter(String, String) - Method in class org.apache.shale.test.mock.MockServletConfig
Add a servlet initialization parameter.
addInitParameter(String, String) - Method in class org.apache.shale.test.mock.MockServletContext
Add a context initialization parameter to the set of parameters recognized by this instance.
addIntHeader(String, int) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Add an integer-valued header for this request.
addIntHeader(String, int) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
addLifecycle(String, Lifecycle) - Method in class org.apache.shale.test.mock.MockLifecycleFactory
addMessage(String, FacesMessage) - Method in class org.apache.shale.test.mock.MockFacesContext
addMimeType(String, String) - Method in class org.apache.shale.test.mock.MockServletContext
Add a new MIME type mapping to the set of mappings recognized by this instance.
addParameter(String, String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Add a request parameter for this request.
addPhaseListener(PhaseListener) - Method in class org.apache.shale.test.mock.MockLifecycle
addRenderer(String, String, Renderer) - Method in class org.apache.shale.test.mock.MockRenderKit
addRenderKit(String, RenderKit) - Method in class org.apache.shale.test.mock.MockRenderKitFactory
addRequestCookieMap(Cookie) - Method in class org.apache.shale.test.mock.MockExternalContext
Add a new cookie for this request.
addRequestParameterMap(String, String) - Method in class org.apache.shale.test.mock.MockExternalContext
Add the specified request parameter for this request.
addResourceBundle(String, ResourceBundle) - Method in class org.apache.shale.test.mock.MockApplication12
Add the specified resource bundle to those associated with this application.
addValidator(String, String) - Method in class org.apache.shale.test.mock.MockApplication
application - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
application - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 

B

body() - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the body element for the most recently retrieved page.

C

calculateLocale(FacesContext) - Method in class org.apache.shale.test.mock.MockViewHandler
calculateRenderKitId(FacesContext) - Method in class org.apache.shale.test.mock.MockViewHandler
CargoTestSetup - Class in org.apache.shale.test.cargo
Convenience TestSetup class which uses Cargo to start and stop a Servlet container.
CargoTestSetup(Test) - Constructor for class org.apache.shale.test.cargo.CargoTestSetup
Construct a new instance of this test setup.
checkMessageCount(int) - Method in class org.apache.shale.test.base.AbstractViewControllerTestCase
Test that the specified number of messages have been queued on the FacesContext instance, without regard to matching a particular client identifier.
checkMessageCount(String, int) - Method in class org.apache.shale.test.base.AbstractViewControllerTestCase
Test that the specified number of messages have been queued on the FacesContext instance, for the specified client id.
cloneWithWriter(Writer) - Method in class org.apache.shale.test.mock.MockResponseWriter
close() - Method in class org.apache.shale.test.mock.MockResponseWriter
coerceToType(Object, Class) - Method in class org.apache.shale.test.el.MockExpressionFactory
config - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
config - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
containsHeader(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
content() - Method in class org.apache.shale.test.mock.MockPrintWriter
Return the content that has been written to this writer.
content() - Method in class org.apache.shale.test.mock.MockServletOutputStream
Return the content that has been written to this output stream.
createComponent(String) - Method in class org.apache.shale.test.mock.MockApplication
createComponent(ValueBinding, FacesContext, String) - Method in class org.apache.shale.test.mock.MockApplication
createComponent(ValueExpression, FacesContext, String) - Method in class org.apache.shale.test.mock.MockApplication12
createConverter(String) - Method in class org.apache.shale.test.mock.MockApplication
createConverter(Class) - Method in class org.apache.shale.test.mock.MockApplication
createMethodBinding(String, Class[]) - Method in class org.apache.shale.test.mock.MockApplication
createMethodExpression(ELContext, String, Class, Class[]) - Method in class org.apache.shale.test.el.MockExpressionFactory
createResponseStream(OutputStream) - Method in class org.apache.shale.test.mock.MockRenderKit
createResponseWriter(Writer, String, String) - Method in class org.apache.shale.test.mock.MockRenderKit
createValidator(String) - Method in class org.apache.shale.test.mock.MockApplication
createValueBinding(String) - Method in class org.apache.shale.test.mock.MockApplication
createValueExpression(ELContext, String, Class) - Method in class org.apache.shale.test.el.MockExpressionFactory
createValueExpression(Object, Class) - Method in class org.apache.shale.test.el.MockExpressionFactory
createView(FacesContext, String) - Method in class org.apache.shale.test.mock.MockViewHandler

D

destroy() - Method in class org.apache.shale.test.mock.MockServlet
dispatch(String) - Method in class org.apache.shale.test.mock.MockExternalContext

E

element(String) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the HTML element with the specified id from the most recently retrieved page.
encodeActionURL(String) - Method in class org.apache.shale.test.mock.MockExternalContext
encodeNamespace(String) - Method in class org.apache.shale.test.mock.MockExternalContext
encodeRedirectUrl(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
encodeRedirectURL(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
encodeResourceURL(String) - Method in class org.apache.shale.test.mock.MockExternalContext
encodeUrl(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
encodeURL(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
endDocument() - Method in class org.apache.shale.test.mock.MockResponseWriter
endElement(String) - Method in class org.apache.shale.test.mock.MockResponseWriter
equals(Object) - Method in class org.apache.shale.test.el.MockMethodExpression
Return true if this expression is equal to the specified expression.
equals(Object) - Method in class org.apache.shale.test.el.MockValueExpression
Return true if this expression is equal to the specified expression.
equals(Object) - Method in class org.apache.shale.test.el.MockVariableValueExpression
Return true if this expression is equal to the specified expression.
equals(Object) - Method in class org.apache.shale.test.mock.MockMethodBinding
evaluateExpressionGet(FacesContext, String, Class) - Method in class org.apache.shale.test.mock.MockApplication12
execute(FacesContext) - Method in class org.apache.shale.test.mock.MockLifecycle
externalContext - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
externalContext - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 

F

facesContext - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
facesContext - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
facesContextFactory - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
facesContextFactory - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
FacesImplicitObjectELResolver - Class in org.apache.shale.test.el
ELResolver implementation that accesses implicit objects in the current request context.
FacesImplicitObjectELResolver() - Constructor for class org.apache.shale.test.el.FacesImplicitObjectELResolver
 
FacesPropertyResolverChainWrapper - Class in org.apache.shale.test.el
ELResolver implementation that wraps the legacy (JSF 1.1) PropertyResolver chain.
FacesPropertyResolverChainWrapper() - Constructor for class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
 
FacesResourceBundleELResolver - Class in org.apache.shale.test.el
ELResolver implementation that accesses resource bundles in the current application.
FacesResourceBundleELResolver() - Constructor for class org.apache.shale.test.el.FacesResourceBundleELResolver
 
FacesScopedAttributeELResolver - Class in org.apache.shale.test.el
ELResolver implementation that accesses scoped variables in the current request context.
FacesScopedAttributeELResolver() - Constructor for class org.apache.shale.test.el.FacesScopedAttributeELResolver
 
FacesVariableResolverChainWrapper - Class in org.apache.shale.test.el
ELResolver implementation that wraps the legacy (JSF 1.1) VariableResolver chain.
FacesVariableResolverChainWrapper() - Constructor for class org.apache.shale.test.el.FacesVariableResolverChainWrapper
 
flush() - Method in class org.apache.shale.test.mock.MockResponseWriter
flushBuffer() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
form(String) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the form with the specified id from the most recently retrieved page.

G

getActionListener() - Method in class org.apache.shale.test.mock.MockApplication
getActionURL(FacesContext, String) - Method in class org.apache.shale.test.mock.MockViewHandler
getApplication() - Method in class org.apache.shale.test.mock.MockApplicationFactory
getApplication() - Method in class org.apache.shale.test.mock.MockFacesContext
getApplicationMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getAttribute(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getAttribute(String) - Method in class org.apache.shale.test.mock.MockHttpSession
getAttribute(String) - Method in class org.apache.shale.test.mock.MockServletContext
getAttributeNames() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getAttributeNames() - Method in class org.apache.shale.test.mock.MockHttpSession
getAttributeNames() - Method in class org.apache.shale.test.mock.MockServletContext
getAuthType() - Method in class org.apache.shale.test.mock.MockExternalContext
getAuthType() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getBufferSize() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
getCharacterEncoding() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getCharacterEncoding() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
getCharacterEncoding() - Method in class org.apache.shale.test.mock.MockResponseWriter
getClientIdsWithMessages() - Method in class org.apache.shale.test.mock.MockFacesContext
getCommonPropertyType(ELContext, Object) - Method in class org.apache.shale.test.el.FacesImplicitObjectELResolver
Return the most general type this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
Return the most general type this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.apache.shale.test.el.FacesResourceBundleELResolver
Return the most general type this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.apache.shale.test.el.FacesScopedAttributeELResolver
Return the most general type this resolver accepts for the property argument.
getCommonPropertyType(ELContext, Object) - Method in class org.apache.shale.test.el.FacesVariableResolverChainWrapper
Return the most general type this resolver accepts for the property argument.
getComponentStateToSave(FacesContext) - Method in class org.apache.shale.test.mock.MockStateManager
getComponentTypes() - Method in class org.apache.shale.test.mock.MockApplication
getContentLength() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getContentType() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getContentType() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
getContentType() - Method in class org.apache.shale.test.mock.MockResponseWriter
getContext(Class) - Method in class org.apache.shale.test.el.MockELContext
getContext() - Method in class org.apache.shale.test.mock.MockExternalContext
getContext(String) - Method in class org.apache.shale.test.mock.MockServletContext
getContextPath() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getContextPath() - Method in class org.apache.shale.test.mock.MockServletContext
getConverterIds() - Method in class org.apache.shale.test.mock.MockApplication
getConverterTypes() - Method in class org.apache.shale.test.mock.MockApplication
getCookies() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getCreationTime() - Method in class org.apache.shale.test.mock.MockHttpSession
getDateHeader(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getDefaultLocale() - Method in class org.apache.shale.test.mock.MockApplication
getDefaultRenderKitId() - Method in class org.apache.shale.test.mock.MockApplication
getELContext() - Method in class org.apache.shale.test.mock.MockFacesContext12
getELContextListeners() - Method in class org.apache.shale.test.mock.MockApplication12
getELResolver() - Method in class org.apache.shale.test.el.MockELContext
getELResolver() - Method in class org.apache.shale.test.mock.MockApplication12
getExpectedType() - Method in class org.apache.shale.test.el.MockValueExpression
Return the type that the result of this expression will be coerced to.
getExpectedType() - Method in class org.apache.shale.test.el.MockVariableValueExpression
Return the type that the result of this expression will be coerced to.
getExpressionFactory() - Method in class org.apache.shale.test.mock.MockApplication12
getExpressionString() - Method in class org.apache.shale.test.el.MockMethodExpression
Return the original String used to create this expression, unmodified.
getExpressionString() - Method in class org.apache.shale.test.el.MockValueExpression
Return the original String used to create this expression, unmodified.
getExpressionString() - Method in class org.apache.shale.test.el.MockVariableValueExpression
Return the original String used to create this expression, unmodified.
getExpressionString() - Method in class org.apache.shale.test.mock.MockMethodBinding
getExpressionString() - Method in class org.apache.shale.test.mock.MockValueBinding
getExternalContext() - Method in class org.apache.shale.test.mock.MockFacesContext
getFacesContext(Object, Object, Object, Lifecycle) - Method in class org.apache.shale.test.mock.MockFacesContextFactory
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shale.test.el.FacesImplicitObjectELResolver
Return an Iterator over the attributes that this resolver knows how to deal with.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
Return an Iterator over the attributes that this resolver knows how to deal with.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shale.test.el.FacesResourceBundleELResolver
Return an Iterator over the attributes that this resolver knows how to deal with.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shale.test.el.FacesScopedAttributeELResolver
Return an Iterator over the attributes that this resolver knows how to deal with.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.shale.test.el.FacesVariableResolverChainWrapper
Return an Iterator over the attributes that this resolver knows how to deal with.
getFunctionMapper() - Method in class org.apache.shale.test.el.MockELContext
getHeader(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getHeader(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
Retrieve the first value that was set for the specified header, if any.
getHeaderNames() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getHeaders(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getId() - Method in class org.apache.shale.test.mock.MockHttpSession
getInitParameter(String) - Method in class org.apache.shale.test.mock.MockExternalContext
getInitParameter(String) - Method in class org.apache.shale.test.mock.MockServletConfig
getInitParameter(String) - Method in class org.apache.shale.test.mock.MockServletContext
getInitParameterMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getInitParameterNames() - Method in class org.apache.shale.test.mock.MockServletConfig
getInitParameterNames() - Method in class org.apache.shale.test.mock.MockServletContext
getInputStream() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getIntHeader(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getLastAccessedTime() - Method in class org.apache.shale.test.mock.MockHttpSession
getLifecycle(String) - Method in class org.apache.shale.test.mock.MockLifecycleFactory
getLifecycleIds() - Method in class org.apache.shale.test.mock.MockLifecycleFactory
getLocalAddr() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getLocale() - Method in class org.apache.shale.test.el.MockELContext
getLocale() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getLocale() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
getLocales() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getLocalName() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getLocalPort() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getMajorVersion() - Method in class org.apache.shale.test.mock.MockServletContext
getMaximumSeverity() - Method in class org.apache.shale.test.mock.MockFacesContext
getMaxInactiveInterval() - Method in class org.apache.shale.test.mock.MockHttpSession
getMessage() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
Return the text message for the HTTP status that was set.
getMessageBundle() - Method in class org.apache.shale.test.mock.MockApplication
getMessages() - Method in class org.apache.shale.test.mock.MockFacesContext
getMessages(String) - Method in class org.apache.shale.test.mock.MockFacesContext
getMethod() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getMethodInfo(ELContext) - Method in class org.apache.shale.test.el.MockMethodExpression
Evaluate the expression relative to the specified context, and return information about the actual implementation method.
getMimeType(String) - Method in class org.apache.shale.test.mock.MockServletContext
getMinorVersion() - Method in class org.apache.shale.test.mock.MockServletContext
getName() - Method in class org.apache.shale.test.cargo.CargoTestSetup
Deprecated. No replacement.
getName() - Method in class org.apache.shale.test.mock.MockPrincipal
getNamedDispatcher(String) - Method in class org.apache.shale.test.mock.MockServletContext
getNavigationHandler() - Method in class org.apache.shale.test.mock.MockApplication
getOutputStream() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
getParameter(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getParameterMap() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getParameterNames() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getParameterValues(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getPathInfo() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getPathTranslated() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getPhaseListeners() - Method in class org.apache.shale.test.mock.MockLifecycle
getPropertyResolver() - Method in class org.apache.shale.test.mock.MockApplication
getProtocol() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getQueryString() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getReader() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRealPath(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRealPath(String) - Method in class org.apache.shale.test.mock.MockServletContext
getRemoteAddr() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRemoteHost() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRemotePort() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRemoteUser() - Method in class org.apache.shale.test.mock.MockExternalContext
getRemoteUser() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRenderer(String, String) - Method in class org.apache.shale.test.mock.MockRenderKit
getRenderKit() - Method in class org.apache.shale.test.mock.MockFacesContext
getRenderKit(FacesContext, String) - Method in class org.apache.shale.test.mock.MockRenderKitFactory
getRenderKitIds() - Method in class org.apache.shale.test.mock.MockRenderKitFactory
getRenderResponse() - Method in class org.apache.shale.test.mock.MockFacesContext
getRequest() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestCharacterEncoding() - Method in class org.apache.shale.test.mock.MockExternalContext12
getRequestContentType() - Method in class org.apache.shale.test.mock.MockExternalContext12
getRequestContextPath() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestCookieMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestDispatcher(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRequestDispatcher(String) - Method in class org.apache.shale.test.mock.MockServletContext
getRequestedSessionId() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRequestHeaderMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestHeaderValuesMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestLocale() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestLocales() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestParameterMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestParameterNames() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestParameterValuesMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestPathInfo() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestServletPath() - Method in class org.apache.shale.test.mock.MockExternalContext
getRequestURI() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getRequestURL() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getResource(String) - Method in class org.apache.shale.test.mock.MockExternalContext
getResource(String) - Method in class org.apache.shale.test.mock.MockServletContext
getResourceAsStream(String) - Method in class org.apache.shale.test.mock.MockExternalContext
getResourceAsStream(String) - Method in class org.apache.shale.test.mock.MockServletContext
getResourceBundle(FacesContext, String) - Method in class org.apache.shale.test.mock.MockApplication12
getResourceBundles() - Method in class org.apache.shale.test.mock.MockApplication12
Return a Map of the resource bundles configured for this application, keyed by name.
getResourcePaths(String) - Method in class org.apache.shale.test.mock.MockExternalContext
getResourcePaths(String) - Method in class org.apache.shale.test.mock.MockServletContext
getResourceURL(FacesContext, String) - Method in class org.apache.shale.test.mock.MockViewHandler
getResponse() - Method in class org.apache.shale.test.mock.MockExternalContext
getResponseCharacterEncoding() - Method in class org.apache.shale.test.mock.MockExternalContext12
getResponseComplete() - Method in class org.apache.shale.test.mock.MockFacesContext
getResponseContentType() - Method in class org.apache.shale.test.mock.MockExternalContext12
getResponseStateManager() - Method in class org.apache.shale.test.mock.MockRenderKit
getResponseStream() - Method in class org.apache.shale.test.mock.MockFacesContext
getResponseWriter() - Method in class org.apache.shale.test.mock.MockFacesContext
getScheme() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getServerInfo() - Method in class org.apache.shale.test.mock.MockServletContext
getServerName() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getServerPort() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getServlet(String) - Method in class org.apache.shale.test.mock.MockServletContext
getServletConfig() - Method in class org.apache.shale.test.mock.MockServlet
getServletContext() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Return the ServletContext associated with this request.
getServletContext() - Method in class org.apache.shale.test.mock.MockHttpSession
getServletContext() - Method in class org.apache.shale.test.mock.MockServletConfig
getServletContextName() - Method in class org.apache.shale.test.mock.MockServletContext
getServletInfo() - Method in class org.apache.shale.test.mock.MockServlet
getServletName() - Method in class org.apache.shale.test.mock.MockServletConfig
getServletNames() - Method in class org.apache.shale.test.mock.MockServletContext
getServletPath() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getServlets() - Method in class org.apache.shale.test.mock.MockServletContext
getSession(boolean) - Method in class org.apache.shale.test.mock.MockExternalContext
getSession() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getSession(boolean) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getSessionContext() - Method in class org.apache.shale.test.mock.MockHttpSession
getSessionMap() - Method in class org.apache.shale.test.mock.MockExternalContext
getStateManager() - Method in class org.apache.shale.test.mock.MockApplication
getStatus() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
Return the HTTP status code that was set.
getSupportedLocales() - Method in class org.apache.shale.test.mock.MockApplication
getTreeStructureToSave(FacesContext) - Method in class org.apache.shale.test.mock.MockStateManager
getType(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesImplicitObjectELResolver
Return the Java type of the specified property.
getType(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
Evaluate with the legacy property resolver chain and return the value.
getType(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesResourceBundleELResolver
Return the Java type of the specified property.
getType(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesScopedAttributeELResolver
Return the Java type of the specified property.
getType(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesVariableResolverChainWrapper
Return the Java type of the specified property.
getType(ELContext) - Method in class org.apache.shale.test.el.MockValueExpression
Evaluate this expression relative to the specified context, and return the most general type that is acceptable for the value passed in a setValue() call.
getType(ELContext) - Method in class org.apache.shale.test.el.MockVariableValueExpression
Evaluate this expression relative to the specified context, and return the most general type that is acceptable for the value passed in a setValue() call.
getType(FacesContext) - Method in class org.apache.shale.test.mock.MockMethodBinding
getType(Object, Object) - Method in class org.apache.shale.test.mock.MockPropertyResolver
getType(Object, int) - Method in class org.apache.shale.test.mock.MockPropertyResolver
getType(FacesContext) - Method in class org.apache.shale.test.mock.MockValueBinding
getUserPrincipal() - Method in class org.apache.shale.test.mock.MockExternalContext
getUserPrincipal() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
getValidatorIds() - Method in class org.apache.shale.test.mock.MockApplication
getValue(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesImplicitObjectELResolver
Return an existing scoped object for the specified name (if any); otherwise, return null.
getValue(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
Evaluate with the legacy property resolver chain and return the value.
getValue(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesResourceBundleELResolver
Return a resource bundle for the specified name (if any); otherwise, return null.
getValue(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesScopedAttributeELResolver
Return an existing scoped object for the specified name (if any); otherwise, return null.
getValue(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesVariableResolverChainWrapper
Evaluate with the legacy variable resolver chain and return the value.
getValue(ELContext) - Method in class org.apache.shale.test.el.MockValueExpression
Evaluate this expression relative to the specified context, and return the result.
getValue(ELContext) - Method in class org.apache.shale.test.el.MockVariableValueExpression
Evaluate this expression relative to the specified context, and return the result.
getValue(String) - Method in class org.apache.shale.test.mock.MockHttpSession
getValue(Object, Object) - Method in class org.apache.shale.test.mock.MockPropertyResolver
getValue(Object, int) - Method in class org.apache.shale.test.mock.MockPropertyResolver
getValue(FacesContext) - Method in class org.apache.shale.test.mock.MockValueBinding
getValueNames() - Method in class org.apache.shale.test.mock.MockHttpSession
getVariableMapper() - Method in class org.apache.shale.test.el.MockELContext
getVariableResolver() - Method in class org.apache.shale.test.mock.MockApplication
getViewHandler() - Method in class org.apache.shale.test.mock.MockApplication
getViewRoot() - Method in class org.apache.shale.test.mock.MockFacesContext
getWriter() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
getWriter() - Method in class org.apache.shale.test.mock.MockResponseWriter
Return the Writer that we are wrapping.

H

handleNavigation(FacesContext, String, String) - Method in class org.apache.shale.test.mock.MockNavigationHandler
Process the specified navigation request.
hashCode() - Method in class org.apache.shale.test.el.MockMethodExpression
Return the hash code for this expression.
hashCode() - Method in class org.apache.shale.test.el.MockValueExpression
Return the hash code for this expression.
hashCode() - Method in class org.apache.shale.test.el.MockVariableValueExpression
Return the hash code for this expression.
hashCode() - Method in class org.apache.shale.test.mock.MockMethodBinding
head() - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the head element for the most recently retrieved page.

I

init(ServletConfig) - Method in class org.apache.shale.test.mock.MockServlet
invalidate() - Method in class org.apache.shale.test.mock.MockHttpSession
invoke(ELContext, Object[]) - Method in class org.apache.shale.test.el.MockMethodExpression
Evaluate the expression relative to the specified ocntext, and return the result after coercion to the expected result type.
invoke(FacesContext, Object[]) - Method in class org.apache.shale.test.mock.MockMethodBinding
isCommitted() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
isLiteralText() - Method in class org.apache.shale.test.el.MockMethodExpression
Return true if the expression string for this expression contains only literal text.
isLiteralText() - Method in class org.apache.shale.test.el.MockValueExpression
Return true if the expression string for this expression contains only literal text.
isLiteralText() - Method in class org.apache.shale.test.el.MockVariableValueExpression
Return true if the expression string for this expression contains only literal text.
isNew() - Method in class org.apache.shale.test.mock.MockHttpSession
isPropertyResolved() - Method in class org.apache.shale.test.el.MockELContext
isReadOnly(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesImplicitObjectELResolver
Return true if the specified property is read only.
isReadOnly(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
Return true if the specified property is read only.
isReadOnly(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesResourceBundleELResolver
Return true if the specified property is read only.
isReadOnly(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesScopedAttributeELResolver
Return true if the specified property is read only.
isReadOnly(ELContext, Object, Object) - Method in class org.apache.shale.test.el.FacesVariableResolverChainWrapper
Return true if the specified property is read only.
isReadOnly(ELContext) - Method in class org.apache.shale.test.el.MockValueExpression
Evaluate this expression relative to the specified context, and return true if a call to setValue() will always fail.
isReadOnly(ELContext) - Method in class org.apache.shale.test.el.MockVariableValueExpression
Evaluate this expression relative to the specified context, and return true if a call to setValue() will always fail.
isReadOnly(Object, Object) - Method in class org.apache.shale.test.mock.MockPropertyResolver
isReadOnly(Object, int) - Method in class org.apache.shale.test.mock.MockPropertyResolver
isReadOnly(FacesContext) - Method in class org.apache.shale.test.mock.MockValueBinding
isRequestedSessionIdFromCookie() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
isRequestedSessionIdFromUrl() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
isRequestedSessionIdFromURL() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
isRequestedSessionIdValid() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
isSecure() - Method in class org.apache.shale.test.mock.MockHttpServletRequest
isTransient() - Method in class org.apache.shale.test.mock.MockMethodBinding
isTransient() - Method in class org.apache.shale.test.mock.MockValueBinding
isUserInRole(String) - Method in class org.apache.shale.test.mock.MockExternalContext
isUserInRole(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest

L

lifecycle - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
lifecycle - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
lifecycleFactory - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
lifecycleFactory - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
link(HtmlAnchor) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Click the specified hyperlink, and retrieve the subsequent page, saving a reference so that other utility methods may be used to retrieve information from it.
log(String) - Method in class org.apache.shale.test.mock.MockExternalContext
log(String, Throwable) - Method in class org.apache.shale.test.mock.MockExternalContext
log(String) - Method in class org.apache.shale.test.mock.MockServletContext
log(Exception, String) - Method in class org.apache.shale.test.mock.MockServletContext
log(String, Throwable) - Method in class org.apache.shale.test.mock.MockServletContext

M

mapFunction(String, String, Method) - Method in class org.apache.shale.test.el.MockFunctionMapper
Store a mapping of the specified prefix and localName to the specified method, which must be static.
MockActionListener - Class in org.apache.shale.test.mock
Mock implementation of the default ActionListener.
MockActionListener() - Constructor for class org.apache.shale.test.mock.MockActionListener
Construct a default instance.
MockApplication - Class in org.apache.shale.test.mock
Mock implementation of Application.
MockApplication() - Constructor for class org.apache.shale.test.mock.MockApplication
Construct a default instance.
MockApplication12 - Class in org.apache.shale.test.mock
Mock implementation of ExternalContext that includes the semantics added by JavaServer Faces 1.2.
MockApplication12() - Constructor for class org.apache.shale.test.mock.MockApplication12
Construct a default instance.
MockApplicationFactory - Class in org.apache.shale.test.mock
Mock implementation of ApplicationFactory.
MockApplicationFactory() - Constructor for class org.apache.shale.test.mock.MockApplicationFactory
Construct a default instance.
MockELContext - Class in org.apache.shale.test.el
Mock implementation of ELContext.
MockELContext() - Constructor for class org.apache.shale.test.el.MockELContext
Creates a new instance of MockELContext
MockExpressionFactory - Class in org.apache.shale.test.el
Mock implementation of ExpressionFactory.
MockExpressionFactory() - Constructor for class org.apache.shale.test.el.MockExpressionFactory
Creates a new instance of MockExpressionFactory
MockExternalContext - Class in org.apache.shale.test.mock
Mock implementation of ExternalContext.
MockExternalContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.shale.test.mock.MockExternalContext
Construct a wrapper instance.
MockExternalContext12 - Class in org.apache.shale.test.mock
Mock implementation of ExternalContext that includes the semantics added by JavaServer Faces 1.2.
MockExternalContext12(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.shale.test.mock.MockExternalContext12
 
MockFacesContext - Class in org.apache.shale.test.mock
Mock implementation of FacesContext.
MockFacesContext() - Constructor for class org.apache.shale.test.mock.MockFacesContext
 
MockFacesContext(ExternalContext) - Constructor for class org.apache.shale.test.mock.MockFacesContext
 
MockFacesContext(ExternalContext, Lifecycle) - Constructor for class org.apache.shale.test.mock.MockFacesContext
 
MockFacesContext12 - Class in org.apache.shale.test.mock
Mock implementation of FacesContext that includes the semantics added by JavaServer Faces 1.2.
MockFacesContext12() - Constructor for class org.apache.shale.test.mock.MockFacesContext12
 
MockFacesContext12(ExternalContext) - Constructor for class org.apache.shale.test.mock.MockFacesContext12
 
MockFacesContext12(ExternalContext, Lifecycle) - Constructor for class org.apache.shale.test.mock.MockFacesContext12
 
MockFacesContextFactory - Class in org.apache.shale.test.mock
Mock implementation of FacesContextFactory.
MockFacesContextFactory() - Constructor for class org.apache.shale.test.mock.MockFacesContextFactory
Look up the constructor we will use for creating MockFacesContext instances.
MockFunctionMapper - Class in org.apache.shale.test.el
Mock implementation of FunctionMapper.
MockFunctionMapper() - Constructor for class org.apache.shale.test.el.MockFunctionMapper
Creates a new instance of MockFunctionMapper
MockHttpServletRequest - Class in org.apache.shale.test.mock
Mock implementation of HttpServletContext.
MockHttpServletRequest() - Constructor for class org.apache.shale.test.mock.MockHttpServletRequest
 
MockHttpServletRequest(HttpSession) - Constructor for class org.apache.shale.test.mock.MockHttpServletRequest
 
MockHttpServletRequest(String, String, String, String) - Constructor for class org.apache.shale.test.mock.MockHttpServletRequest
 
MockHttpServletRequest(String, String, String, String, HttpSession) - Constructor for class org.apache.shale.test.mock.MockHttpServletRequest
 
MockHttpServletResponse - Class in org.apache.shale.test.mock
Mock implementation of HttpServletResponse.
MockHttpServletResponse() - Constructor for class org.apache.shale.test.mock.MockHttpServletResponse
Return a default instance.
MockHttpSession - Class in org.apache.shale.test.mock
Mock implementation of HttpSession.
MockHttpSession() - Constructor for class org.apache.shale.test.mock.MockHttpSession
Configure a default instance.
MockHttpSession(ServletContext) - Constructor for class org.apache.shale.test.mock.MockHttpSession
Configure a session instance associated with the specified servlet context.
MockLifecycle - Class in org.apache.shale.test.mock
Mock implementation of Lifecycle.
MockLifecycle() - Constructor for class org.apache.shale.test.mock.MockLifecycle
 
MockLifecycleFactory - Class in org.apache.shale.test.mock
Mock implementation of LifecycleFactory.
MockLifecycleFactory() - Constructor for class org.apache.shale.test.mock.MockLifecycleFactory
Return a default instance.
MockMethodBinding - Class in org.apache.shale.test.mock
Mock implementation of MethodBinding.
MockMethodBinding() - Constructor for class org.apache.shale.test.mock.MockMethodBinding
Construct a default instance.
MockMethodBinding(Application, String, Class[]) - Constructor for class org.apache.shale.test.mock.MockMethodBinding
Construct a configured instance.
MockMethodExpression - Class in org.apache.shale.test.el
Mock implementation of MethodExpression.
MockMethodExpression(String, Class[], Class) - Constructor for class org.apache.shale.test.el.MockMethodExpression
Construct a new expression for the specified expression string.
MockNavigationHandler - Class in org.apache.shale.test.mock
Mock implementation of NavigationHandler.
MockNavigationHandler() - Constructor for class org.apache.shale.test.mock.MockNavigationHandler
Construct a default instance.
MockPrincipal - Class in org.apache.shale.test.mock
Mock implementation of Principal.
MockPrincipal() - Constructor for class org.apache.shale.test.mock.MockPrincipal
Construct a default Principal instance.
MockPrincipal(String) - Constructor for class org.apache.shale.test.mock.MockPrincipal
Construct a Principal with the specified name.
MockPrintWriter - Class in org.apache.shale.test.mock
Mock implementation of PrintWriter.
MockPrintWriter(CharArrayWriter) - Constructor for class org.apache.shale.test.mock.MockPrintWriter
Return a default instance.
MockPropertyResolver - Class in org.apache.shale.test.mock
Mock implementation of PropertyResolver.
MockPropertyResolver() - Constructor for class org.apache.shale.test.mock.MockPropertyResolver
Construct a default instance.
MockRenderKit - Class in org.apache.shale.test.mock
Mock implementation of RenderKit.
MockRenderKit() - Constructor for class org.apache.shale.test.mock.MockRenderKit
Return a default instance.
MockRenderKitFactory - Class in org.apache.shale.test.mock
Mock implementation of RenderKitFactory.
MockRenderKitFactory() - Constructor for class org.apache.shale.test.mock.MockRenderKitFactory
Return a default instance.
MockResponseWriter - Class in org.apache.shale.test.mock
Mock implementation of javax.faces.context.ResponseWriter.
MockResponseWriter(Writer, String, String) - Constructor for class org.apache.shale.test.mock.MockResponseWriter
Construct an instance wrapping the specified writer.
MockServlet - Class in org.apache.shale.test.mock
Mock implementation of Servlet.
MockServlet() - Constructor for class org.apache.shale.test.mock.MockServlet
Create a default Servlet instance.
MockServlet(ServletConfig) - Constructor for class org.apache.shale.test.mock.MockServlet
Create a new Servlet with the specified ServletConfig.
MockServletConfig - Class in org.apache.shale.test.mock
Mock implementation of ServletConfig.
MockServletConfig() - Constructor for class org.apache.shale.test.mock.MockServletConfig
Construct a default instance.
MockServletConfig(ServletContext) - Constructor for class org.apache.shale.test.mock.MockServletConfig
Construct an instance associated with the specified servlet context.
MockServletContext - Class in org.apache.shale.test.mock
Mock implementation of ServletContext.
MockServletContext() - Constructor for class org.apache.shale.test.mock.MockServletContext
 
MockServletOutputStream - Class in org.apache.shale.test.mock
Mock implementation of ServletOutputStream.
MockServletOutputStream(ByteArrayOutputStream) - Constructor for class org.apache.shale.test.mock.MockServletOutputStream
Return a default instance.
MockStateManager - Class in org.apache.shale.test.mock
Mock implementation of StateManager.
MockStateManager() - Constructor for class org.apache.shale.test.mock.MockStateManager
Construct a default instance.
MockValueBinding - Class in org.apache.shale.test.mock
Mock implementation of ValueBinding.
MockValueBinding() - Constructor for class org.apache.shale.test.mock.MockValueBinding
Construct a default instance.
MockValueBinding(Application, String) - Constructor for class org.apache.shale.test.mock.MockValueBinding
Construct a new value binding for the specified expression.
MockValueExpression - Class in org.apache.shale.test.el
Mock implementation of ValueExpression.
MockValueExpression(String, Class) - Constructor for class org.apache.shale.test.el.MockValueExpression
Construct a new expression for the specified expression string.
MockVariableMapper - Class in org.apache.shale.test.el
Mock implementation of VariableMapper.
MockVariableMapper() - Constructor for class org.apache.shale.test.el.MockVariableMapper
Creates a new instance of MockVariableMapper
MockVariableResolver - Class in org.apache.shale.test.mock
Mock implementation of VariableResolver.
MockVariableResolver() - Constructor for class org.apache.shale.test.mock.MockVariableResolver
Construct a default instance.
MockVariableValueExpression - Class in org.apache.shale.test.el
Mock implementation of ValueExpression that wraps a variable.
MockVariableValueExpression(Object, Class) - Constructor for class org.apache.shale.test.el.MockVariableValueExpression
Construct a new expression for the specified instance.
MockViewHandler - Class in org.apache.shale.test.mock
Mock implementation of ViewHandler.
MockViewHandler() - Constructor for class org.apache.shale.test.mock.MockViewHandler
Construct a default instance.

O

org.apache.shale.test.base - package org.apache.shale.test.base
 
org.apache.shale.test.cargo - package org.apache.shale.test.cargo
 
org.apache.shale.test.el - package org.apache.shale.test.el
 
org.apache.shale.test.htmlunit - package org.apache.shale.test.htmlunit
 
org.apache.shale.test.jmock - package org.apache.shale.test.jmock
 
org.apache.shale.test.mock - package org.apache.shale.test.mock
 

P

page - Variable in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
The most recently retrieved page from the server.
page() - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the currently stored page reference.
page(String) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Retrieve and return the page at the specified context relative path.
processAction(ActionEvent) - Method in class org.apache.shale.test.mock.MockActionListener
Process the specified ActionEvent.
putContext(Class, Object) - Method in class org.apache.shale.test.el.MockELContext
putValue(String, Object) - Method in class org.apache.shale.test.mock.MockHttpSession

R

redirect(String) - Method in class org.apache.shale.test.mock.MockExternalContext
ref() - Method in class org.apache.shale.test.mock.MockValueBinding
Return the expression string for this value binding.
release() - Method in class org.apache.shale.test.mock.MockFacesContext
release() - Method in class org.apache.shale.test.mock.MockFacesContext12
removeAttribute(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
removeAttribute(String) - Method in class org.apache.shale.test.mock.MockHttpSession
removeAttribute(String) - Method in class org.apache.shale.test.mock.MockServletContext
removeELContextListener(ELContextListener) - Method in class org.apache.shale.test.mock.MockApplication12
removePhaseListener(PhaseListener) - Method in class org.apache.shale.test.mock.MockLifecycle
removeValue(String) - Method in class org.apache.shale.test.mock.MockHttpSession
render(FacesContext) - Method in class org.apache.shale.test.mock.MockLifecycle
renderKit - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
renderKit - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
renderResponse() - Method in class org.apache.shale.test.mock.MockFacesContext
renderView(FacesContext, UIViewRoot) - Method in class org.apache.shale.test.mock.MockViewHandler
request - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
request - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
request - Variable in class org.apache.shale.test.mock.MockExternalContext
 
reset(HtmlPage) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Reset the stored page reference to the specified value.
reset() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
reset() - Method in class org.apache.shale.test.mock.MockPrintWriter
Reset this output stream so that it appears no content has been written.
reset() - Method in class org.apache.shale.test.mock.MockServletOutputStream
Reset this output stream so that it appears no content has been written.
resetBuffer() - Method in class org.apache.shale.test.mock.MockHttpServletResponse
resolveFunction(String, String) - Method in class org.apache.shale.test.el.MockFunctionMapper
resolveVariable(String) - Method in class org.apache.shale.test.el.MockVariableMapper
resolveVariable(FacesContext, String) - Method in class org.apache.shale.test.mock.MockVariableResolver
response - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
response - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
response - Variable in class org.apache.shale.test.mock.MockExternalContext
 
responseComplete() - Method in class org.apache.shale.test.mock.MockFacesContext
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class org.apache.shale.test.mock.MockStateManager
restoreState(FacesContext, Object) - Method in class org.apache.shale.test.mock.MockMethodBinding
restoreState(FacesContext, Object) - Method in class org.apache.shale.test.mock.MockValueBinding
restoreTreeStructure(FacesContext, String, String) - Method in class org.apache.shale.test.mock.MockStateManager
restoreView(FacesContext, String, String) - Method in class org.apache.shale.test.mock.MockStateManager
restoreView(FacesContext, String) - Method in class org.apache.shale.test.mock.MockViewHandler

S

saveSerializedView(FacesContext) - Method in class org.apache.shale.test.mock.MockStateManager
saveState(FacesContext) - Method in class org.apache.shale.test.mock.MockMethodBinding
saveState(FacesContext) - Method in class org.apache.shale.test.mock.MockValueBinding
sendError(int) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
sendError(int, String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
sendRedirect(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
service(ServletRequest, ServletResponse) - Method in class org.apache.shale.test.mock.MockServlet
servletContext - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
servletContext - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
session - Variable in class org.apache.shale.test.base.AbstractJsfTestCase
 
session - Variable in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
setActionListener(ActionListener) - Method in class org.apache.shale.test.mock.MockApplication
setApplication(Application) - Method in class org.apache.shale.test.mock.MockApplicationFactory
setApplication(Application) - Method in class org.apache.shale.test.mock.MockFacesContext
Set the Application instance for this instance.
setAttribute(String, Object) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
setAttribute(String, Object) - Method in class org.apache.shale.test.mock.MockHttpSession
setAttribute(String, Object) - Method in class org.apache.shale.test.mock.MockServletContext
setBufferSize(int) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setCharacterEncoding(String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
setCharacterEncoding(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setContentLength(int) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setContentType(String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setCurrentInstance(FacesContext) - Static method in class org.apache.shale.test.mock.MockFacesContext
Set the FacesContext instance for this instance.
setDateHeader(String, long) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setDefaultLocale(Locale) - Method in class org.apache.shale.test.mock.MockApplication
setDefaultRenderKitId(String) - Method in class org.apache.shale.test.mock.MockApplication
setDocumentRoot(File) - Method in class org.apache.shale.test.mock.MockServletContext
Set the document root for getRealPath() resolution.
setELContext(ELContext) - Method in class org.apache.shale.test.mock.MockFacesContext12
Set the ELContext instance for this instance.
setExternalContext(ExternalContext) - Method in class org.apache.shale.test.mock.MockFacesContext
Set the ExternalContext instance for this instance.
setHeader(String, String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setHttpSession(HttpSession) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Set the HttpSession associated with this request.
setId(String) - Method in class org.apache.shale.test.mock.MockHttpSession
Set the session identifier of this session.
setIntHeader(String, int) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setLocale(Locale) - Method in class org.apache.shale.test.el.MockELContext
setLocale(Locale) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Set the Locale associated with this request.
setLocale(Locale) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setMaxInactiveInterval(int) - Method in class org.apache.shale.test.mock.MockHttpSession
setMessageBundle(String) - Method in class org.apache.shale.test.mock.MockApplication
setName(String) - Method in class org.apache.shale.test.mock.MockPrincipal
Set the name for this Principal.
setNavigationHandler(NavigationHandler) - Method in class org.apache.shale.test.mock.MockApplication
setOutputStream(ServletOutputStream) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
Deprecated. Let the getOutputStream() method create and return an instance of MockServletOutputStream for you
setPathElements(String, String, String, String) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Set the parsed path elements associated with this request.
setPropertyResolved(boolean) - Method in class org.apache.shale.test.el.MockELContext
setPropertyResolver(PropertyResolver) - Method in class org.apache.shale.test.mock.MockApplication
setRequest(Object) - Method in class org.apache.shale.test.mock.MockExternalContext12
setRequestCharacterEncoding(String) - Method in class org.apache.shale.test.mock.MockExternalContext12
setRequestCookieMap(Map) - Method in class org.apache.shale.test.mock.MockExternalContext
Set the request cookie map for this request.
setRequestParameterMap(Map) - Method in class org.apache.shale.test.mock.MockExternalContext
Set the request parameter map for this request.
setResponse(Object) - Method in class org.apache.shale.test.mock.MockExternalContext12
setResponseCharacterEncoding(String) - Method in class org.apache.shale.test.mock.MockExternalContext12
setResponseStream(ResponseStream) - Method in class org.apache.shale.test.mock.MockFacesContext
setResponseWriter(ResponseWriter) - Method in class org.apache.shale.test.mock.MockFacesContext
setServletConfig(ServletConfig) - Method in class org.apache.shale.test.mock.MockServlet
Set the ServletConfig instance for this servlet.
setServletContext(ServletContext) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Set the ServletContext associated with this request.
setServletContext(ServletContext) - Method in class org.apache.shale.test.mock.MockHttpSession
Set the ServletContext associated with this session.
setServletContext(ServletContext) - Method in class org.apache.shale.test.mock.MockServletConfig
Set the servlet context for this application.
setStateManager(StateManager) - Method in class org.apache.shale.test.mock.MockApplication
setStatus(int) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setStatus(int, String) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
setSupportedLocales(Collection) - Method in class org.apache.shale.test.mock.MockApplication
setTransient(boolean) - Method in class org.apache.shale.test.mock.MockMethodBinding
setTransient(boolean) - Method in class org.apache.shale.test.mock.MockValueBinding
setUp() - Method in class org.apache.shale.test.base.AbstractJsfTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.shale.test.cargo.CargoTestSetup
Start the container prior to running the tests.
setUp() - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Set up the instance variables required for this test case.
setUp() - Method in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
setUserPrincipal(Principal) - Method in class org.apache.shale.test.mock.MockHttpServletRequest
Set the Principal associated with this request.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.shale.test.el.FacesImplicitObjectELResolver
Set the value of a scoped object for the specified name.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.shale.test.el.FacesPropertyResolverChainWrapper
Set the value of a property for the specified name.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.shale.test.el.FacesResourceBundleELResolver
Set the value of a scoped object for the specified name.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.shale.test.el.FacesScopedAttributeELResolver
Set the value of a scoped object for the specified name.
setValue(ELContext, Object, Object, Object) - Method in class org.apache.shale.test.el.FacesVariableResolverChainWrapper
Set the value of a scoped object for the specified name.
setValue(ELContext, Object) - Method in class org.apache.shale.test.el.MockValueExpression
Evaluate this expression relative to the specified context, and set the result to the specified value.
setValue(ELContext, Object) - Method in class org.apache.shale.test.el.MockVariableValueExpression
Evaluate this expression relative to the specified context, and set the result to the specified value.
setValue(Object, Object, Object) - Method in class org.apache.shale.test.mock.MockPropertyResolver
setValue(Object, int, Object) - Method in class org.apache.shale.test.mock.MockPropertyResolver
setValue(FacesContext, Object) - Method in class org.apache.shale.test.mock.MockValueBinding
setVariable(String, ValueExpression) - Method in class org.apache.shale.test.el.MockVariableMapper
setVariableResolver(VariableResolver) - Method in class org.apache.shale.test.mock.MockApplication
setViewHandler(ViewHandler) - Method in class org.apache.shale.test.mock.MockApplication
setViewRoot(UIViewRoot) - Method in class org.apache.shale.test.mock.MockFacesContext
setWriter(PrintWriter) - Method in class org.apache.shale.test.mock.MockHttpServletResponse
Deprecated. Let the getWriter() method create and return an instance of MockPrintWriter for you
size() - Method in class org.apache.shale.test.mock.MockPrintWriter
Return the number of characters that have been written to this writer.
size() - Method in class org.apache.shale.test.mock.MockServletOutputStream
Return the number of bytes that have been written to this output stream.
startDocument() - Method in class org.apache.shale.test.mock.MockResponseWriter
startElement(String, UIComponent) - Method in class org.apache.shale.test.mock.MockResponseWriter
submit(HtmlSubmitInput) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Submit the current page, using the specified component, and retrieve the subsequent page, saving a reference so that other utility methods may be used to retrieve information from it.
suite() - Static method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the set of tests included in this test suite.

T

tearDown() - Method in class org.apache.shale.test.base.AbstractJsfTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.shale.test.cargo.CargoTestSetup
Stop the container after running the tests.
tearDown() - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.shale.test.jmock.AbstractJmockJsfTestCase
 
title() - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Return the page title from the most recently retrieved page.

U

url - Variable in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
The calculated URL for the installed "systest" web application.
url(String) - Method in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
Calculate and return an absolute URL for the specified context relative path, which must begin with a '/' character.

W

webClient - Variable in class org.apache.shale.test.htmlunit.AbstractHtmlUnitTestCase
The web client for this test case.
write(char[], int, int) - Method in class org.apache.shale.test.mock.MockResponseWriter
write(int) - Method in class org.apache.shale.test.mock.MockServletOutputStream
Write the specified content to our internal cache.
writeAttribute(String, Object, String) - Method in class org.apache.shale.test.mock.MockResponseWriter
writeComment(Object) - Method in class org.apache.shale.test.mock.MockResponseWriter
writeState(FacesContext, StateManager.SerializedView) - Method in class org.apache.shale.test.mock.MockStateManager
writeState(FacesContext) - Method in class org.apache.shale.test.mock.MockViewHandler
writeText(Object, String) - Method in class org.apache.shale.test.mock.MockResponseWriter
writeText(char[], int, int) - Method in class org.apache.shale.test.mock.MockResponseWriter
writeURIAttribute(String, Object, String) - Method in class org.apache.shale.test.mock.MockResponseWriter

A B C D E F G H I L M O P R S T U W

Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.