org.apache.jetspeed.om.registry
Interface ContentURL
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- BaseContentURL
- public interface ContentURL
- extends java.io.Serializable
Interface describing a ContentURL in the registry
- Version:
- $Id: ContentURL.java,v 1.3 2004/02/23 03:11:39 jford Exp $
- Author:
- David Sean Taylor
getURL
public java.lang.String getURL()
- Returns:
- the string URL
setURL
public void setURL(java.lang.String value)
- Sets the string URL
- Parameters:
value
- the new URL value
isCacheKey
public boolean isCacheKey()
setCachedOnURL
public void setCachedOnURL(boolean cache)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.