org.jasig.portlet.test.mvc.tests
Class GetExpectedUserAttributesTest
java.lang.Object
org.jasig.portlet.test.mvc.tests.BasePortletTest
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetExpectedUserAttributesTest
public GetExpectedUserAttributesTest()
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.