| org.blojsom.blog.Pingback
All known Subclasses: org.blojsom.blog.database.DatabasePingback,
Pingback | public interface Pingback extends Trackback(Code) | | Pingback
author: David Czarnecki since: blojsom 3.0 version: $Id: Pingback.java,v 1.4 2007/01/17 02:35:16 czarneckid Exp $ |
getEscapedSourceURI | String getEscapedSourceURI()(Code) | | Get the escaped source URI
Escaped source URI |
getEscapedTargetURI | String getEscapedTargetURI()(Code) | | Get the escaped target URI
Escaped target URI |
getSourceURI | String getSourceURI()(Code) | | Get the source URI
Source URI |
getTargetURI | String getTargetURI()(Code) | | Get the target URI
Target URI |
setSourceURI | void setSourceURI(String sourceURI)(Code) | | Set the source URI
Parameters: sourceURI - Source URI |
setTargetURI | void setTargetURI(String targetURI)(Code) | | Set the target URI
Parameters: targetURI - Target URI |
|
|