private boolean isPortletModeAllowed(PortletMode mode)
throws PortletModeException {
if (mode == null) {
throw new PortletModeException(
EXCEPTIONS.getString("javax.portlet.PortletModeException.null"),
null);
}
return isPortletModeAllowedByPortlet(mode)