|
⇤ ← Revision 1 as of 2009-06-15 09:50:33
Size: 457
Comment:
|
← Revision 2 as of 2009-09-20 23:57:14 ⇥
Size: 457
Comment: converted to 1.6 markup
|
| No differences found! | |
//
Level for filters
public static enum FilterLevels {
- ENGINE("engine"), HOST("host"), CONTEXT("context"), WRAPPER("wrapper"); private final String readableName;
private FilterLevels(String readableName) {
- this.readableName = readableName;
- ENGINE("engine"), HOST("host"), CONTEXT("context"), WRAPPER("wrapper"); private final String readableName;