PortletInvokerService invoker =
optionalContainerServices.getPortletInvokerService();
try {
ContainerInvocation.setInvocation(this, internalPortletWindow);
invoker.admin(internalRequest, internalResponse, internalPortletWindow);
} finally {
ContainerInvocation.clearInvocation();
}
debugWithName("Admin request complete.");