| * Click on any classname, attribute, or operation for a javadoc tooltip. |
Package: org.openprivacy.reptile Class: ContentFeed
Kevin A. Burton $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $
<< java.lang.Object >>
org.openprivacy.reptile.ContentFeed
Operation: setTitle
Set the value oftitle.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ setTitle ( title : String ) : void Operation: getTitle
Get the value oftitle.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ getTitle ( ) : String Operation: setDescription
Set the value ofdescription.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ setDescription ( description : String ) : void Operation: getDescription
Get the value ofdescription.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ getDescription ( ) : String Operation: setContentType
Set the value ofcontentType.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ setContentType ( contentType : String ) : void Operation: getContentType
Get the value ofcontentType.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ getContentType ( ) : String Operation: getLocation
Get the value oflocation.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ getLocation ( ) : String Operation: setLocation
Set the value oflocation.burtonator $Id: ContentFeed.java,v 1.5 2001/12/23 08:50:14 burton Exp $+ setLocation ( location : String ) : void Operation: getSource
Get the value ofsource.Kevin A. Burton+ getSource ( ) : String Operation: setSource
Set the value ofsource.Kevin A. Burton+ setSource ( source : String ) : void Class: ContentTransformerMap
Kevin A. Burton $Id: ContentTransformerMap.java,v 1.3 2001/12/20 01:56:46 burton Exp $
<< 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 $+ isSupportedContentType ( contentType : String ) : boolean 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 $+ isPreferredContentType ( contentType : String ) : boolean Operation: getInstance
Get an instance of theContentTransformerMap.burtonator $Id: ContentTransformerMap.java,v 1.3 2001/12/20 01:56:46 burton Exp $+ getInstance ( ) : ContentTransformerMap 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 $
<< 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+ init ( config : ServletConfig ) : void Operation: doGet
Handle HTTP operations...HttpServlet#doGet burtonator+ doGet ( request : HttpServletRequest response : HttpServletResponse ) : void Operation: doPost
#doGet burtonator+ doPost ( request : HttpServletRequest response : HttpServletResponse ) : void Operation: destroy
Kevin A. Burton+ destroy ( ) : void