public abstract class GlueAbstractController extends Object implements Controller, 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 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) |
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 Controller
Exception
public final ModelAndView handleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws Exception
handleRenderRequest
in interface Controller
Exception
public final void handleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse) throws Exception
handleEventRequest
in interface 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 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–2016 POSCO ICT. All rights reserved.