org.apache.cocoon.components.deli
Interface Deli

All Superinterfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
DeliImpl

public interface Deli
extends org.apache.avalon.framework.component.Component

A component for providing CC/PP and UAProf support using the DELI library.

Version:
CVS $Id: Deli.java,v 1.7 2002/02/22 07:00:07 cziegeler Exp $
Author:
Mark H. Butler

Field Summary
static java.lang.String ROLE
           
 
Method Summary
 org.w3c.dom.Document getUACapabilities(Request theRequest)
          Convert a profile stored as a vector of profile attributes to a DOM tree.
 

Field Detail

ROLE

public static final java.lang.String ROLE
Method Detail

getUACapabilities

public org.w3c.dom.Document getUACapabilities(Request theRequest)
                                       throws java.io.IOException,
                                              java.lang.Exception
Convert a profile stored as a vector of profile attributes to a DOM tree.
Parameters:
theRequest - The Request.
Returns:
The DOM tree.


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.