777778779780781782783784
{ if (log.isDebugEnabled()) { log.debug("Page not allowed to render: " + this); } throw new UnauthorizedActionException(this, Component.RENDER); } }
30443045304630473048304930503051305230533054
} // Check authorization if (!isActionAuthorized(ENABLE)) { throw new UnauthorizedActionException(this, ENABLE); } // Check whether this will result in an actual change if (!getModelComparator().compare(this, object)) {
31073108310931103111311231133114311531163117
801802803804805806807808
30643065306630673068306930703071307230733074
31113112311331143115311631173118311931203121
889890891892893894895896897898899
{ 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;
31613162316331643165316631673168316931703171
30173018301930203021302230233024302530263027
806807808809810811812813814815816