@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface AfterRender
BeginRender
, but occurs after the template and body of the component have been
rendered. Often, this is used to render a close tag. Return void or true (the default) to advance to the CleanupRender
phase. Return false to return to the BeginRender
phase.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.