107108109110111112113114115116
} catch (Exception ignore) { this.getLogger().warn("Unable to initialize local portlet invoker.", ignore); } } } else { invoker = new PortletInvokerImpl(portletDefinition, this.servletConfig); } return invoker; }
137138139140141142143144145146
108109110111112113114115116117