org.apache.cocoon.components.deli
Interface Deli
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- DeliImpl
public interface Deli
- extends Component
A component for providing CC/PP and UAProf support using the DELI
library.
- Version:
- CVS $Id: Deli.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Mark H. Butler
ROLE
static final String ROLE
getUACapabilities
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
com.hp.hpl.deli.Profile getProfile(Request theRequest)
throws IOException,
ServletException,
Exception
- Throws:
IOException
ServletException
Exception
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.