| Attributes |
| Name | Required | Request-time | Type | Description |
| mask | false | true | java.lang.String | Mask of the client test. |
| testClass | false | true | java.lang.String | Test class to call for a server side test. |
| functionTest | false | true | java.lang.String | Client function test. This method is called if the mask test pass, and before calling an optional server test class. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |