com.stratelia.silverpeas.containerManager
Class ContainerPeas
java.lang.Object
com.stratelia.silverpeas.containerManager.ContainerPeas
public class ContainerPeas
- extends Object
This class represents one container descriptor in memory (read from the xml)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerPeas
public ContainerPeas(String sContainerDescriptorPath)
setType
public void setType(String sType)
getType
public String getType()
setContainerInterface
public void setContainerInterface(String sContainerInterface)
getContainerInterface
public ContainerInterface getContainerInterface()
throws Exception
- Throws:
Exception
setUserRoles
public void setUserRoles(List<String> asUserRoles)
getUserRoles
public List<String> getUserRoles()
setReturnURL
public void setReturnURL(String sReturnURL)
getReturnURL
public String getReturnURL()
setSessionControlBeanName
public void setSessionControlBeanName(String sSessionControlBeanName)
getSessionControlBeanName
public String getSessionControlBeanName()
setClassifyURLIcone
public void setClassifyURLIcone(URLIcone ClassifyURLIcone)
getClassifyURLIcone
public URLIcone getClassifyURLIcone()
Copyright © 2016 Silverpeas. All Rights Reserved.