org.apache.pluto.portalImpl.portlet.test
Class AbstractReflectivePortletTest
java.lang.Object
org.apache.pluto.portalImpl.portlet.test.AbstractReflectivePortletTest
- All Implemented Interfaces:
- PortletTest
- Direct Known Subclasses:
- ActionAbstractReflectivePortletTest, ComplexAttributeTest, ContextInitParameterTest, ExternalAppScopedAttributeTest, MiscTest, SecurityMappingTest, SimpleAttributeTest, SimpleParameterTest
- public abstract class AbstractReflectivePortletTest
- extends java.lang.Object
- implements PortletTest
- Author:
- David H. DeWolf
Method Summary |
TestResults |
doTest(javax.portlet.PortletContext context,
javax.portlet.PortletRequest req,
javax.portlet.PortletResponse res)
|
java.util.Map |
getRenderParameters(javax.portlet.PortletRequest req)
|
TestResult |
invoke(java.lang.reflect.Method method,
javax.portlet.PortletContext context,
javax.portlet.PortletRequest req,
javax.portlet.PortletResponse res)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractReflectivePortletTest
public AbstractReflectivePortletTest()
doTest
public TestResults doTest(javax.portlet.PortletContext context,
javax.portlet.PortletRequest req,
javax.portlet.PortletResponse res)
- Specified by:
doTest
in interface PortletTest
invoke
public TestResult invoke(java.lang.reflect.Method method,
javax.portlet.PortletContext context,
javax.portlet.PortletRequest req,
javax.portlet.PortletResponse res)
throws java.lang.IllegalAccessException,
java.lang.reflect.InvocationTargetException
- Throws:
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
getRenderParameters
public java.util.Map getRenderParameters(javax.portlet.PortletRequest req)
- Specified by:
getRenderParameters
in interface PortletTest
Copyright © 2003-2004 . All Rights Reserved.