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