planetj.output
Interface IOutputProcessor
- All Known Implementing Classes:
- ExcelTable
- public interface IOutputProcessor
Main interface necessary to execute output processors.
Creation date: (11/25/2003 9:48:02 AM)
OUTPUT_CLASS
public static final java.lang.String OUTPUT_CLASS
- See Also:
- Constant Field Values
USE_EXISTING_RC_KEY
public static final java.lang.String USE_EXISTING_RC_KEY
- See Also:
- Constant Field Values
process
public void process(HttpServletRequest req,
HttpServletResponse res,
ExecutingContext ec)
throws CMException
- Throws:
CMException