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

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

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

Version:
$Revision: 25761 $
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.jasig.portlet.test.mvc.tests.BasePortletTest
logger
 
Constructor Summary
GetExpectedUserAttributesTest()
           
 
Method Summary
 String getTestName()
           
 void handleActionRequestInternal(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
           
 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

GetExpectedUserAttributesTest

public GetExpectedUserAttributesTest()
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
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
                                                                                              javax.portlet.RenderResponse response)
                                                                         throws Exception
Throws:
Exception


Copyright © 2012 Jasig. All Rights Reserved.