|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.uwyn.rife.site.ValidationFormatter
public abstract class ValidationFormatter
Since this entire class has been deprecated it will not even be
tested anymore, use ValidationBuilder now instead.
| Field Summary | |
|---|---|
static String |
DEFAULT_ERROR_AREA_ID
Deprecated. |
static String |
DEFAULT_ERROR_CONTENT_ID
Deprecated. |
static String |
DEFAULT_ERROR_LINE_ID
Deprecated. |
static String |
DEFAULT_ERROR_MESSAGE_ID
Deprecated. |
| Constructor Summary | |
|---|---|
ValidationFormatter()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
highlightInvalidSubjects(Template template,
Collection<ValidationError> errors,
String highlightValuePrefix,
String highlightBlockId)
Deprecated. |
static void |
setErrorArea(Template template,
String content)
Deprecated. |
static void |
setErrorArea(Template template,
String content,
String errorMessageId,
String errorLineId,
String errorContentId,
String errorAreaId)
Deprecated. |
static void |
setValidationErrors(Template template,
Collection<ValidationError> errors)
Deprecated. |
static void |
setValidationErrors(Template template,
Collection<ValidationError> errors,
String errorMessageId,
String errorLineId,
String errorContentId,
String errorAreaId)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_ERROR_MESSAGE_ID
public static final String DEFAULT_ERROR_LINE_ID
public static final String DEFAULT_ERROR_CONTENT_ID
public static final String DEFAULT_ERROR_AREA_ID
| Constructor Detail |
|---|
public ValidationFormatter()
| Method Detail |
|---|
public static void setValidationErrors(Template template,
Collection<ValidationError> errors)
public static void setValidationErrors(Template template,
Collection<ValidationError> errors,
String errorMessageId,
String errorLineId,
String errorContentId,
String errorAreaId)
public static void setErrorArea(Template template,
String content)
public static void setErrorArea(Template template,
String content,
String errorMessageId,
String errorLineId,
String errorContentId,
String errorAreaId)
public static void highlightInvalidSubjects(Template template,
Collection<ValidationError> errors,
String highlightValuePrefix,
String highlightBlockId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||