@Controller(value="stateModeTest")
@RequestMapping(value={"VIEW","EDIT","HELP","ABOUT"},
params="currentTest=stateModeTest")
public class StateModeTest
extends BasePortletTest
logger| Constructor and Description |
|---|
StateModeTest() |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected List<String> |
toStringList(Enumeration<?> enumeration) |
getTestKey, setBeanNamepublic String getTestName()
@ActionMapping
public void handleActionRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
Exception@RenderMapping
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws Exception
Exceptionprotected List<String> toStringList(Enumeration<?> enumeration)
Copyright © 2016 Jasig. All Rights Reserved.