| |
|
| java.lang.Object org.apache.lenya.cms.linking.LinkTarget
LinkTarget | public class LinkTarget (Code) | | The target of a link.
|
LinkTarget | protected LinkTarget(Document doc, int revisionNumber)(Code) | | Ctor.
Parameters: doc - The document. Parameters: revisionNumber - The revision number. |
LinkTarget | protected LinkTarget(Document doc)(Code) | | Ctor.
Parameters: doc - The document. |
LinkTarget | protected LinkTarget()(Code) | | Ctor for non-existing targets.
|
exists | public boolean exists()(Code) | | if the target exists. |
getRevisionNumber | public int getRevisionNumber() throws LinkException(Code) | | The revision number. throws: LinkException - if the target doesn't exist or no revision numberis specified in the link. |
isRevisionSpecified | public boolean isRevisionSpecified()(Code) | | if the revision is specified in the link. |
|
|
|