|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectokapi.tools.OkapiToolErrorList
public class OkapiToolErrorList
Class OkapiToolErrorList Keeps a list of errors which should each be well-formed xhtml, and outputs them as an xhtml list for an error page
Constructor Summary | |
---|---|
OkapiToolErrorList()
Constructor OkapiToolErrorList |
Method Summary | |
---|---|
void |
add(java.lang.String error)
Method addError- error should be well formed xhtml |
java.lang.String |
getXml()
Method toString- returns an xhtml list of the errors |
int |
size()
returns the number of errors in this list |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OkapiToolErrorList()
Method Detail |
---|
public void add(java.lang.String error)
error
- public java.lang.String getXml()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |