org.apache.cocoon.example
Class DCPExample

java.lang.Object
  |
  +--org.apache.cocoon.dcp.DefaultDCPProcessor
        |
        +--org.apache.cocoon.dcp.ServletDCPProcessor
              |
              +--org.apache.cocoon.example.DCPExample

public class DCPExample
extends ServletDCPProcessor


Field Summary
private static int count
           
 
Fields inherited from class org.apache.cocoon.dcp.ServletDCPProcessor
request
 
Fields inherited from class org.apache.cocoon.dcp.DefaultDCPProcessor
document, parameters
 
Constructor Summary
DCPExample()
           
 
Method Summary
 int getCount()
           
 org.w3c.dom.Element getRequestParameters()
           
 java.lang.String getSystemDate(java.util.Dictionary parameters)
           
 
Methods inherited from class org.apache.cocoon.dcp.ServletDCPProcessor
init
 
Methods inherited from class org.apache.cocoon.dcp.DefaultDCPProcessor
createAttribute, createCDATASection, createComment, createDocumentFragment, createElement, createEntityReference, createProcessingInstruction, createTextNode
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

count

private static int count
Constructor Detail

DCPExample

public DCPExample()
Method Detail

getCount

public int getCount()

getSystemDate

public java.lang.String getSystemDate(java.util.Dictionary parameters)

getRequestParameters

public org.w3c.dom.Element getRequestParameters()


Copyright 1999 Java Apache Project. All Rights Reserved.