Class JessopDeclarations

java.lang.Object
com.randomnoun.common.jessop.JessopDeclarations

public class JessopDeclarations extends Object
This object contains values that are defined in the <%@ jessop ... %> declaration attributes.

The AbstractJessopScriptBuilder currently processes all <%@ ... %> declarations, including the jessop declarationType.

This class acts as a Plain Old Java Object (POJO) and does not perform any processing of directives.

Note that the target language is not stored in this class; the AbstractJessopScriptBuilder will change the JessopScriptBuilder implementation instead.

Author:
knoxg