| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.nucleus.TimedOperationService
atg.nucleus.servlet.ServletService
atg.nucleus.servlet.HttpServletService
atg.servlet.DynamoServlet
atg.droplet.xml.NodeMatch
public class NodeMatch
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 
| Field Summary | |
|---|---|
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  | 
| Fields inherited from class atg.servlet.DynamoServlet | 
|---|
mAllowCleanupRequest, mParameters | 
| Fields inherited from class atg.nucleus.servlet.ServletService | 
|---|
SERVLET_INFO_KEY | 
| Fields inherited from class atg.nucleus.GenericService | 
|---|
SERVICE_INFO_KEY | 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
|---|
DEFAULT_LOG_TRACE_STATUS | 
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging | 
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS | 
| Constructor Summary | |
|---|---|
NodeMatch()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class atg.servlet.DynamoServlet | 
|---|
doDelete, doGet, doPost, doPut, getParameter, getParameters, getServletContext, service, service, setParameter | 
| Methods inherited from class atg.nucleus.servlet.ServletService | 
|---|
destroy, getServletConfig, getServletInfo, init, setServletInfo | 
| Methods inherited from class atg.nucleus.TimedOperationService | 
|---|
getAverageRequestHandlingTime, getHandledRequestCount, getRequestStartTime, getTotalRequestHandlingTime, isKeepingStatistics, notifyHandledRequest, resetStatistics, setKeepingStatistics | 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public 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
| Constructor Detail | 
|---|
public NodeMatch()
| Method Detail | 
|---|
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 request
javax.servlet.ServletException - an application specific error occurred
 processing this request
java.io.IOException - an error occurred reading data from the request
 or writing data to the response.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||