Example #1
0
 public void init() throws PortletException {
   super.init();
   _responseJSP = getInitParameter("response-view");
   _defaultJSP = getInitParameter("view-template");
   _proxyHandler = new ProxyHandler();
   // create default portlet action
   log.info("init");
 }
 @Override
 public void init() throws PortletException {
   COUNTER = BigInteger.ZERO;
   EDIT_URL = getInitParameter(EDIT_TEMPLATE);
   super.init();
 }