31573158315931603161316231633164316531663167
} // Check authorization if (!isActionAuthorized(ENABLE)) { throw new UnauthorizedActionException(this, ENABLE); } // Check whether this will result in an actual change if (!getModelComparator().compare(this, object)) {
30703071307230733074307530763077307830793080
30583059306030613062306330643065306630673068
786787788789790791792793
{ if (log.isDebugEnabled()) { log.debug("Page not allowed to render: " + this); } throw new UnauthorizedActionException(this, Component.RENDER); } }
30503051305230533054305530563057305830593060
888889890891892893894895896897898
{ 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;
30623063306430653066306730683069307030713072
30993100310131023103310431053106310731083109
30163017301830193020302130223023302430253026
871872873874875876877878879880881