Uses of Class
com.poscoict.glueframework.context.GluePortletContext

Packages that use GluePortletContext
com.poscoict.glueframework.web.control.portlet package-info.java 
 

Uses of GluePortletContext in com.poscoict.glueframework.web.control.portlet
 

Methods in com.poscoict.glueframework.web.control.portlet that return GluePortletContext
protected  GluePortletContext GlueSimpleController.beforeHandleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected abstract  GluePortletContext GlueAbstractController.beforeHandleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  GluePortletContext GlueSimpleController.beforeHandleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse)
           
protected abstract  GluePortletContext GlueAbstractController.beforeHandleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse)
           
protected  GluePortletContext GlueSimpleController.beforeHandleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
protected abstract  GluePortletContext GlueAbstractController.beforeHandleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 

Methods in com.poscoict.glueframework.web.control.portlet with parameters of type GluePortletContext
protected  void GlueSimpleController.afterHandleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse, GluePortletContext ctx)
           
protected abstract  void GlueAbstractController.afterHandleActionRequest(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse, GluePortletContext ctx)
           
protected  void GlueSimpleController.afterHandleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse, GluePortletContext ctx)
           
protected abstract  void GlueAbstractController.afterHandleEventRequest(javax.portlet.EventRequest eventRequest, javax.portlet.EventResponse eventResponse, GluePortletContext ctx)
           
protected  org.springframework.web.portlet.ModelAndView GlueSimpleController.afterHandleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse, GluePortletContext ctx)
           
protected abstract  org.springframework.web.portlet.ModelAndView GlueAbstractController.afterHandleRenderRequest(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse, GluePortletContext ctx)
           
 



Copyright © 2013–2017 POSCO ICT. All rights reserved.