Uses of Class
org.silverpeas.core.web.mvc.controller.MainSessionController
-
-
Uses of MainSessionController in org.silverpeas.core.web.calendar
Constructors in org.silverpeas.core.web.calendar with parameters of type MainSessionController Constructor Description AbstractCalendarWebController(MainSessionController controller, ComponentContext context, String multilangFileName, String iconFileName, String settingsFileName)
-
Uses of MainSessionController in org.silverpeas.core.web.look
Methods in org.silverpeas.core.web.look that return MainSessionController Modifier and Type Method Description protected MainSessionController
LookSilverpeasV5Helper. getMainSessionController()
Methods in org.silverpeas.core.web.look with parameters of type MainSessionController Modifier and Type Method Description abstract void
LookHelper. init(MainSessionController mainSessionController, org.silverpeas.kernel.bundle.SettingBundle resources)
Deprecated.void
LookSilverpeasV5Helper. init(MainSessionController mainSessionController, org.silverpeas.kernel.bundle.SettingBundle resources)
void
PublicationHelper. setMainSessionController(MainSessionController mainSC)
-
Uses of MainSessionController in org.silverpeas.core.web.mvc.controller
Methods in org.silverpeas.core.web.mvc.controller that return MainSessionController Modifier and Type Method Description static MainSessionController
MainSessionController. getInstance(javax.servlet.http.HttpSession session)
Gets theMainSessionController
instance set in the current user session.MainSessionController
SilverpeasWebUtil. getMainSessionController(javax.servlet.http.HttpServletRequest request)
Accessing the MainSessionController -
Uses of MainSessionController in org.silverpeas.core.web.mvc.route
Methods in org.silverpeas.core.web.mvc.route with parameters of type MainSessionController Modifier and Type Method Description abstract T
ComponentRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
static String[]
ComponentRequestRouter. getComponentId(javax.servlet.http.HttpServletRequest request, MainSessionController mainSessionCtrl)
-
Uses of MainSessionController in org.silverpeas.core.web.mvc.webcomponent
Methods in org.silverpeas.core.web.mvc.webcomponent that return MainSessionController Modifier and Type Method Description protected MainSessionController
SilverpeasAuthenticatedHttpServlet. getMainSessionController(javax.servlet.http.HttpServletRequest request)
Retrieves the Main session controller.Methods in org.silverpeas.core.web.mvc.webcomponent with parameters of type MainSessionController Modifier and Type Method Description T
WebComponentRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructors in org.silverpeas.core.web.mvc.webcomponent with parameters of type MainSessionController Constructor Description WebComponentController(MainSessionController controller, String spaceId, String componentId)
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)
-
Uses of MainSessionController in org.silverpeas.core.web.tools.agenda.control
Constructors in org.silverpeas.core.web.tools.agenda.control with parameters of type MainSessionController Constructor Description AgendaSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.core.web.util.servlet
Methods in org.silverpeas.core.web.util.servlet that return MainSessionController Modifier and Type Method Description protected MainSessionController
RssServlet. getMainSessionController(javax.servlet.http.HttpServletRequest req)
-
Uses of MainSessionController in org.silverpeas.core.web.util.viewgenerator.html
Methods in org.silverpeas.core.web.util.viewgenerator.html that return MainSessionController Modifier and Type Method Description MainSessionController
GraphicElementFactory. getMainSessionController()
Constructors in org.silverpeas.core.web.util.viewgenerator.html with parameters of type MainSessionController Constructor Description GraphicElementFactory(MainSessionController mainSessionController)
-
Uses of MainSessionController in org.silverpeas.core.web.util.viewgenerator.html.browsebars
Methods in org.silverpeas.core.web.util.viewgenerator.html.browsebars that return MainSessionController Modifier and Type Method Description MainSessionController
AbstractBrowseBar. getMainSessionController()
Methods in org.silverpeas.core.web.util.viewgenerator.html.browsebars with parameters of type MainSessionController Modifier and Type Method Description void
AbstractBrowseBar. setMainSessionController(MainSessionController mainSessionController)
void
BrowseBar. setMainSessionController(MainSessionController mainSessionController)
-
Uses of MainSessionController in org.silverpeas.web.agenda.servlets
Methods in org.silverpeas.web.agenda.servlets with parameters of type MainSessionController Modifier and Type Method Description AgendaSessionController
AgendaRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.attachment
Methods in org.silverpeas.web.attachment with parameters of type MainSessionController Modifier and Type Method Description VersioningSessionController
VersioningRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructors in org.silverpeas.web.attachment with parameters of type MainSessionController Constructor Description VersioningSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.clipboard.control
Constructors in org.silverpeas.web.clipboard.control with parameters of type MainSessionController Constructor Description ClipboardSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.clipboard.servlets
Methods in org.silverpeas.web.clipboard.servlets with parameters of type MainSessionController Modifier and Type Method Description ClipboardSessionController
ClipboardRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Called in order to get an instance of clipboard session controller. -
Uses of MainSessionController in org.silverpeas.web.ddwe
Constructors in org.silverpeas.web.ddwe with parameters of type MainSessionController Constructor Description DragAndDropWebEditorController(MainSessionController controller, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.directory.control
Constructors in org.silverpeas.web.directory.control with parameters of type MainSessionController Constructor Description DirectorySessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.directory.servlets
Methods in org.silverpeas.web.directory.servlets with parameters of type MainSessionController Modifier and Type Method Description DirectorySessionController
DirectoryRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.documenttemplate
Constructors in org.silverpeas.web.documenttemplate with parameters of type MainSessionController Constructor Description DocumentTemplateWebController(MainSessionController controller, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.external.webconnections.control
Constructors in org.silverpeas.web.external.webconnections.control with parameters of type MainSessionController Constructor Description WebConnectionsSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.external.webconnections.servlets
Methods in org.silverpeas.web.external.webconnections.servlets with parameters of type MainSessionController Modifier and Type Method Description WebConnectionsSessionController
WebConnectionsRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.form
Constructors in org.silverpeas.web.form with parameters of type MainSessionController Constructor Description FormTemplateSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.formtemplate.servlets
Methods in org.silverpeas.web.formtemplate.servlets with parameters of type MainSessionController Modifier and Type Method Description FormTemplateSessionController
FormTemplateRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.importexport.control
Constructors in org.silverpeas.web.importexport.control with parameters of type MainSessionController Constructor Description ImportExportSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
-
Uses of MainSessionController in org.silverpeas.web.importexport.servlets
Methods in org.silverpeas.web.importexport.servlets with parameters of type MainSessionController Modifier and Type Method Description ImportExportSessionController
ImportExportRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.interests.control
Constructors in org.silverpeas.web.interests.control with parameters of type MainSessionController Constructor Description InterestCenterSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructor Creates new Interests Session Controller -
Uses of MainSessionController in org.silverpeas.web.interests.servlets
Methods in org.silverpeas.web.interests.servlets with parameters of type MainSessionController Modifier and Type Method Description InterestCenterSessionController
InterestCenterPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.jobdomain.control
Constructors in org.silverpeas.web.jobdomain.control with parameters of type MainSessionController Constructor Description JobDomainPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller ConstructeurJobDomainPeasSessionController(MainSessionController controller, ComponentContext context, String localizedMessagesBundleName, String iconFileName, String settingsFileName)
Dedicated for tests -
Uses of MainSessionController in org.silverpeas.web.jobdomain.servlets
Methods in org.silverpeas.web.jobdomain.servlets with parameters of type MainSessionController Modifier and Type Method Description JobDomainPeasSessionController
JobDomainPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.jobmanager.control
Constructors in org.silverpeas.web.jobmanager.control with parameters of type MainSessionController Constructor Description JobManagerPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.jobmanager.servlets
Methods in org.silverpeas.web.jobmanager.servlets with parameters of type MainSessionController Modifier and Type Method Description JobManagerPeasSessionController
JobManagerPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.jobsearch
Constructors in org.silverpeas.web.jobsearch with parameters of type MainSessionController Constructor Description JobSearchPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.jobsearch.servlets
Methods in org.silverpeas.web.jobsearch.servlets with parameters of type MainSessionController Modifier and Type Method Description JobSearchPeasSessionController
JobSearchPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.jobstartpage.control
Constructors in org.silverpeas.web.jobstartpage.control with parameters of type MainSessionController Constructor Description JobStartPagePeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
JobStartPagePeasSessionController(MainSessionController controller, ComponentContext context, String localizedMessagesBundleName, String iconFileName, String settingsFileName)
Dedicated for tests -
Uses of MainSessionController in org.silverpeas.web.jobstartpage.servlets
Methods in org.silverpeas.web.jobstartpage.servlets with parameters of type MainSessionController Modifier and Type Method Description JobStartPagePeasSessionController
JobStartPagePeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.mylinks
Constructors in org.silverpeas.web.mylinks with parameters of type MainSessionController Constructor Description MyLinksPeasWebController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructor -
Uses of MainSessionController in org.silverpeas.web.notificationserver.channel.popup
Methods in org.silverpeas.web.notificationserver.channel.popup with parameters of type MainSessionController Modifier and Type Method Description POPUPSessionController
POPUPRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Constructors in org.silverpeas.web.notificationserver.channel.popup with parameters of type MainSessionController Constructor Description POPUPSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Constructor declaration -
Uses of MainSessionController in org.silverpeas.web.notificationserver.channel.silvermail
Methods in org.silverpeas.web.notificationserver.channel.silvermail with parameters of type MainSessionController Modifier and Type Method Description SILVERMAILSessionController
SILVERMAILRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Constructors in org.silverpeas.web.notificationserver.channel.silvermail with parameters of type MainSessionController Constructor Description SILVERMAILSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.notificationuser.control
Constructors in org.silverpeas.web.notificationuser.control with parameters of type MainSessionController Constructor Description UserNotificationSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructor declaration -
Uses of MainSessionController in org.silverpeas.web.notificationuser.servlets
Methods in org.silverpeas.web.notificationuser.servlets with parameters of type MainSessionController Modifier and Type Method Description UserNotificationSessionController
UserNotificationRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.pdc.control
Constructors in org.silverpeas.web.pdc.control with parameters of type MainSessionController Constructor Description 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 declarationPdcUtilizationSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
-
Uses of MainSessionController in org.silverpeas.web.pdc.servlets
Methods in org.silverpeas.web.pdc.servlets with parameters of type MainSessionController Modifier and Type Method Description 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 org.silverpeas.web.pdcsubscription.control
Constructors in org.silverpeas.web.pdcsubscription.control with parameters of type MainSessionController Constructor Description PdcSubscriptionSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructor Creates new PdcSubscription Session Controller -
Uses of MainSessionController in org.silverpeas.web.pdcsubscription.servlets
Methods in org.silverpeas.web.pdcsubscription.servlets with parameters of type MainSessionController Modifier and Type Method Description PdcSubscriptionSessionController
PdcSubscriptionPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.personalization.control
Constructors in org.silverpeas.web.personalization.control with parameters of type MainSessionController Constructor Description PersonalizationSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructor declaration -
Uses of MainSessionController in org.silverpeas.web.personalization.servlets
Methods in org.silverpeas.web.personalization.servlets with parameters of type MainSessionController Modifier and Type Method Description PersonalizationSessionController
PersoPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.selection.control
Constructors in org.silverpeas.web.selection.control with parameters of type MainSessionController Constructor Description SelectionPeasWrapperSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.selection.servlets
Methods in org.silverpeas.web.selection.servlets with parameters of type MainSessionController Modifier and Type Method Description SelectionPeasWrapperSessionController
SelectionPeasWrapper. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Returns a new session controller -
Uses of MainSessionController in org.silverpeas.web.sharing.control
Constructors in org.silverpeas.web.sharing.control with parameters of type MainSessionController Constructor Description FileSharingSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.sharing.servlets
Methods in org.silverpeas.web.sharing.servlets with parameters of type MainSessionController Modifier and Type Method Description FileSharingSessionController
FileSharingRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.silverstatistics.control
Constructors in org.silverpeas.web.silverstatistics.control with parameters of type MainSessionController Constructor Description SilverStatisticsPeasSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.silverstatistics.servlets
Methods in org.silverpeas.web.silverstatistics.servlets with parameters of type MainSessionController Modifier and Type Method Description SilverStatisticsPeasSessionController
SilverStatisticsPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.socialnetwork.mycontactprofil.control
Constructors in org.silverpeas.web.socialnetwork.mycontactprofil.control with parameters of type MainSessionController Constructor Description MyContactProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.socialnetwork.mycontactprofil.servlets
Methods in org.silverpeas.web.socialnetwork.mycontactprofil.servlets with parameters of type MainSessionController Modifier and Type Method Description MyContactProfilSessionController
MyContactProfilRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
create ComponentSession Controller -
Uses of MainSessionController in org.silverpeas.web.socialnetwork.myprofil.control
Constructors in org.silverpeas.web.socialnetwork.myprofil.control with parameters of type MainSessionController Constructor Description MyProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.socialnetwork.myprofil.servlets
Methods in org.silverpeas.web.socialnetwork.myprofil.servlets with parameters of type MainSessionController Modifier and Type Method Description MyProfilSessionController
MyProfilRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.socialnetwork.profil.control
Constructors in org.silverpeas.web.socialnetwork.profil.control with parameters of type MainSessionController Constructor Description ProfilSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.socialnetwork.profil.servlets
Methods in org.silverpeas.web.socialnetwork.profil.servlets with parameters of type MainSessionController Modifier and Type Method Description ProfilSessionController
ProfilRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.subscription.control
Constructors in org.silverpeas.web.subscription.control with parameters of type MainSessionController Constructor Description SubscriptionSessionController(MainSessionController controller, ComponentContext context)
Default constructor. -
Uses of MainSessionController in org.silverpeas.web.subscription.servlets
Methods in org.silverpeas.web.subscription.servlets with parameters of type MainSessionController Modifier and Type Method Description SubscriptionSessionController
SubscriptionRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.templatedesigner.control
Constructors in org.silverpeas.web.templatedesigner.control with parameters of type MainSessionController Constructor Description TemplateDesignerSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.templatedesigner.servlets
Methods in org.silverpeas.web.templatedesigner.servlets with parameters of type MainSessionController Modifier and Type Method Description TemplateDesignerSessionController
TemplateDesignerRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration -
Uses of MainSessionController in org.silverpeas.web.thesaurus.control
Constructors in org.silverpeas.web.thesaurus.control with parameters of type MainSessionController Constructor Description ThesaurusSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext, String multilangBundle, String iconBundle)
-
Uses of MainSessionController in org.silverpeas.web.thesaurus.servlets
Methods in org.silverpeas.web.thesaurus.servlets with parameters of type MainSessionController Modifier and Type Method Description ThesaurusSessionController
ThesaurusRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
-
Uses of MainSessionController in org.silverpeas.web.todo.control
Constructors in org.silverpeas.web.todo.control with parameters of type MainSessionController Constructor Description ToDoSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
Constructor declaration -
Uses of MainSessionController in org.silverpeas.web.todo.servlets
Methods in org.silverpeas.web.todo.servlets with parameters of type MainSessionController Modifier and Type Method Description ToDoSessionController
TodoRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
This method creates a TodoSessionController instance -
Uses of MainSessionController in org.silverpeas.web.usercalendar
Constructors in org.silverpeas.web.usercalendar with parameters of type MainSessionController Constructor Description UserCalendarWebController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructor -
Uses of MainSessionController in org.silverpeas.web.variables
Methods in org.silverpeas.web.variables with parameters of type MainSessionController Modifier and Type Method Description VariablesSessionController
VariablesRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Constructors in org.silverpeas.web.variables with parameters of type MainSessionController Constructor Description VariablesSessionController(MainSessionController mainSessionCtrl, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.wbe
Constructors in org.silverpeas.web.wbe with parameters of type MainSessionController Constructor Description WbeWebController(MainSessionController controller, ComponentContext context)
-
Uses of MainSessionController in org.silverpeas.web.workflowdesigner.control
Constructors in org.silverpeas.web.workflowdesigner.control with parameters of type MainSessionController Constructor Description WorkflowDesignerSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Standard Session Controller Constructeur -
Uses of MainSessionController in org.silverpeas.web.workflowdesigner.servlets
Methods in org.silverpeas.web.workflowdesigner.servlets with parameters of type MainSessionController Modifier and Type Method Description WorkflowDesignerSessionController
WorkflowDesignerRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Method declaration
-