listener = null;
}
}
private void addGBean(AbstractName name) {
ContextForward forward = (ContextForward) kernel.getProxyManager().createProxy(name, ContextForward.class);
forwards.put(forward.getPortalPathPrefix(), new ForwardData(getServletContext().getContext(forward.getPortletContextPath()),
forward.getPortletServletPath(), name));
}