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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.