org.apache.pluto.testsuite.test
Class DispatcherRequestTest

java.lang.Object
  extended by org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
      extended by org.apache.pluto.testsuite.test.DispatcherRequestTest
All Implemented Interfaces:
PortletTest

public class DispatcherRequestTest
extends AbstractReflectivePortletTest


Nested Class Summary
static class DispatcherRequestTest.CompanionServlet
           
 
Constructor Summary
DispatcherRequestTest()
           
 
Method Summary
protected  TestResult checkContextPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkGetContextPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkGetQueryString(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkGetRequestURI(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkGetServletPath(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkPathInfo(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkQueryString(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkRequestURI(PortletContext context, PortletRequest request, PortletResponse response)
           
protected  TestResult checkServletPath(PortletContext context, PortletRequest request, PortletResponse response)
           
 
Methods inherited from class org.apache.pluto.testsuite.test.AbstractReflectivePortletTest
doHeaders, doTest, getConfig, getInitParameters, getRenderParameters, getTestSuiteName, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DispatcherRequestTest

public DispatcherRequestTest()
Method Detail

checkPathInfo

protected TestResult checkPathInfo(PortletContext context,
                                   PortletRequest request,
                                   PortletResponse response)
                            throws IOException,
                                   PortletException
Throws:
IOException
PortletException

checkRequestURI

protected TestResult checkRequestURI(PortletContext context,
                                     PortletRequest request,
                                     PortletResponse response)
                              throws IOException,
                                     PortletException
Throws:
IOException
PortletException

checkGetRequestURI

protected TestResult checkGetRequestURI(PortletContext context,
                                        PortletRequest request,
                                        PortletResponse response)
                                 throws IOException,
                                        PortletException
Throws:
IOException
PortletException

checkContextPath

protected TestResult checkContextPath(PortletContext context,
                                      PortletRequest request,
                                      PortletResponse response)
                               throws IOException,
                                      PortletException
Throws:
IOException
PortletException

checkGetContextPath

protected TestResult checkGetContextPath(PortletContext context,
                                         PortletRequest request,
                                         PortletResponse response)
                                  throws IOException,
                                         PortletException
Throws:
IOException
PortletException

checkServletPath

protected TestResult checkServletPath(PortletContext context,
                                      PortletRequest request,
                                      PortletResponse response)
                               throws IOException,
                                      PortletException
Throws:
IOException
PortletException

checkGetServletPath

protected TestResult checkGetServletPath(PortletContext context,
                                         PortletRequest request,
                                         PortletResponse response)
                                  throws IOException,
                                         PortletException
Throws:
IOException
PortletException

checkQueryString

protected TestResult checkQueryString(PortletContext context,
                                      PortletRequest request,
                                      PortletResponse response)
                               throws IOException,
                                      PortletException
Throws:
IOException
PortletException

checkGetQueryString

protected TestResult checkGetQueryString(PortletContext context,
                                         PortletRequest request,
                                         PortletResponse response)
                                  throws IOException,
                                         PortletException
Throws:
IOException
PortletException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.