|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceUnavailableException | |
---|---|
dochelper |
Uses of ResourceUnavailableException in dochelper |
---|
Methods in dochelper that throw ResourceUnavailableException | |
---|---|
void |
AbstractTableRecordSet.checkParams()
Checks that the parameters are correct for the TableRecordSet defined by the implementing subclass. |
void |
Configurable.checkParams()
Checks that the parameters are correct for this type of Renderer. |
void |
FileRecordSet.checkParams()
Checks that the parameters are correct for this File Record Set. |
void |
FileRenderer.checkParams()
Checks that the parameters are correct for this File Record Set. |
void |
MatchOrderProcessor.checkParams()
|
void |
NaturalOrderParamProcessor.checkParams()
|
void |
URLRecordSet.checkParams()
Checks that the parameters are correct for this File Record Set. |
protected abstract void |
AbstractTableRecordSet.checkParamsImpl()
Subclass should implement this method |
protected void |
JdbcTableRecordSet.checkParamsImpl()
|
ResultNode |
AbstractTableRecordSet.execute(ResultNode doc)
Main method of RecordSet. |
ResultNode |
FileRecordSet.execute(ResultNode doc)
Main method of FileRecordSet. |
void |
FileRenderer.execute(ResultNode doc)
Main method of the File Renderer. |
ResultNode |
RecordSet.execute(ResultNode doc)
Main method of RecordSet. |
void |
Renderer.execute(ResultNode doc)
Main method of the renderer. |
ResultNode |
URLRecordSet.execute(ResultNode doc)
Main method of URLRecordSet. |
protected abstract java.util.List<Record> |
AbstractTableRecordSet.getRecords()
Method used to retrieve a list of Record s for this RecordSet. |
protected java.util.List<Record> |
JdbcTableRecordSet.getRecords()
|
void |
AbstractTableRecordSet.init()
Initialize the Table Record Set. |
void |
Configurable.init()
Initialize the Renderer. |
void |
FileRecordSet.init()
Initialize the Record Set. |
void |
FileRenderer.init()
File Renderer needs no initialization. |
void |
MatchOrderProcessor.init()
|
void |
NaturalOrderParamProcessor.init()
|
void |
URLRecordSet.init()
Initialize the Record Set. |
protected abstract void |
AbstractTableRecordSet.initImpl()
Subclass should implement this method. |
protected void |
JdbcTableRecordSet.initImpl()
|
private static Configurable |
DocHelper.parseConfigurable(org.w3c.dom.Element node)
|
(package private) static void |
DocHelper.parseDocumentDefintion(org.w3c.dom.Document doc)
|
private static Processor |
DocHelper.parseProcessor(org.w3c.dom.Element node)
|
private static RecordSet |
DocHelper.parseRecordSet(org.w3c.dom.Element node,
java.lang.String name)
|
private static Renderer |
DocHelper.parseRenderer(org.w3c.dom.Element node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |