@Controller(value="exceptionThrowingTest")
@RequestMapping(value={"VIEW","EDIT","HELP","ABOUT"},
params="currentTest=exceptionThrowingTest")
public class ExceptionThrowingTest
extends BasePortletTest
| Modifier and Type | Field and Description |
|---|---|
static String |
THROW_EXCEPTION_PARAMETER |
static String |
THROW_EXECEPTION_APPLICATION_SESSION |
static String |
THROW_EXECEPTION_PORTLET_SESSION |
logger| Constructor and Description |
|---|
ExceptionThrowingTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExceptionThrowing(javax.portlet.PortletRequest request) |
protected String |
getFormattedDate() |
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) |
getTestKey, setBeanNamepublic static final String THROW_EXECEPTION_APPLICATION_SESSION
public static final String THROW_EXECEPTION_PORTLET_SESSION
public static final String THROW_EXCEPTION_PARAMETER
public 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 void doExceptionThrowing(javax.portlet.PortletRequest request)
throws javax.portlet.PortletException
javax.portlet.PortletExceptionprotected String getFormattedDate()
Copyright © 2016 Jasig. All Rights Reserved.