org.openprivacy.reptile.extensions
Class Weblog

java.lang.Object
  |
  +--org.openprivacy.reptile.extensions.Weblog

public class Weblog
extends java.lang.Object

Misc code for working with weblogs.

Version:
$Id: Weblog.java,v 1.2 2001/09/29 00:28:03 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
Weblog()
           
 
Method Summary
 boolean isWeblog(java.lang.String location)
          Return true if the given URL is from the local user's weblog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Weblog

public Weblog()
Method Detail

isWeblog

public boolean isWeblog(java.lang.String location)
Return true if the given URL is from the local user's weblog.