1 5 package org.exoplatform.portlet.exomvc.interceptor; 6 7 import javax.portlet.*; 8 import org.exoplatform.portlet.exomvc.config.PageConfig; 9 10 15 public interface Interceptor { 16 public void intercept(PageConfig pconfig, ActionRequest req, ActionResponse res) throws Exception ; 17 public void intercept(PageConfig pconfig, RenderRequest req, RenderResponse res) throws Exception ; 18 } 19 | Popular Tags |