30113012301330143015301630173018301930203021
} // Check authorization if (!isActionAuthorized(ENABLE)) { throw new UnauthorizedActionException(this, ENABLE); } // Check whether this will result in an actual change if (!getModelComparator().compare(this, object)) {
897898899900901902903904905906907
{ if (log.isDebugEnabled()) { log.debug("Page not allowed to render: " + this); } throw new UnauthorizedActionException(this, Component.RENDER); } // Make sure it is really empty renderedComponents = null;
777778779780781782783784
{ if (log.isDebugEnabled()) { log.debug("Page not allowed to render: " + this); } throw new UnauthorizedActionException(this, Component.RENDER); } }
30603061306230633064306530663067306830693070
871872873874875876877878879880881
30313032303330343035303630373038303930403041
30493050305130523053305430553056305730583059
773774775776777778779780
30583059306030613062306330643065306630673068
31553156315731583159316031613162316331643165