com.stratelia.silverpeas.containerManager
Interface ContainerContext

All Known Implementing Classes:
ContainerContextImpl

public interface ContainerContext

This is the interfcae on data structure that the content JSP is going to use (built by the container router)


Method Summary
 URLIcone getClassifyURLIcone()
           
 String getClassifyURLWithParameters(String sComponentId, String sSilverContentId)
           
 String getReturnURL()
           
 List<Integer> getSilverContentIdByPosition(ContainerPositionInterface containerPosition, List<String> alComponentIds)
           
 ContainerPositionInterface getSilverContentIdSearchContext(int nSilverContentId, String sComponentId)
          Find the SearchContext for the given SilverContentId
 

Method Detail

getReturnURL

String getReturnURL()

getClassifyURLIcone

URLIcone getClassifyURLIcone()

getClassifyURLWithParameters

String getClassifyURLWithParameters(String sComponentId,
                                    String sSilverContentId)

getSilverContentIdSearchContext

ContainerPositionInterface getSilverContentIdSearchContext(int nSilverContentId,
                                                           String sComponentId)
Find the SearchContext for the given SilverContentId


getSilverContentIdByPosition

List<Integer> getSilverContentIdByPosition(ContainerPositionInterface containerPosition,
                                           List<String> alComponentIds)


Copyright © 2016 Silverpeas. All Rights Reserved.