Creates page-wide definitions such as variables.

<%! declaration %>

Example:

<%! private String foo = null;
	public String getFoo() {return this.foo;} %>