cziegeler 02/01/14 23:25:04
Modified: src/java/org/apache/cocoon/components/deli Deli.java
Log:
Cleaned up Deli interface
Revision Changes Path
1.3 +4 -26 xml-cocoon2/src/java/org/apache/cocoon/components/deli/Deli.java
Index: Deli.java
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/deli/Deli.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Deli.java 14 Jan 2002 15:23:39 -0000 1.2
+++ Deli.java 15 Jan 2002 07:25:04 -0000 1.3
@@ -12,46 +12,24 @@
import org.apache.cocoon.environment.Request;
import org.w3c.dom.Document;
import java.io.IOException;
-//import com.hp.hpl.deli.*;
/**
* A component for providing CC/PP and UAProf support using the DELI
* library.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Mark H. Butler</a>
- * @version CVS $ $ $Date: 2002/01/14 15:23:39 $
+ * @version CVS $ $ $Date: 2002/01/15 07:25:04 $
*/
public interface Deli extends Component {
String ROLE = "org.apache.cocoon.components.deli.Deli";
- /** Process a HttpServletRequest and either extract
- * CC/PP or UAProf information from it and use this information
- * to resolve a profile or examine the user agent string, match
- * this using the DELI legacy device database, and use this
- * information to retrieve the appropriate CC/PP profile.
- *
- *@param theRequest The Request.
- *@return The profile as a vector of profile attributes.
- *@exception IOException.
- *@exception ServletException.
- *@exception Exception.
- */
- //Profile getProfile(Request theRequest) throws IOException, Exception;
-
- /** Convert a profile stored as a vector of profile attributes
+ /**
+ * Convert a profile stored as a vector of profile attributes
* to a DOM tree.
*
- *@param theProfile The profile as a vector of profile attributes.
- *@return The DOM tree.
- */
- //Document getUACapabilities(Profile theProfile);
-
- /** Convert a profile stored as a vector of profile attributes
- * to a DOM tree.
- *
- *@param theProfile The profile as a vector of profile attributes.
+ *@param theRequest The Request.
*@return The DOM tree.
*/
Document getUACapabilities(Request theRequest)
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]