|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CIntranet.beans.Path
Path
Cette classe permet de manipuler les informations relatives au chemin d'un dossier
En réalité, cette classe conserve la liste des dossiers traversés depuis la racine
jusqu'au dossier courant
(c)Copyright ESup-Portail 2004
Constructor Summary | |
Path(java.util.Collection path)
Constructeur |
Method Summary | |
java.util.Collection |
getPath()
Le chemin du dossier |
void |
setPath(java.util.Collection path)
Le chemin du dossier |
java.lang.String |
toXMLString()
La représentation XML de ce chemin |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Path(java.util.Collection path)
path
- Method Detail |
public void setPath(java.util.Collection path)
path
- public java.util.Collection getPath()
public java.lang.String toXMLString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |