org.ucmtwine.annotation
Annotation Type Filter


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Filter

Defines a UCM filter

Author:
tim

Required Element Summary
 String event
          The filter event to execute on.
 
Optional Element Summary
 int loadOrder
          The class/filter load order.
 String parameter
          The filter's parameter.
 

Element Detail

event

public abstract String event
The filter event to execute on.

NOTE: Because the Twine bootstrapper executes on the extraAfterConfigInit filter event, only filters that run after the extraAfterConfigInit event will work here.

loadOrder

public abstract int loadOrder
The class/filter load order.

Default:
100

parameter

public abstract String parameter
The filter's parameter.

Default:
""


Copyright © 2012. All Rights Reserved.