|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.linkmanagement.CmsPageLinks
Contains all link destinations (anchors) of a OpenCms page.
| Constructor Summary | |
CmsPageLinks(int resourceId)
Constructor. |
|
CmsPageLinks(int resourceId,
Vector linkTargets)
Constructor. |
|
| Method Summary | |
void |
addLinkTarget(String target)
adds a single target to the page. |
Vector |
getLinkTargets()
retuns the Vector with the link targets. |
int |
getResourceId()
returns the id of this. |
String |
getResourceName()
returns the resourcename |
void |
setOnline(boolean isOnline)
|
void |
setResourceName(String name)
sets the resourcename |
String |
toString()
Returns a string-representation for this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsPageLinks(int resourceId)
resourceId - The database id of the resource
public CmsPageLinks(int resourceId,
Vector linkTargets)
resourceId - The database id of the resourcelinkTargets - A Vector (of resourcenames, Strings) with the targets of the links| Method Detail |
public void addLinkTarget(String target)
public int getResourceId()
public String getResourceName()
public Vector getLinkTargets()
public void setOnline(boolean isOnline)
public void setResourceName(String name)
public String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||