Uses of Class
com.stratelia.silverpeas.peasCore.MainSessionController

Packages that use MainSessionController
com.silverpeas.communicationUser.control   
com.silverpeas.communicationUser.servlets   
com.silverpeas.directory.control   
com.silverpeas.directory.servlets   
com.silverpeas.external.webConnections.control   
com.silverpeas.external.webConnections.servlets   
com.silverpeas.form Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on. 
com.silverpeas.formTemplate.servlets   
com.silverpeas.importExportPeas.control   
com.silverpeas.importExportPeas.servlets   
com.silverpeas.interestCenterPeas.control   
com.silverpeas.interestCenterPeas.servlets   
com.silverpeas.jobDomainPeas.control   
com.silverpeas.jobDomainPeas.servlets   
com.silverpeas.jobManagerPeas.control   
com.silverpeas.jobManagerPeas.servlets   
com.silverpeas.jobOrganizationPeas.control   
com.silverpeas.jobOrganizationPeas.servlets   
com.silverpeas.jobSearchPeas.control   
com.silverpeas.jobSearchPeas.servlets   
com.silverpeas.jobStartPagePeas.control   
com.silverpeas.jobStartPagePeas.servlets   
com.silverpeas.look   
com.silverpeas.myLinksPeas.control   
com.silverpeas.myLinksPeas.servlets   
com.silverpeas.notificationserver.channel.popup   
com.silverpeas.pdcSubscriptionPeas.control   
com.silverpeas.pdcSubscriptionPeas.servlets   
com.silverpeas.peasUtil   
com.silverpeas.sharing.control   
com.silverpeas.sharing.servlets   
com.silverpeas.socialnetwork.myContactProfil.control   
com.silverpeas.socialnetwork.myContactProfil.servlets   
com.silverpeas.socialnetwork.myProfil.control   
com.silverpeas.socialnetwork.myProfil.servlets   
com.silverpeas.socialnetwork.profil.control   
com.silverpeas.socialnetwork.profil.servlets   
com.silverpeas.templatedesigner.control   
com.silverpeas.templatedesigner.servlets   
com.silverpeas.thesaurusPeas.control   
com.silverpeas.thesaurusPeas.servlets   
com.silverpeas.thumbnail   
com.silverpeas.thumbnail.servlets   
com.silverpeas.workflowdesigner.control   
com.silverpeas.workflowdesigner.servlets   
com.stratelia.silverpeas.alertUserPeas.control   
com.stratelia.silverpeas.alertUserPeas.servlets   
com.stratelia.silverpeas.clipboardPeas.control   
com.stratelia.silverpeas.clipboardPeas.servlets   
com.stratelia.silverpeas.genericPanelPeas.control   
com.stratelia.silverpeas.genericPanelPeas.servlets   
com.stratelia.silverpeas.notificationserver.channel.popup   
com.stratelia.silverpeas.notificationserver.channel.silvermail   
com.stratelia.silverpeas.notificationUser.control   
com.stratelia.silverpeas.notificationUser.servlets   
com.stratelia.silverpeas.pdcPeas.control   
com.stratelia.silverpeas.pdcPeas.servlets   
com.stratelia.silverpeas.peasCore   
com.stratelia.silverpeas.peasCore.servlets   
com.stratelia.silverpeas.personalizationPeas.control   
com.stratelia.silverpeas.personalizationPeas.servlets   
com.stratelia.silverpeas.portlet   
com.stratelia.silverpeas.selectionPeas.control   
com.stratelia.silverpeas.selectionPeas.servlets   
com.stratelia.silverpeas.silverStatisticsPeas.control   
com.stratelia.silverpeas.silverStatisticsPeas.servlets   
com.stratelia.webactiv.agenda   
com.stratelia.webactiv.agenda.control   
com.stratelia.webactiv.agenda.servlets   
com.stratelia.webactiv.applicationIndexer.control   
com.stratelia.webactiv.todo   
com.stratelia.webactiv.todo.control   
com.stratelia.webactiv.todo.servlets   
com.stratelia.webactiv.util.viewGenerator.html   
com.stratelia.webactiv.util.viewGenerator.html.browseBars   
org.silverpeas.attachment.web   
org.silverpeas.servlet   
org.silverpeas.subscription.control   
org.silverpeas.subscription.servlets   
 

Uses of MainSessionController in com.silverpeas.communicationUser.control
 

Constructors in com.silverpeas.communicationUser.control with parameters of type MainSessionController
CommunicationUserSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Constructor declaration
 

Uses of MainSessionController in com.silverpeas.communicationUser.servlets
 

Methods in com.silverpeas.communicationUser.servlets with parameters of type MainSessionController
 CommunicationUserSessionController CommunicationUserRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.directory.control
 

Constructors in com.silverpeas.directory.control with parameters of type MainSessionController
DirectorySessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.directory.servlets
 

Methods in com.silverpeas.directory.servlets with parameters of type MainSessionController
 DirectorySessionController DirectoryRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.external.webConnections.control
 

Constructors in com.silverpeas.external.webConnections.control with parameters of type MainSessionController
WebConnectionsSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.external.webConnections.servlets
 

Methods in com.silverpeas.external.webConnections.servlets with parameters of type MainSessionController
 WebConnectionsSessionController WebConnectionsRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.form
 

Constructors in com.silverpeas.form with parameters of type MainSessionController
FormTemplateSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Uses of MainSessionController in com.silverpeas.formTemplate.servlets
 

Methods in com.silverpeas.formTemplate.servlets with parameters of type MainSessionController
 FormTemplateSessionController FormTemplateRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Uses of MainSessionController in com.silverpeas.importExportPeas.control
 

Constructors in com.silverpeas.importExportPeas.control with parameters of type MainSessionController
ImportExportSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
 

Uses of MainSessionController in com.silverpeas.importExportPeas.servlets
 

Methods in com.silverpeas.importExportPeas.servlets with parameters of type MainSessionController
 ImportExportSessionController ImportExportRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.interestCenterPeas.control
 

Constructors in com.silverpeas.interestCenterPeas.control with parameters of type MainSessionController
InterestCenterSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Constructor Creates new InterestCenter Session Controller
 

Uses of MainSessionController in com.silverpeas.interestCenterPeas.servlets
 

Methods in com.silverpeas.interestCenterPeas.servlets with parameters of type MainSessionController
 InterestCenterSessionController InterestCenterPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.jobDomainPeas.control
 

Constructors in com.silverpeas.jobDomainPeas.control with parameters of type MainSessionController
JobDomainPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.jobDomainPeas.servlets
 

Methods in com.silverpeas.jobDomainPeas.servlets with parameters of type MainSessionController
 JobDomainPeasSessionController JobDomainPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.jobManagerPeas.control
 

Constructors in com.silverpeas.jobManagerPeas.control with parameters of type MainSessionController
JobManagerPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.jobManagerPeas.servlets
 

Methods in com.silverpeas.jobManagerPeas.servlets with parameters of type MainSessionController
 JobManagerPeasSessionController JobManagerPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.jobOrganizationPeas.control
 

Constructors in com.silverpeas.jobOrganizationPeas.control with parameters of type MainSessionController
JobOrganizationPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.jobOrganizationPeas.servlets
 

Methods in com.silverpeas.jobOrganizationPeas.servlets with parameters of type MainSessionController
 JobOrganizationPeasSessionController JobOrganizationPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.jobSearchPeas.control
 

Constructors in com.silverpeas.jobSearchPeas.control with parameters of type MainSessionController
JobSearchPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.jobSearchPeas.servlets
 

Methods in com.silverpeas.jobSearchPeas.servlets with parameters of type MainSessionController
 JobSearchPeasSessionController JobSearchPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.jobStartPagePeas.control
 

Constructors in com.silverpeas.jobStartPagePeas.control with parameters of type MainSessionController
JobStartPagePeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.jobStartPagePeas.servlets
 

Methods in com.silverpeas.jobStartPagePeas.servlets with parameters of type MainSessionController
 JobStartPagePeasSessionController JobStartPagePeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.look
 

Methods in com.silverpeas.look that return MainSessionController
protected  MainSessionController LookSilverpeasV5Helper.getMainSessionController()
           
 

Methods in com.silverpeas.look with parameters of type MainSessionController
 void LookSilverpeasV5Helper.init(MainSessionController mainSessionController, ResourceLocator resources)
           
 void LookHelper.init(MainSessionController mainSessionController, ResourceLocator resources)
          Deprecated. 
 void PublicationHelper.setMainSessionController(MainSessionController mainSC)
           
 

Constructors in com.silverpeas.look with parameters of type MainSessionController
LookSilverpeasV5Helper(MainSessionController mainSessionController, ResourceLocator resources)
          Deprecated. 
 

Uses of MainSessionController in com.silverpeas.myLinksPeas.control
 

Constructors in com.silverpeas.myLinksPeas.control with parameters of type MainSessionController
MyLinksPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.myLinksPeas.servlets
 

Methods in com.silverpeas.myLinksPeas.servlets with parameters of type MainSessionController
 MyLinksPeasSessionController MyLinksPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.notificationserver.channel.popup
 

Methods in com.silverpeas.notificationserver.channel.popup with parameters of type MainSessionController
 POPUPSessionController POPUPRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Uses of MainSessionController in com.silverpeas.pdcSubscriptionPeas.control
 

Constructors in com.silverpeas.pdcSubscriptionPeas.control with parameters of type MainSessionController
PdcSubscriptionSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Constructor Creates new PdcSubscription Session Controller
 

Uses of MainSessionController in com.silverpeas.pdcSubscriptionPeas.servlets
 

Methods in com.silverpeas.pdcSubscriptionPeas.servlets with parameters of type MainSessionController
 PdcSubscriptionSessionController PdcSubscriptionPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.peasUtil
 

Methods in com.silverpeas.peasUtil that return MainSessionController
protected  MainSessionController RssServlet.getMainSessionController(javax.servlet.http.HttpServletRequest req)
           
 

Uses of MainSessionController in com.silverpeas.sharing.control
 

Constructors in com.silverpeas.sharing.control with parameters of type MainSessionController
FileSharingSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.sharing.servlets
 

Methods in com.silverpeas.sharing.servlets with parameters of type MainSessionController
 FileSharingSessionController FileSharingRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.socialnetwork.myContactProfil.control
 

Constructors in com.silverpeas.socialnetwork.myContactProfil.control with parameters of type MainSessionController
MyContactProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.socialnetwork.myContactProfil.servlets
 

Methods in com.silverpeas.socialnetwork.myContactProfil.servlets with parameters of type MainSessionController
 MyContactProfilSessionController MyContactProfilRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          create ComponentSession Controller
 

Uses of MainSessionController in com.silverpeas.socialnetwork.myProfil.control
 

Constructors in com.silverpeas.socialnetwork.myProfil.control with parameters of type MainSessionController
MyProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.socialnetwork.myProfil.servlets
 

Methods in com.silverpeas.socialnetwork.myProfil.servlets with parameters of type MainSessionController
 MyProfilSessionController MyProfilRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.socialnetwork.profil.control
 

Constructors in com.silverpeas.socialnetwork.profil.control with parameters of type MainSessionController
ProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.socialnetwork.profil.servlets
 

Methods in com.silverpeas.socialnetwork.profil.servlets with parameters of type MainSessionController
 ProfilSessionController ProfilRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.templatedesigner.control
 

Constructors in com.silverpeas.templatedesigner.control with parameters of type MainSessionController
TemplateDesignerSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.templatedesigner.servlets
 

Methods in com.silverpeas.templatedesigner.servlets with parameters of type MainSessionController
 TemplateDesignerSessionController TemplateDesignerRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.silverpeas.thesaurusPeas.control
 

Constructors in com.silverpeas.thesaurusPeas.control with parameters of type MainSessionController
ThesaurusSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
 

Uses of MainSessionController in com.silverpeas.thesaurusPeas.servlets
 

Methods in com.silverpeas.thesaurusPeas.servlets with parameters of type MainSessionController
 ThesaurusSessionController ThesaurusRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.silverpeas.thumbnail
 

Constructors in com.silverpeas.thumbnail with parameters of type MainSessionController
ThumbnailSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Uses of MainSessionController in com.silverpeas.thumbnail.servlets
 

Methods in com.silverpeas.thumbnail.servlets with parameters of type MainSessionController
 ThumbnailSessionController ThumbnailRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Uses of MainSessionController in com.silverpeas.workflowdesigner.control
 

Constructors in com.silverpeas.workflowdesigner.control with parameters of type MainSessionController
WorkflowDesignerSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.silverpeas.workflowdesigner.servlets
 

Methods in com.silverpeas.workflowdesigner.servlets with parameters of type MainSessionController
 WorkflowDesignerSessionController WorkflowDesignerRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.alertUserPeas.control
 

Constructors in com.stratelia.silverpeas.alertUserPeas.control with parameters of type MainSessionController
AlertUserPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.stratelia.silverpeas.alertUserPeas.servlets
 

Methods in com.stratelia.silverpeas.alertUserPeas.servlets with parameters of type MainSessionController
 AlertUserPeasSessionController AlertUserPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.clipboardPeas.control
 

Constructors in com.stratelia.silverpeas.clipboardPeas.control with parameters of type MainSessionController
ClipboardSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
          The ClipboardSessionController is built empty and will be later initialized.
 

Uses of MainSessionController in com.stratelia.silverpeas.clipboardPeas.servlets
 

Methods in com.stratelia.silverpeas.clipboardPeas.servlets with parameters of type MainSessionController
 ClipboardSessionController ClipboardRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.genericPanelPeas.control
 

Constructors in com.stratelia.silverpeas.genericPanelPeas.control with parameters of type MainSessionController
GenericPanelPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.stratelia.silverpeas.genericPanelPeas.servlets
 

Methods in com.stratelia.silverpeas.genericPanelPeas.servlets with parameters of type MainSessionController
 GenericPanelPeasSessionController GenericPanelPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.notificationserver.channel.popup
 

Constructors in com.stratelia.silverpeas.notificationserver.channel.popup with parameters of type MainSessionController
POPUPSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
          Constructor declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.notificationserver.channel.silvermail
 

Methods in com.stratelia.silverpeas.notificationserver.channel.silvermail with parameters of type MainSessionController
 SILVERMAILSessionController SILVERMAILRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Constructors in com.stratelia.silverpeas.notificationserver.channel.silvermail with parameters of type MainSessionController
SILVERMAILSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
          Constructor declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.notificationUser.control
 

Constructors in com.stratelia.silverpeas.notificationUser.control with parameters of type MainSessionController
NotificationUserSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Constructor declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.notificationUser.servlets
 

Methods in com.stratelia.silverpeas.notificationUser.servlets with parameters of type MainSessionController
 NotificationUserSessionController NotificationUserRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.pdcPeas.control
 

Constructors in com.stratelia.silverpeas.pdcPeas.control with parameters of type MainSessionController
PdcClassifySessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
PdcSearchSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
PdcSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
          Constructor declaration
PdcUtilizationSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
           
 

Uses of MainSessionController in com.stratelia.silverpeas.pdcPeas.servlets
 

Methods in com.stratelia.silverpeas.pdcPeas.servlets with parameters of type MainSessionController
 PdcClassifySessionController PdcClassifyRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 PdcSessionController PdcRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 PdcSearchSessionController PdcSearchRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 PdcUtilizationSessionController PdcUtilizationRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Uses of MainSessionController in com.stratelia.silverpeas.peasCore
 

Methods in com.stratelia.silverpeas.peasCore that return MainSessionController
 MainSessionController SilverpeasWebUtil.getMainSessionController(javax.servlet.http.HttpServletRequest request)
          Accessing the MainSessionController
 

Constructors in com.stratelia.silverpeas.peasCore with parameters of type MainSessionController
AbstractComponentSessionController(MainSessionController controller, ComponentContext context)
          Constructor declaration
AbstractComponentSessionController(MainSessionController controller, ComponentContext context, String resourceFileName)
          Constructor declaration
AbstractComponentSessionController(MainSessionController controller, ComponentContext context, String multilangFileName, String iconFileName)
           
AbstractComponentSessionController(MainSessionController controller, ComponentContext context, String multilangFileName, String iconFileName, String settingsFileName)
           
AbstractComponentSessionController(MainSessionController controller, String spaceId, String componentId)
          Constructor declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.peasCore.servlets
 

Methods in com.stratelia.silverpeas.peasCore.servlets that return MainSessionController
protected  MainSessionController SilverpeasAuthenticatedHttpServlet.getMainSessionController(javax.servlet.http.HttpServletRequest request)
          Retrieves the Main session controller.
 

Methods in com.stratelia.silverpeas.peasCore.servlets with parameters of type MainSessionController
abstract  T ComponentRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 T WebComponentRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
static String[] ComponentRequestRouter.getComponentId(javax.servlet.http.HttpServletRequest request, MainSessionController mainSessionCtrl)
           
 

Constructors in com.stratelia.silverpeas.peasCore.servlets with parameters of type MainSessionController
WebComponentController(MainSessionController controller, ComponentContext context)
           
WebComponentController(MainSessionController controller, ComponentContext context, String resourceFileName)
           
WebComponentController(MainSessionController controller, ComponentContext context, String multilangFileName, String iconFileName)
           
WebComponentController(MainSessionController controller, ComponentContext context, String multilangFileName, String iconFileName, String settingsFileName)
           
WebComponentController(MainSessionController controller, String spaceId, String componentId)
           
 

Uses of MainSessionController in com.stratelia.silverpeas.personalizationPeas.control
 

Constructors in com.stratelia.silverpeas.personalizationPeas.control with parameters of type MainSessionController
PersonalizationSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Constructor declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.personalizationPeas.servlets
 

Methods in com.stratelia.silverpeas.personalizationPeas.servlets with parameters of type MainSessionController
 PersonalizationSessionController PersoPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.silverpeas.portlet
 

Methods in com.stratelia.silverpeas.portlet with parameters of type MainSessionController
static SpaceModel SpaceModelFactory.getSpaceModel(MainSessionController msc, String aSpaceId, boolean isAdmin)
          get a spaceModel and remove the component that are not allowed for this user
static boolean SpaceModelFactory.portletAvailable(MainSessionController mainSessionCtrl, String spaceId)
          Compute if there is any portlets avaible for this user in this space
 

Uses of MainSessionController in com.stratelia.silverpeas.selectionPeas.control
 

Constructors in com.stratelia.silverpeas.selectionPeas.control with parameters of type MainSessionController
SelectionPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructor
SelectionPeasWrapperSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.stratelia.silverpeas.selectionPeas.servlets
 

Methods in com.stratelia.silverpeas.selectionPeas.servlets with parameters of type MainSessionController
 SelectionPeasSessionController SelectionPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 SelectionPeasWrapperSessionController SelectionPeasWrapper.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Returns a new session controller
 

Uses of MainSessionController in com.stratelia.silverpeas.silverStatisticsPeas.control
 

Constructors in com.stratelia.silverpeas.silverStatisticsPeas.control with parameters of type MainSessionController
SilverStatisticsPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Standard Session Controller Constructeur
 

Uses of MainSessionController in com.stratelia.silverpeas.silverStatisticsPeas.servlets
 

Methods in com.stratelia.silverpeas.silverStatisticsPeas.servlets with parameters of type MainSessionController
 SilverStatisticsPeasSessionController SilverStatisticsPeasRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Method declaration
 

Uses of MainSessionController in com.stratelia.webactiv.agenda
 

Methods in com.stratelia.webactiv.agenda with parameters of type MainSessionController
 void AgendaIndexer.index(MainSessionController mainSessionCtrl, ComponentContext context)
          Method declaration
 

Uses of MainSessionController in com.stratelia.webactiv.agenda.control
 

Constructors in com.stratelia.webactiv.agenda.control with parameters of type MainSessionController
AgendaSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Uses of MainSessionController in com.stratelia.webactiv.agenda.servlets
 

Methods in com.stratelia.webactiv.agenda.servlets with parameters of type MainSessionController
 AgendaSessionController AgendaRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
          Method declaration
 

Uses of MainSessionController in com.stratelia.webactiv.applicationIndexer.control
 

Methods in com.stratelia.webactiv.applicationIndexer.control with parameters of type MainSessionController
 void ComponentIndexerInterface.index(MainSessionController mainSessionCtrl, ComponentContext context)
           
 void ComponentIndexerAdapter.index(MainSessionController mainSessionCtrl, ComponentContext context)
           
 

Constructors in com.stratelia.webactiv.applicationIndexer.control with parameters of type MainSessionController
ApplicationIndexer(MainSessionController msc)
           
 

Uses of MainSessionController in com.stratelia.webactiv.todo
 

Methods in com.stratelia.webactiv.todo with parameters of type MainSessionController
 void TodoIndexer.index(MainSessionController mainSessionCtrl, ComponentContext context)
          Method declaration
 

Uses of MainSessionController in com.stratelia.webactiv.todo.control
 

Constructors in com.stratelia.webactiv.todo.control with parameters of type MainSessionController
ToDoSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
          Constructor declaration
 

Uses of MainSessionController in com.stratelia.webactiv.todo.servlets
 

Methods in com.stratelia.webactiv.todo.servlets with parameters of type MainSessionController
 ToDoSessionController TodoRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
          This method creates a TodoSessionController instance
 

Uses of MainSessionController in com.stratelia.webactiv.util.viewGenerator.html
 

Methods in com.stratelia.webactiv.util.viewGenerator.html that return MainSessionController
 MainSessionController GraphicElementFactory.getMainSessionController()
           
 

Methods in com.stratelia.webactiv.util.viewGenerator.html with parameters of type MainSessionController
 String WebCommonLookAndFeel.getCommonHeader(MainSessionController controller, String spaceId, String componentId)
          Method declaration
 

Uses of MainSessionController in com.stratelia.webactiv.util.viewGenerator.html.browseBars
 

Methods in com.stratelia.webactiv.util.viewGenerator.html.browseBars that return MainSessionController
 MainSessionController AbstractBrowseBar.getMainSessionController()
           
 

Methods in com.stratelia.webactiv.util.viewGenerator.html.browseBars with parameters of type MainSessionController
 void AbstractBrowseBar.setMainSessionController(MainSessionController mainSessionController)
           
 void BrowseBar.setMainSessionController(MainSessionController mainSessionController)
           
 

Uses of MainSessionController in org.silverpeas.attachment.web
 

Methods in org.silverpeas.attachment.web with parameters of type MainSessionController
 VersioningSessionController VersioningRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 

Constructors in org.silverpeas.attachment.web with parameters of type MainSessionController
VersioningSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
          Constructor
 

Uses of MainSessionController in org.silverpeas.servlet
 

Methods in org.silverpeas.servlet that return MainSessionController
 MainSessionController HttpRequest.getMainSessionController()
          Gets the main controller in the current user session.
 

Uses of MainSessionController in org.silverpeas.subscription.control
 

Constructors in org.silverpeas.subscription.control with parameters of type MainSessionController
SubscriptionSessionController(MainSessionController controller, ComponentContext context)
          Default constructor.
 

Uses of MainSessionController in org.silverpeas.subscription.servlets
 

Methods in org.silverpeas.subscription.servlets with parameters of type MainSessionController
 SubscriptionSessionController SubscriptionRequestRouter.createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.