org.jasig.portlet.test.mvc.tests
Class DynamicTitleTest

java.lang.Object
  extended by org.jasig.portlet.test.mvc.tests.BasePortletTest
      extended by org.jasig.portlet.test.mvc.tests.DynamicTitleTest
All Implemented Interfaces:
PortletTest, org.springframework.beans.factory.BeanNameAware

@Controller(value="dynamicTitleTest")
@RequestMapping(value={"VIEW","EDIT","HELP","ABOUT"},
                params="currentTest=dynamicTitleTest")
public class DynamicTitleTest
extends BasePortletTest

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.jasig.portlet.test.mvc.tests.BasePortletTest
logger
 
Constructor Summary
DynamicTitleTest()
           
 
Method Summary
 String getTestName()
           
 void handleActionRequestInternal(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
protected  org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
Methods inherited from class org.jasig.portlet.test.mvc.tests.BasePortletTest
getTestKey, setBeanName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicTitleTest

public DynamicTitleTest()
Method Detail

getTestName

public String getTestName()

handleActionRequestInternal

@ActionMapping
public void handleActionRequestInternal(javax.portlet.ActionRequest request,
                                                      javax.portlet.ActionResponse response)
                                 throws Exception
Throws:
Exception

handleRenderRequestInternal

@RenderMapping
protected org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
                                                                                                 javax.portlet.RenderResponse response)
                                                                            throws Exception
Throws:
Exception


Copyright © 2012 Jasig. All Rights Reserved.