A C D E F G H I L M N O P Q R S T

A

addCommands() - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
 
addCookie(String, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
addCookie(Cookie) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
addCookie(Cookie) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
addDateHeader(String, long) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
addHeader(String, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
addHeader(String, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
AddingCommand - Class in org.apache.commons.chain.impl
Implementation of Command that logs its identifier and and attempts to add a new Command to the Chain.
AddingCommand() - Constructor for class org.apache.commons.chain.impl.AddingCommand
 
AddingCommand(String, Chain) - Constructor for class org.apache.commons.chain.impl.AddingCommand
 
addInitParameter(String, String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
addInitParameter(String, String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
addIntHeader(String, int) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
addParameter(String, String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
addParameter(String, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
addProperty(String, String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
attributes - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
attributes - Variable in class org.apache.commons.chain.web.servlet.MockHttpSession
 

C

catalog - Variable in class org.apache.commons.chain.config.ConfigParser2TestCase
The Catalog to contain our configured commands.
catalog - Variable in class org.apache.commons.chain.config.ConfigParserTestCase
The Catalog to contain our configured commands.
catalog - Variable in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
The instance of Catalog to use when looking up commands
catalog - Variable in class org.apache.commons.chain.generic.LookupCommandTestCase
The instance of Catalog to use when looking up commands
catalog - Variable in class org.apache.commons.chain.impl.CatalogBaseTestCase
The Catalog instance under test.
CatalogBaseTestCase - Class in org.apache.commons.chain.impl
Test case for the CatalogBase class.
CatalogBaseTestCase(String) - Constructor for class org.apache.commons.chain.impl.CatalogBaseTestCase
Construct a new instance of this test case.
CatalogFactoryBaseTestCase - Class in org.apache.commons.chain.impl
Test case for the CatalogFactoryBase class.
CatalogFactoryBaseTestCase(String) - Constructor for class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Construct a new instance of this test case.
chain - Variable in class org.apache.commons.chain.impl.ChainBaseTestCase
The Chain instance under test.
ChainBaseTestCase - Class in org.apache.commons.chain.impl
Test case for the ChainBase class.
ChainBaseTestCase(String) - Constructor for class org.apache.commons.chain.impl.ChainBaseTestCase
Construct a new instance of this test case.
ChainProcessorTestCase - Class in org.apache.commons.chain.web.servlet
Test case for ChainProcessor.
ChainProcessorTestCase(String) - Constructor for class org.apache.commons.chain.web.servlet.ChainProcessorTestCase
Construct a new instance of this test case.
ChainResourcesTestCase - Class in org.apache.commons.chain.web
 
ChainResourcesTestCase(String) - Constructor for class org.apache.commons.chain.web.ChainResourcesTestCase
Construct a new instance of this test case.
ChainResourcesTestCase.TestData - Class in org.apache.commons.chain.web
 
ChainResourcesTestCase.TestData(String, String[]) - Constructor for class org.apache.commons.chain.web.ChainResourcesTestCase.TestData
 
check(Context, PortletGetLocaleCommand) - Method in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
check(Context, ServletGetLocaleCommand) - Method in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
check(Context, ServletGetLocaleCommand) - Method in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
checkAttributeCount(int) - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
checkCommandCount(int) - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
checkCommandCount(int) - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
checkCommandCount(int) - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
 
checkCommandCount(int) - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
checkEntrySet(Map, boolean) - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
checkEntrySet(Map, boolean) - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
checkExecuteLog(String) - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
checkExecuteLog(String) - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
checkExecuteLog(String) - Method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
 
checkExecuteLog(String) - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
 
checkExecuteLog(String) - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
checkMapSize(Map, int) - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
checkMapSize(Map, int) - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
command - Variable in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
The DispatchLookupCommand instance under test.
command - Variable in class org.apache.commons.chain.generic.LookupCommandTestCase
The LookupCommand instance under test.
command - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
command - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
command - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
ConfigParser2TestCase - Class in org.apache.commons.chain.config
Test case identical to ConfigParserTestCase except that it uses the define rule to define aliases for the commands and chains used in the test.
ConfigParser2TestCase(String) - Constructor for class org.apache.commons.chain.config.ConfigParser2TestCase
Construct a new instance of this test case.
ConfigParserTestCase - Class in org.apache.commons.chain.config
Test Case for org.apache.commons.chain.config.ConfigParser.
ConfigParserTestCase(String) - Constructor for class org.apache.commons.chain.config.ConfigParserTestCase
Construct a new instance of this test case.
containsHeader(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
context - Variable in class org.apache.commons.chain.config.ConfigParser2TestCase
The Context to use for execution tests.
context - Variable in class org.apache.commons.chain.config.ConfigParserTestCase
The Context to use for execution tests.
context - Variable in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
The Context instance on which to execute the chain.
context - Variable in class org.apache.commons.chain.generic.LookupCommandTestCase
The Context instance on which to execute the chain.
context - Variable in class org.apache.commons.chain.impl.ChainBaseTestCase
The Context instance on which to execute the chain.
context - Variable in class org.apache.commons.chain.impl.ContextBaseTestCase
The Context instance under test.
context - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
context - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
context - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
ContextBaseTestCase - Class in org.apache.commons.chain.impl
Test case for the ContextBase class.
ContextBaseTestCase(String) - Constructor for class org.apache.commons.chain.impl.ContextBaseTestCase
Construct a new instance of this test case.
contextPath - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
cookies - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
createContext() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
createContext() - Method in class org.apache.commons.chain.impl.TestContextTestCase
 
createContext() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
createContext() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 

D

data - Variable in class org.apache.commons.chain.web.ChainResourcesTestCase
 
DelegatingCommand - Class in org.apache.commons.chain.impl
Implementation of Command that logs its identifier and and delegates to the rest of the chain.
DelegatingCommand() - Constructor for class org.apache.commons.chain.impl.DelegatingCommand
 
DelegatingCommand(String) - Constructor for class org.apache.commons.chain.impl.DelegatingCommand
 
DelegatingFilter - Class in org.apache.commons.chain.impl
Implementation of Filter that logs its identifier and and delegates to the rest of the chain.
DelegatingFilter() - Constructor for class org.apache.commons.chain.impl.DelegatingFilter
 
DelegatingFilter(String, String) - Constructor for class org.apache.commons.chain.impl.DelegatingFilter
 
DispatchCommandTestCase - Class in org.apache.commons.chain.generic
 
DispatchCommandTestCase(String) - Constructor for class org.apache.commons.chain.generic.DispatchCommandTestCase
 
DispatchLookupCommandTestCase - Class in org.apache.commons.chain.generic
Test case for the DispatchLookupCommand class.
DispatchLookupCommandTestCase(String) - Constructor for class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
Construct a new instance of this test case.

E

encodeRedirectUrl(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
encodeUrl(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
encodeURL(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
equals(Object) - Method in class org.apache.commons.chain.web.MockPrincipal
 
ExceptionCommand - Class in org.apache.commons.chain.impl
Implementation of Command that logs its identifier and and throws an Exception.
ExceptionCommand() - Constructor for class org.apache.commons.chain.impl.ExceptionCommand
 
ExceptionCommand(String) - Constructor for class org.apache.commons.chain.impl.ExceptionCommand
 
ExceptionFilter - Class in org.apache.commons.chain.impl
Implementation of Filter that logs its identifier and and throws an Exception.
ExceptionFilter() - Constructor for class org.apache.commons.chain.impl.ExceptionFilter
 
ExceptionFilter(String, String) - Constructor for class org.apache.commons.chain.impl.ExceptionFilter
 
execute(Context) - Method in class org.apache.commons.chain.config.TestCommand
 
execute(Context, Chain) - Method in class org.apache.commons.chain.impl.AddingCommand
 
execute(Context) - Method in class org.apache.commons.chain.impl.DelegatingCommand
 
execute(Context) - Method in class org.apache.commons.chain.impl.DelegatingFilter
 
execute(Context, Chain) - Method in class org.apache.commons.chain.impl.ExceptionCommand
 
execute(Context) - Method in class org.apache.commons.chain.impl.NonDelegatingCommand
 
execute(Context) - Method in class org.apache.commons.chain.impl.NonDelegatingFilter
 
expectedAttributeCount() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 

F

factory - Variable in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
The CatalogFactory instance under test.
flushBuffer() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 

G

getAttribute(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getAttribute(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getAttribute(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getAttribute(String, int) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getAttribute(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getAttribute(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getAttribute(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getAttributeNames() - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getAttributeNames() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getAttributeNames() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getAttributeNames(int) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getAttributeNames() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getAttributeNames() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getAttributeNames() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getAuthType() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getAuthType() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getBar() - Method in class org.apache.commons.chain.config.TestCommand
 
getBufferSize() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
getCharacterEncoding() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getCharacterEncoding() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
getCommands() - Method in class org.apache.commons.chain.config.TestChain
 
getContentLength() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getContentType() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getContentType() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
getContext(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getContextPath() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getContextPath() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getCookies() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getCreationTime() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getCreationTime() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getDateHeader(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getExpected() - Method in class org.apache.commons.chain.web.ChainResourcesTestCase.TestData
 
getFoo() - Method in class org.apache.commons.chain.config.TestCommand
 
getHeader(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getHeaderNames() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getHeaders(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getId() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getId() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getId2() - Method in class org.apache.commons.chain.impl.ExceptionFilter
 
getId2() - Method in class org.apache.commons.chain.impl.NonDelegatingFilter
 
getInitParameter(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getInitParameter(String) - Method in class org.apache.commons.chain.web.servlet.MockServletConfig
Get a specified init parameter.
getInitParameter(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getInitParameterNames() - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getInitParameterNames() - Method in class org.apache.commons.chain.web.servlet.MockServletConfig
Get the init parameter names.
getInitParameterNames() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getInput() - Method in class org.apache.commons.chain.web.ChainResourcesTestCase.TestData
 
getInputStream() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getIntHeader(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getLastAccessedTime() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getLastAccessedTime() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getLocalAddr() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getLocale() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getLocale() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getLocale() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
getLocales() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getLocales() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getLocalName() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getLocalPort() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getMajorVersion() - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getMajorVersion() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getMaxInactiveInterval() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getMaxInactiveInterval() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getMethod() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getMimeType(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getMimeType(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getMinorVersion() - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getMinorVersion() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getName() - Method in class org.apache.commons.chain.web.MockPrincipal
 
getNamedDispatcher(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getNamedDispatcher(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getOutputStream() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
getParameter(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getParameter(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getParameterMap() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getParameterMap() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getParameterNames() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getParameterNames() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getParameterValues(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getParameterValues(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getPathInfo() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getPathTranslated() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getPortalContext() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getPortletContext() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
getPortletContextName() - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getPortletMode() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getPortletSession() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getPortletSession(boolean) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getPreferences() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getProperties(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getProperty(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getPropertyNames() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getProtocol() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getQueryString() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getReader() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getReadOnly() - Method in class org.apache.commons.chain.impl.TestContext
 
getReadWrite() - Method in class org.apache.commons.chain.impl.TestContext
 
getRealPath(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getRealPath(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRealPath(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getRemoteAddr() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRemoteHost() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRemotePort() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRemoteUser() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getRemoteUser() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getRequestDispatcher(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getRequestedSessionId() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getRequestedSessionId() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRequestURI() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getRequestURL() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getResource(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getResource(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getResourceAsStream(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getResourceAsStream(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getResourcePaths(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getResourcePaths(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getResponseContentType() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getResponseContentTypes() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getScheme() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getScheme() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getServerInfo() - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
getServerInfo() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getServerName() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getServerName() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getServerPort() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getServerPort() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getServlet(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getServletContext() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getServletContext() - Method in class org.apache.commons.chain.web.servlet.MockServletConfig
Get the servlet context.
getServletContextName() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getServletName() - Method in class org.apache.commons.chain.web.servlet.MockServletConfig
Return the servlet name.
getServletNames() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getServletPath() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getServlets() - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
getSession() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getSession(boolean) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getSessionContext() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getUserPrincipal() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getUserPrincipal() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
getValue(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getValueNames() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
getWindowState() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
getWriter() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 

H

hashCode() - Method in class org.apache.commons.chain.web.MockPrincipal
 
hasMoreElements() - Method in class org.apache.commons.chain.web.MockEnumeration
 
headers - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 

I

id - Variable in class org.apache.commons.chain.impl.NonDelegatingCommand
 
id2 - Variable in class org.apache.commons.chain.impl.ExceptionFilter
 
id2 - Variable in class org.apache.commons.chain.impl.NonDelegatingFilter
 
invalidate() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
invalidate() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
isCommitted() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
isNew() - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
isNew() - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
isPortletModeAllowed(PortletMode) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
isRequestedSessionIdFromCookie() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
isRequestedSessionIdValid() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
isSecure() - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
isSecure() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
isUserInRole(String) - Method in class org.apache.commons.chain.web.MockPrincipal
 
isUserInRole(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
isUserInRole(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
isWindowStateAllowed(WindowState) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
iterator - Variable in class org.apache.commons.chain.web.MockEnumeration
 

L

load(String) - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
load(String) - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
locale - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
locale - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
locale - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
locale - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
log(Context, String) - Method in class org.apache.commons.chain.impl.NonDelegatingCommand
Log the specified id into a StringBuffer attribute named "log" in the specified context, creating it if necessary.
log(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
log(String, Throwable) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
log(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
log(Exception, String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
log(String, Throwable) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
LookupCommandTestCase - Class in org.apache.commons.chain.generic
Test case for the LookupCommand class.
LookupCommandTestCase(String) - Constructor for class org.apache.commons.chain.generic.LookupCommandTestCase
Construct a new instance of this test case.

M

main(String[]) - Static method in class org.apache.commons.chain.generic.DispatchCommandTestCase
 
MockEnumeration - Class in org.apache.commons.chain.web
General purpose Enumeration wrapper around an Iterator specified to our controller.
MockEnumeration(Iterator) - Constructor for class org.apache.commons.chain.web.MockEnumeration
 
MockHttpServletRequest - Class in org.apache.commons.chain.web.servlet
 
MockHttpServletRequest() - Constructor for class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
MockHttpServletRequest(HttpSession) - Constructor for class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
MockHttpServletRequest(String, String, String, String) - Constructor for class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
MockHttpServletRequest(String, String, String, String, HttpSession) - Constructor for class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
MockHttpServletResponse - Class in org.apache.commons.chain.web.servlet
 
MockHttpServletResponse() - Constructor for class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
MockHttpSession - Class in org.apache.commons.chain.web.servlet
 
MockHttpSession() - Constructor for class org.apache.commons.chain.web.servlet.MockHttpSession
 
MockHttpSession(ServletContext) - Constructor for class org.apache.commons.chain.web.servlet.MockHttpSession
 
MockPortletContext - Class in org.apache.commons.chain.web.portlet
 
MockPortletContext() - Constructor for class org.apache.commons.chain.web.portlet.MockPortletContext
 
MockPortletRequest - Class in org.apache.commons.chain.web.portlet
 
MockPortletRequest() - Constructor for class org.apache.commons.chain.web.portlet.MockPortletRequest
 
MockPortletRequest(String, PortletContext, PortletSession) - Constructor for class org.apache.commons.chain.web.portlet.MockPortletRequest
 
MockPortletSession - Class in org.apache.commons.chain.web.portlet
 
MockPortletSession() - Constructor for class org.apache.commons.chain.web.portlet.MockPortletSession
 
MockPortletSession(PortletContext) - Constructor for class org.apache.commons.chain.web.portlet.MockPortletSession
 
MockPrincipal - Class in org.apache.commons.chain.web
Mock Principal object for low-level unit tests.
MockPrincipal() - Constructor for class org.apache.commons.chain.web.MockPrincipal
 
MockPrincipal(String) - Constructor for class org.apache.commons.chain.web.MockPrincipal
 
MockPrincipal(String, String[]) - Constructor for class org.apache.commons.chain.web.MockPrincipal
 
MockServletConfig - Class in org.apache.commons.chain.web.servlet
Mock ServletConfig implementation.
MockServletConfig() - Constructor for class org.apache.commons.chain.web.servlet.MockServletConfig
Default Constructor.
MockServletConfig(String) - Constructor for class org.apache.commons.chain.web.servlet.MockServletConfig
Construct an instance with the specified name.
MockServletConfig(String, ServletContext) - Constructor for class org.apache.commons.chain.web.servlet.MockServletConfig
Construct an instance with the specified name and context.
MockServletContext - Class in org.apache.commons.chain.web.servlet
 
MockServletContext() - Constructor for class org.apache.commons.chain.web.servlet.MockServletContext
 

N

name - Variable in class org.apache.commons.chain.web.MockPrincipal
 
nextElement() - Method in class org.apache.commons.chain.web.MockEnumeration
 
NonDelegatingCommand - Class in org.apache.commons.chain.impl
Implementation of Command that simply logs its identifier and returns.
NonDelegatingCommand() - Constructor for class org.apache.commons.chain.impl.NonDelegatingCommand
 
NonDelegatingCommand(String) - Constructor for class org.apache.commons.chain.impl.NonDelegatingCommand
 
NonDelegatingFilter - Class in org.apache.commons.chain.impl
Implementation of Filter that logs its identifier and and returns true.
NonDelegatingFilter() - Constructor for class org.apache.commons.chain.impl.NonDelegatingFilter
 
NonDelegatingFilter(String, String) - Constructor for class org.apache.commons.chain.impl.NonDelegatingFilter
 

O

org.apache.commons.chain.config - package org.apache.commons.chain.config
 
org.apache.commons.chain.generic - package org.apache.commons.chain.generic
 
org.apache.commons.chain.impl - package org.apache.commons.chain.impl
 
org.apache.commons.chain.web - package org.apache.commons.chain.web
 
org.apache.commons.chain.web.portlet - package org.apache.commons.chain.web.portlet
 
org.apache.commons.chain.web.servlet - package org.apache.commons.chain.web.servlet
 

P

parameters - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
parser - Variable in class org.apache.commons.chain.config.ConfigParser2TestCase
The ConfigParser instance under test.
parser - Variable in class org.apache.commons.chain.config.ConfigParserTestCase
The ConfigParser instance under test.
pathInfo - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
pcontext - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
pcontext - Variable in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
PortletGetLocaleCommandTestCase - Class in org.apache.commons.chain.web.portlet
 
PortletGetLocaleCommandTestCase(String) - Constructor for class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
Construct a new instance of this test case.
PortletWebContextTestCase - Class in org.apache.commons.chain.web.portlet
Extension of ContextBaseTestCase to validate the extra functionality of this implementation.
PortletWebContextTestCase(String) - Constructor for class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
Construct a new instance of this test case.
postprocess(Context, Exception) - Method in class org.apache.commons.chain.impl.ExceptionFilter
 
postprocess(Context, Exception) - Method in class org.apache.commons.chain.impl.NonDelegatingFilter
 
principal - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
putValue(String, Object) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 

Q

queryString - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 

R

removeAttribute(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
removeAttribute(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
removeAttribute(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
removeAttribute(String, int) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
removeAttribute(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
removeAttribute(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
removeAttribute(String) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
removeValue(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
request - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
request - Variable in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
request - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
request - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
request - Variable in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
reset() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
resetBuffer() - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
response - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
response - Variable in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
response - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
response - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
response - Variable in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
returnWriteOnly() - Method in class org.apache.commons.chain.impl.TestContext
 
roles - Variable in class org.apache.commons.chain.web.MockPrincipal
 

S

scontext - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
scontext - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
scontext - Variable in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
sendError(int) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
sendError(int, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
sendRedirect(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
servletContext - Variable in class org.apache.commons.chain.web.servlet.MockHttpSession
 
ServletGetLocaleCommandTestCase - Class in org.apache.commons.chain.web.servlet
 
ServletGetLocaleCommandTestCase(String) - Constructor for class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
Construct a new instance of this test case.
servletPath - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
ServletSetLocaleCommandTestCase - Class in org.apache.commons.chain.web.servlet
 
ServletSetLocaleCommandTestCase(String) - Constructor for class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
Construct a new instance of this test case.
ServletWebContextTestCase - Class in org.apache.commons.chain.web.servlet
Extension of ContextBaseTestCase to validate the extra functionality of this implementation.
ServletWebContextTestCase(String) - Constructor for class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
Construct a new instance of this test case.
session - Variable in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
session - Variable in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
session - Variable in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
session - Variable in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
session - Variable in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
session - Variable in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
setAttribute(String, Object) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
setAttribute(String, Object) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setAttribute(String, Object) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
setAttribute(String, Object, int) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
setAttribute(String, Object) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
setAttribute(String, Object) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
setAttribute(String, Object) - Method in class org.apache.commons.chain.web.servlet.MockServletContext
 
setAuthType(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setBar(String) - Method in class org.apache.commons.chain.config.TestCommand
 
setBufferSize(int) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setContentLength(int) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setContentType(String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setContextPath(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setDateHeader(String, long) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setFoo(String) - Method in class org.apache.commons.chain.config.TestCommand
 
setHeader(String, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setHttpSession(HttpSession) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
setId(String) - Method in class org.apache.commons.chain.impl.NonDelegatingCommand
 
setId2(String) - Method in class org.apache.commons.chain.impl.ExceptionFilter
 
setId2(String) - Method in class org.apache.commons.chain.impl.NonDelegatingFilter
 
setInitParameter(String, String) - Method in class org.apache.commons.chain.web.servlet.MockServletConfig
Set a specified init parameter.
setIntHeader(String, int) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setLocale(Locale) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setLocale(Locale) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
setLocale(Locale) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setMaxInactiveInterval(int) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
setMaxInactiveInterval(int) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
setNew(boolean) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
setNew(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
setPathElements(String, String, String, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
setPortalContext(PortalContext) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setPortletContext(PortletContext) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setPortletContext(PortletContext) - Method in class org.apache.commons.chain.web.portlet.MockPortletSession
 
setPortletContextName(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
setPortletMode(PortletMode) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setPortletPreferences(PortletPreferences) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setPortletSession(PortletSession) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setReadWrite(String) - Method in class org.apache.commons.chain.impl.TestContext
 
setScheme(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setServerInfo(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletContext
 
setServerName(String) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setServerPort(int) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setServletContext(ServletContext) - Method in class org.apache.commons.chain.web.servlet.MockHttpSession
 
setStatus(int) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setStatus(int, String) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletResponse
 
setUp() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.generic.DispatchCommandTestCase
 
setUp() - Method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.impl.TestContextTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.web.servlet.ChainProcessorTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
Set up instance variables required by this test case.
setUserPrincipal(Principal) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setUserPrincipal(WindowState) - Method in class org.apache.commons.chain.web.portlet.MockPortletRequest
 
setUserPrincipal(Principal) - Method in class org.apache.commons.chain.web.servlet.MockHttpServletRequest
 
setWriteOnly(String) - Method in class org.apache.commons.chain.impl.TestContext
 
suite() - Static method in class org.apache.commons.chain.config.ConfigParser2TestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.config.ConfigParserTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.generic.LookupCommandTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.impl.CatalogBaseTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.impl.ChainBaseTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.impl.ContextBaseTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.impl.TestContextTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.web.servlet.ChainProcessorTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
Return the tests included in this test suite.

T

tearDown() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.generic.DispatchCommandTestCase
 
tearDown() - Method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.web.servlet.ChainProcessorTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
Tear down instance variables required by this test case.
testAddCommand() - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
 
testAlternateContext() - Method in class org.apache.commons.chain.generic.DispatchCommandTestCase
 
testApplicationScope() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testApplicationScope() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testAttributes() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
testCatalogIdentifier() - Method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Test getCatalog() method.
TestChain - Class in org.apache.commons.chain.config
Test implementation of Chain that exposes the getCommands() method publicy.
TestChain() - Constructor for class org.apache.commons.chain.config.TestChain
 
TestCommand - Class in org.apache.commons.chain.config
Test implementation of Command that exposes configurable properties.
TestCommand() - Constructor for class org.apache.commons.chain.config.TestCommand
 
testCommands() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testConfigured() - Method in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
testConfigured() - Method in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
testConfigured() - Method in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
testContains() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
TestContext - Class in org.apache.commons.chain.impl
Subclass of ContextBase to exercize the automatic delegation to properties of the Context class.
TestContext() - Constructor for class org.apache.commons.chain.impl.TestContext
 
TestContextTestCase - Class in org.apache.commons.chain.impl
Extension of ContextBaseTestCase to validate property delegation.
TestContextTestCase(String) - Constructor for class org.apache.commons.chain.impl.TestContextTestCase
Construct a new instance of this test case.
testCookies() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testCookies() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testDefaultCatalog() - Method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Test the default Catalog instance.
testDefaut() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testDefaut() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testDefaut() - Method in class org.apache.commons.chain.web.portlet.PortletGetLocaleCommandTestCase
 
testDefaut() - Method in class org.apache.commons.chain.web.servlet.ServletGetLocaleCommandTestCase
 
testDefaut() - Method in class org.apache.commons.chain.web.servlet.ServletSetLocaleCommandTestCase
 
testEquals() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
testEquals() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testEquals() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testExecute1a() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute1b() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute1c() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute1d() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute2a() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute2a() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute2a() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute2b() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute2b() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute2b() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute2c() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute2c() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute2c() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute2d() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute2d() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute2d() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute3a() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute3b() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute3c() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute4a() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute4a() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute4a() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute4b() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute4b() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute4b() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute4c() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute4c() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute4c() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecute4d() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testExecute4d() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testExecute4d() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testExecuteDispatchLookup_1a() - Method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
 
testExecuteDispatchLookup_2() - Method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
 
testExecuteDispatchLookup_3() - Method in class org.apache.commons.chain.generic.DispatchLookupCommandTestCase
 
testExecuteMethodLookup_1a() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
 
testExecuteMethodLookup_1b() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
 
testExecuteMethodLookup_2a() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
 
testExecuteMethodLookup_2b() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
 
testExecuteMethodLookup_3a() - Method in class org.apache.commons.chain.generic.LookupCommandTestCase
 
testGetCommand() - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
 
testGetPaths() - Method in class org.apache.commons.chain.web.ChainResourcesTestCase
 
testHeader() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testHeader() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testHeaderValues() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testHeaderValues() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testInitParam() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testInitParam() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testKeySet() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
testMethodDispatch() - Method in class org.apache.commons.chain.generic.DispatchCommandTestCase
 
testMethodKeyDispatch() - Method in class org.apache.commons.chain.generic.DispatchCommandTestCase
 
testNewInstance() - Method in class org.apache.commons.chain.impl.ChainBaseTestCase
 
testParam() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testParam() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testParamValues() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testParamValues() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testPristine() - Method in class org.apache.commons.chain.config.ConfigParser2TestCase
 
testPristine() - Method in class org.apache.commons.chain.config.ConfigParserTestCase
 
testPristine() - Method in class org.apache.commons.chain.impl.CatalogBaseTestCase
 
testPristine() - Method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Test a pristine instance of CatalogFactory.
testPristine() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
testPristine() - Method in class org.apache.commons.chain.impl.TestContextTestCase
 
testPristine() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testPristine() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testPutAll() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
testReadOnly() - Method in class org.apache.commons.chain.impl.TestContextTestCase
 
testReadWrite() - Method in class org.apache.commons.chain.impl.TestContextTestCase
 
testRelease() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testRelease() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testRequestScope() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testRequestScope() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testSeriaization() - Method in class org.apache.commons.chain.impl.ContextBaseTestCase
 
testSerialize() - Method in class org.apache.commons.chain.web.servlet.ChainProcessorTestCase
Test serialization.
testSessionScope() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testSessionScope() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testSessionScopeWithoutSession() - Method in class org.apache.commons.chain.web.portlet.PortletWebContextTestCase
 
testSessionScopeWithoutSession() - Method in class org.apache.commons.chain.web.servlet.ServletWebContextTestCase
 
testSpecificCatalog() - Method in class org.apache.commons.chain.impl.CatalogFactoryBaseTestCase
Test adding a specifically named Catalog instance.
testWriteOnly() - Method in class org.apache.commons.chain.impl.TestContextTestCase
 

A C D E F G H I L M N O P Q R S T

Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.