org.apache.cocoon.components.deli
Interface Deli

All Known Implementing Classes:
DeliImpl

public interface Deli

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

Version:
CVS $Id: Deli.java 55383 2004-10-23 15:10:46Z cziegeler $
Author:
Mark H. Butler

Field Summary
static String ROLE
           
 
Method Summary
 com.hp.hpl.deli.Profile getProfile(Request theRequest)
           
 Document getUACapabilities(Request theRequest)
          Convert a profile stored as a vector of profile attributes to a DOM tree.
 

Field Detail

ROLE

public static final String ROLE
Method Detail

getUACapabilities

public Document getUACapabilities(Request theRequest)
                           throws IOException,
                                  Exception
Convert a profile stored as a vector of profile attributes to a DOM tree.

Parameters:
theRequest - The Request.
Returns:
The DOM tree.
Throws:
IOException
Exception

getProfile

public com.hp.hpl.deli.Profile getProfile(Request theRequest)
                                   throws IOException,
                                          ServletException,
                                          Exception
Throws:
IOException
ServletException
Exception


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.