com.stratelia.silverpeas.containerManager
Class ContainerPeas

java.lang.Object
  extended by com.stratelia.silverpeas.containerManager.ContainerPeas

public class ContainerPeas
extends Object

This class represents one container descriptor in memory (read from the xml)


Constructor Summary
ContainerPeas(String sContainerDescriptorPath)
           
 
Method Summary
 URLIcone getClassifyURLIcone()
           
 ContainerInterface getContainerInterface()
           
 String getReturnURL()
           
 String getSessionControlBeanName()
           
 String getType()
           
 List<String> getUserRoles()
           
 void setClassifyURLIcone(URLIcone ClassifyURLIcone)
           
 void setContainerInterface(String sContainerInterface)
           
 void setReturnURL(String sReturnURL)
           
 void setSessionControlBeanName(String sSessionControlBeanName)
           
 void setType(String sType)
           
 void setUserRoles(List<String> asUserRoles)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerPeas

public ContainerPeas(String sContainerDescriptorPath)
Method Detail

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.