public class NodeMatch extends DynamoServlet
Select the next DOM node that matches a pattern.
These are the parameters for the NodeMatch droplet:
Document node,
then the whole document will be searched.
comment()select a comment child of the current node widget-orderselect the next widget-order element widget-order[@id=1111]select the widget-order element with the id attribute 1111 widget-order/@idselect the value of the id attribute for the next widget-order element
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
protected static java.lang.String |
EMPTY_PARAM
The name of the empty open parameter
|
protected static java.lang.String |
FAILURE_PARAM
The name of the failure open parameter
|
protected static java.lang.String |
MATCH_PARAM
The name of the match input parameter
|
protected static java.lang.String |
MATCHED_PARAM
The name of the matched output parameter
|
protected static java.lang.String |
NODE_PARAM
The name of the node input parameter
|
protected static java.lang.String |
OUTPUT_PARAM
The name of the output open parameter
|
protected static java.lang.String |
UNSET_PARAM
The name of the unset open parameter
|
mAllowCleanupRequest, mParametersSERVLET_INFO_KEYSERVICE_INFO_KEYDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
NodeMatch() |
| Modifier and Type | Method and Description |
|---|---|
atg.xml.tools.XMLToolsFactory |
getXmlToolsFactory()
The XMLToolsFactory used by this component.
|
void |
service(DynamoHttpServletRequest pReq,
DynamoHttpServletResponse pRes)
The service() method for this droplet.
|
void |
setXmlToolsFactory(atg.xml.tools.XMLToolsFactory pXMLToolsFactory)
The XMLToolsFactory used by this component.
|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, init, service, service, setParameterdestroy, getServletConfig, getServletInfo, setServletInfogetAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatisticsaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic static java.lang.String CLASS_VERSION
protected static java.lang.String NODE_PARAM
protected static java.lang.String MATCH_PARAM
protected static java.lang.String UNSET_PARAM
protected static java.lang.String FAILURE_PARAM
protected static java.lang.String EMPTY_PARAM
protected static java.lang.String OUTPUT_PARAM
protected static java.lang.String MATCHED_PARAM
public void setXmlToolsFactory(atg.xml.tools.XMLToolsFactory pXMLToolsFactory)
public atg.xml.tools.XMLToolsFactory getXmlToolsFactory()
public void service(DynamoHttpServletRequest pReq, DynamoHttpServletResponse pRes) throws javax.servlet.ServletException, java.io.IOException
service in class DynamoServletpReq - the request to be processedpRes - the response object for this requestjavax.servlet.ServletException - an application specific error occurred
processing this requestjava.io.IOException - an error occurred reading data from the request
or writing data to the response.