com.stratelia.silverpeas.contentManager
Class ContentPeas

java.lang.Object
  extended by com.stratelia.silverpeas.contentManager.ContentPeas

public class ContentPeas
extends Object

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


Constructor Summary
ContentPeas(String sContentDescriptorPath)
           
 
Method Summary
 ContentInterface getContentInterface()
           
 String getContentInterfaceClass()
           
 String getSessionControlBeanName()
           
 String getType()
           
 List<String> getUserRoles()
           
 void setContentInterfaceClass(String sContentInterfaceClass)
           
 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

ContentPeas

public ContentPeas(String sContentDescriptorPath)
Method Detail

setType

public void setType(String sType)

getType

public String getType()

setContentInterfaceClass

public void setContentInterfaceClass(String sContentInterfaceClass)

getContentInterfaceClass

public String getContentInterfaceClass()

getContentInterface

public ContentInterface getContentInterface()
                                     throws Exception
Throws:
Exception

setUserRoles

public void setUserRoles(List<String> asUserRoles)

getUserRoles

public List<String> getUserRoles()

setSessionControlBeanName

public void setSessionControlBeanName(String sSessionControlBeanName)

getSessionControlBeanName

public String getSessionControlBeanName()


Copyright © 2016 Silverpeas. All Rights Reserved.