|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormattable
Interface that indicates whether or not a tag's output can be formatted with by a FormatTag
.
Method Summary | |
---|---|
void |
addFormatter(FormatTag.Formatter formatter)
Adds a FormatTag.Formatter instance to the tag's set of formatters. |
void |
formatterHasError()
Indicate that a formatter has reported an error so the formattable needs to make sure that the body content is output so the placement of the error is visible in the page. |
Method Detail |
---|
void addFormatter(FormatTag.Formatter formatter)
formatter
- the formatter instance to add to the IFormattable tag's set of formatters.void formatterHasError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |