Class DefaultViewElementPostProcessor<T extends ViewElement>

java.lang.Object
com.foreach.across.modules.web.ui.DefaultViewElementPostProcessor<T>
All Implemented Interfaces:
ViewElementPostProcessor<T>

public final class DefaultViewElementPostProcessor<T extends ViewElement> extends Object implements ViewElementPostProcessor<T>

Implementation that looks for a collection of ViewElementPostProcessors on the ViewElementBuilderContext and applies all of them. All ViewElementBuilderSupport instances will automatically execute this post processor when building.

The easiest way to add a default ViewElementPostProcessor is to use the static add(ViewElementBuilderContext, ViewElementPostProcessor) method.

Author:
Arne Vandamme