Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
WRITER |
"jamonWriter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ESCAPE_CODE |
"h" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ANNOTATE_TAG_IN_SUBCOMPONENT |
"<%annotate> tags only allowed at the top level of a document" |
public static final String |
CLASS_TAG_IN_SUBCOMPONENT |
"<%class> sections only allowed at the top level of a document" |
public static final String |
EMIT_ESCAPE_CODE_ERROR |
"Emit escaping code must be a letter" |
public static final String |
EMIT_MISSING_TAG_END_ERROR |
"Did not see expected \'%>\' to end a <% ... %> tag" |
public static final String |
ENCOUNTERED_ELSE_TAG_WITHOUT_PRIOR_IF_TAG |
"encountered <%else> tag without prior <%if ...%> tag" |
public static final String |
ENCOUNTERED_ELSEIF_TAG_WITHOUT_PRIOR_IF_TAG |
"encountered <%elseif ...%> tag without prior <%if ...%> tag" |
public static final String |
ESCAPE_TAG_IN_SUBCOMPONENT |
"<%escape> tags only allowed at the top level of a document" |
public static final String |
EXTENDS_TAG_IN_SUBCOMPONENT |
"<%extends ...> tag only allowed at the top level of a document" |
public static final String |
GENERIC_TAG_IN_SUBCOMPONENT |
"<%generic> tags only allowed at the top level of a document" |
public static final String |
IMPLEMENTS_TAG_IN_SUBCOMPONENT |
"<%implements> sections only allowed at the top level of a document" |
public static final String |
PARENT_ARGS_TAG_IN_SUBCOMPONENT |
"<%xargs> sections only allowed at the top level of a document" |
public static final String |
PARENT_MARKER_TAG_IN_SUBCOMPONENT |
"<%abstract> tag only allowed at the top level of a document" |
public static final String |
PERCENT_GREATER_THAN_EOF_ERROR |
"Reached end of file while looking for \'%>\'" |
public static final String |
REPLACEABLE_TAG_IN_SUBCOMPONENT |
"<%replaceable ...> tag only allowed at the top level of a document" |
public static final String |
REPLACES_TAG_IN_SUBCOMPONENT |
"<%replaces ...> tag only allowed at the top level of a document" |
public static final String |
UNEXPECTED_FRAGMENTS_CLOSE_ERROR |
"</&> tags can only be used to close call fragments" |
public static final String |
UNEXPECTED_NAMED_FRAGMENT_CLOSE_ERROR |
"</|> tags can only be used to close named call fragments" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_ARGS_CLOSE_TAG |
"malformed </%args> tag" |
public static final String |
BAD_JAVA_TYPE_SPECIFIER |
"Bad java type specifier" |
public static final String |
EOF_IN_JAVA_QUOTE_ERROR |
"Reached end of file while inside a java quote" |
public static final String |
INCOMPLETE_ARRAY_SPECIFIER_ERROR |
"Expecting \']\'" |
public static final String |
MALFORMED_TAG_ERROR |
"Malformed tag" |
public static final String |
NOT_AN_IDENTIFIER_ERROR |
"identifier exepected" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNEXPECTED_ARRAY_ERROR |
"Arrays not allowed in this context" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EOF_LOOKING_FOR_SEMI |
"Reached end of file while looking for \';\'" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FRAGMENTS_EOF_ERROR |
"Reached end of file while reading call fragments; \'</&>\' Expected" |
public static final String |
GENERIC_ERROR |
"Malformed call tag" |
public static final String |
INVALID_CALL_TARGET_ERROR |
"Invalid call target" |
public static final String |
MISSING_ARG_ARROW_ERROR |
"Expecting \'=\' or \'=>\' to separate param name and value" |
public static final String |
MISSING_CALL_CLOSE_ERROR |
"Expecting \'&>\'" |
public static final String |
MISSING_GENERIC_PARAM_CLOSE_ERROR |
"Expecing \',\' or \'>\'" |
public static final String |
PARAM_VALUE_EOF_ERROR |
"Reached end of file while reading parameter value" |
public static final String |
UNEXPECTED_IN_MULTI_FRAG_ERROR |
"Expecting either \'<|identifier>\' or \'</&>\'" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EXPECTING_GREATER |
"Expecting \'>\'" |
public static final String |
FRAGMENT_ARGUMENT_HAS_NO_NAME |
"Fragment argument has no name" |
public static final String |
NEED_SEMI |
"Expecting a \';\'" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ENCOUNTERED_MULTIPLE_ELSE_TAGS_FOR_ONE_IF_TAG |
"encountered multiple <%else> tags for one <%if ...%> tag" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MISSING_WHITESPACE_AFTER_STATIC_DECLARATION |
"missing whitespace after static declaration" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMED_FRAGMENT_CLOSE_EXPECTED |
"Reached end of file while inside a named call fragment; \'</|>\' expected" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MALFORMED_PARENT_ARGS_CLOSE |
"Expecting parent arg declaration or \'</%xargs>\'" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
GENERIC_PATH_ERROR |
"Malformed path" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BAD_ABSMETH_CONTENT |
"<%absmeth> sections can only contain <%args> and <%frag> blocks" |
public static final String |
EXPECTING_ARROW |
"Expecting \'=\' or \'=>\'" |
public static final String |
EXPECTING_IMPLEMENTS_CLOSE |
"Expecting class name or </%implements>" |
public static final String |
EXPECTING_IMPORTS_CLOSE |
"Expecting import or </%import>" |
public static final String |
EXPECTING_SEMI |
"Expecting \';\'" |
public static final String |
MALFORMED_ANNOTATE_TAG_ERROR |
"Malformed <%annotate...> tag" |
public static final String |
MALFORMED_EXTENDS_TAG_ERROR |
"Malformed <%extends ...> tag" |
public static final String |
MALFORMED_REPLACES_TAG_ERROR |
"Malformed <%replaces ...> tag" |
public static final String |
UNRECOGNIZED_ANNOTATION_TYPE_ERROR |
"Unrecognized annotation type" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FRAGMENT_CLOSE_EXPECTED |
"Reached end of file while inside a call fragment; \'</&>\' expected" |
Copyright © 2003–2015 Jamon developers. All rights reserved.