- 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
-
- 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.
- 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.
- 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.