|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.control.search.browse.TocQueryProvider
public class TocQueryProvider
Provides the rest query associated with a TOC item.
Constructor Summary | |
---|---|
TocQueryProvider()
Default constructor |
Method Summary | |
---|---|
static TocQueryProvider |
makeProviderInstance(TocContext context,
String className)
Makes a TocQueryProvider instance based upon a class name. |
void |
processQueryNode(TocContext context,
TocItem parent,
Node node)
Processes a TOC item's query node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TocQueryProvider()
Method Detail |
---|
public static TocQueryProvider makeProviderInstance(TocContext context, String className) throws ClassNotFoundException, InstantiationException, IllegalAccessException
context
- the operation contextclassName
- the fully qualified class name
ClassNotFoundException
- if the class was not found
InstantiationException
- if the class could not be instantiated
IllegalAccessException
- if the class could not be accessedpublic void processQueryNode(TocContext context, TocItem parent, Node node) throws Exception
context
- the operation contextparent
- the parent itemnode
- the query node
Exception
- if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |