Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cocoon.callback: Javadoc index of package org.apache.cocoon.callback.


Package Samples:

org.apache.cocoon.callback

Classes:

XMLEventDescriptor: The XMLEventDescriptor represents an event that can be encoded and run later. I needed an additional interface to represent this information because the XMLSource needs a way to identify what is an acceptible event type. TODO: Should this include a reference to the Environment? TODO: Should we use standard formats such as URNs?
DefaultCallBackHandler: The DefaultCallBackHandler is a proof of concept. It should be made to dynamically assign XMLEventDescriptors. For now, I am merely performing XInclude functionality.
XMLCallBack: The XMLCallBack interface represents logic that will be executed every time it is invoked. TODO: SHould this include a reference to the Environment?
CallBackHandler: The CallBackHandler interface resolves the types of callback events that an XML document may have.
XMLSource: The XMLSource represents a CallBack enabled XML document.

Home | Contact Us | Privacy Policy | Terms of Service