xdoclet.tagshandler
Class XDocletTagshandlerMessages
java.lang.Object
xdoclet.tagshandler.XDocletTagshandlerMessages
public final class XDocletTagshandlerMessages
extends java.lang.Object
- Ara Abrahamian (ara_e_w@yahoo.com)
ATTRIBUTE_NOT_SET_ERROR
public static final String ATTRIBUTE_NOT_SET_ERROR
- msg = "{0} attribute must be set!"
ID_PARAM_MISSING
public static final String ID_PARAM_MISSING
- msg = "{0} parameter not specified for id element. Ignoring id element."
ONLY_CALL_CONSTRUCTOR_NOT_NULL
public static final String ONLY_CALL_CONSTRUCTOR_NOT_NULL
- msg = "{0} can only be called when the current constructor is not null."
ONLY_CALL_FIELD_NOT_NULL
public static final String ONLY_CALL_FIELD_NOT_NULL
- msg = "{0} can only be called when the current field is not null."
ONLY_CALL_METHOD_NOT_NULL
public static final String ONLY_CALL_METHOD_NOT_NULL
- msg = "{0} can only be called when the current method is not null."
TAGDEF_COULDNT_DEF_HANDLER
public static final String TAGDEF_COULDNT_DEF_HANDLER
- msg = "Could not define tag handler class ''{0}'' for template tag ''{1}''."
TAGDEF_ILLEGALACCESS_EXCEPTION
public static final String TAGDEF_ILLEGALACCESS_EXCEPTION
- msg = "Could not instantiate class ''{0}'', not accessible. Template tag handler classes should have
a public no argument constructor."
TAGDEF_INSTANTIATION_EXCEPTION
public static final String TAGDEF_INSTANTIATION_EXCEPTION
- msg = "Could not instantiate class ''{0}''. Template tag handler classes should have a public no
argument constructor."