public class TestDelegatingSelectorController
extends org.springframework.web.portlet.mvc.AbstractController
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_TEST_ATTR |
protected org.slf4j.Logger |
logger |
static String |
TEST_CONTROLLER_NAMES_ATTR |
| Constructor and Description |
|---|
TestDelegatingSelectorController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCurrentTestName(javax.portlet.PortletRequest request) |
Map<String,org.springframework.web.portlet.mvc.Controller> |
getTestControllers() |
protected 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) |
void |
setTestControllers(Map<String,org.springframework.web.portlet.mvc.Controller> testControllers) |
handleActionRequest, handleRenderRequest, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSessionapplyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSessiongetPortletContext, getTempDir, isContextRequired, setPortletContextpublic static final String CURRENT_TEST_ATTR
public static final String TEST_CONTROLLER_NAMES_ATTR
protected final org.slf4j.Logger logger
public Map<String,org.springframework.web.portlet.mvc.Controller> getTestControllers()
public void setTestControllers(Map<String,org.springframework.web.portlet.mvc.Controller> testControllers)
testControllers - the testControllers to setprotected void handleActionRequestInternal(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws Exception
handleActionRequestInternal in class org.springframework.web.portlet.mvc.AbstractControllerExceptionprotected org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws Exception
handleRenderRequestInternal in class org.springframework.web.portlet.mvc.AbstractControllerExceptionprotected String getCurrentTestName(javax.portlet.PortletRequest request)
Copyright © 2016 Jasig. All Rights Reserved.