public abstract class GlueAbstractController extends Object implements org.springframework.web.portlet.mvc.Controller, org.springframework.web.portlet.mvc.EventAwareController
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger
logger
|
Constructor and Description |
---|
GlueAbstractController() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
afterHandleActionRequest(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse,
GluePortletContext ctx) |
protected abstract void |
afterHandleEventRequest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse,
GluePortletContext ctx) |
protected abstract org.springframework.web.portlet.ModelAndView |
afterHandleRenderRequest(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
GluePortletContext ctx) |
protected abstract GluePortletContext |
beforeHandleActionRequest(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected abstract GluePortletContext |
beforeHandleEventRequest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse) |
protected abstract GluePortletContext |
beforeHandleRenderRequest(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
void |
handleActionRequest(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
1.
|
void |
handleEventRequest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse) |
org.springframework.web.portlet.ModelAndView |
handleRenderRequest(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse) |
public final void handleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws Exception
1. GlueContext ±¸¼º 2. ServiceName À¯¹« È®ÀÎ 3. GlueService½ÇÇà
handleActionRequest
in interface org.springframework.web.portlet.mvc.Controller
Exception
public final org.springframework.web.portlet.ModelAndView handleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws Exception
handleRenderRequest
in interface org.springframework.web.portlet.mvc.Controller
Exception
public final void handleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse) throws Exception
handleEventRequest
in interface org.springframework.web.portlet.mvc.EventAwareController
Exception
protected abstract GluePortletContext beforeHandleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
actionRequest
- actionResponse
- protected abstract void afterHandleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse, GluePortletContext ctx)
actionRequest
- actionResponse
- ctx
- protected abstract GluePortletContext beforeHandleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
renderRequest
- renderResponse
- protected abstract org.springframework.web.portlet.ModelAndView afterHandleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse, GluePortletContext ctx)
renderRequest
- renderResponse
- ctx
- protected abstract GluePortletContext beforeHandleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse)
eventRequest
- eventResponse
- protected abstract void afterHandleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse, GluePortletContext ctx)
eventRequest
- eventResponse
- ctx
- Copyright © 2013–2019 POSCO ICT. All rights reserved.