public class CoordinatorAccessorServlet extends RecordAccessorServlet
Constructor and Description |
---|
CoordinatorAccessorServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init()
Initialize the servlet state.
|
doGet, generateData, getAccessor, getDocBuilder, getSemanticWriter, getTransformer, isDebug, setAccessor, setDebug, setSemanticWriter, writeXml
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init()
accessors
initialization parameter, which should be a
space-separated list of data accessor names. For each name specified,
the servlet looks for a parameter called
access.name.class, which specifies
what class to use for the SemanticAccessor. It looks for a configuration file in the config
directory called name.xml to initialize that particular SemanticAccessor.
init
in class javax.servlet.GenericServlet