* Click on any classname, attribute, or operation for a javadoc tooltip.

Class: ContentFeed

Kevin A. Burton $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Class: ContentTransformerMap

Kevin A. Burton $Id: ContentTransformerMap.java,v 1.3 2001/12/20 01:56:46 burton Exp $

Class: ReptileServlet

Handles providing a URL infrastructure for Reptile.Kevin A. Burton $Id: ReptileServlet.java,v 1.50 2002/02/14 07:47:45 burton Exp $

Package: org.openprivacy.reptile
<< java.lang.Object >>
org.openprivacy.reptile.ContentFeed

Operation: setTitle

Set the value of title.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: getTitle

Get the value of title.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: setDescription

Set the value of description.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: getDescription

Get the value of description.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: setContentType

Set the value of contentType.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: getContentType

Get the value of contentType.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: getLocation

Get the value of location.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: setLocation

Set the value of location.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $

Operation: getSource

Get the value of source.Kevin A. Burton

Operation: setSource

Set the value of source.Kevin A. Burton

+ setTitle ( title : String ) : void
+ getTitle ( ) : String
+ setDescription ( description : String ) : void
+ getDescription ( ) : String
+ setContentType ( contentType : String ) : void
+ getContentType ( ) : String
+ getLocation ( ) : String
+ setLocation ( location : String ) : void
+ getSource ( ) : String
+ setSource ( source : String ) : void
<< java.lang.Object >>
org.openprivacy.reptile.ContentTransformerMap

Operation: isSupportedContentType

Return true if this content type is supported.burtonator $Id: ContentTransformerMap.java,v 1.3 2001/12/20 01:56:46 burton Exp $

Operation: isPreferredContentType

Return the preferred contentType. If we have content which provides multiple formats, use this first.burtonator $Id: ContentTransformerMap.java,v 1.3 2001/12/20 01:56:46 burton Exp $

Operation: getInstance

Get an instance of the ContentTransformerMap.burtonator $Id: ContentTransformerMap.java,v 1.3 2001/12/20 01:56:46 burton Exp $

+ isSupportedContentType ( contentType : String ) : boolean
+ isPreferredContentType ( contentType : String ) : boolean
+ getInstance ( ) : ContentTransformerMap
<< javax.servlet.http.HttpServlet >>
org.openprivacy.reptile.ReptileServlet

Operation: init

Initialize Talon. Any thing which needs a ServletConfig should be done first and then we should call the ReptileInitializer.burtonator

Operation: doGet

Handle HTTP operations...HttpServlet#doGet burtonator

Operation: doPost

#doGet burtonator

Operation: destroy

Kevin A. Burton

+ init ( config : ServletConfig ) : void
+ doGet ( request : HttpServletRequest response : HttpServletResponse ) : void
+ doPost ( request : HttpServletRequest response : HttpServletResponse ) : void
+ destroy ( ) : void