Uses of Class
org.silverpeas.web.jobdomain.control.JobDomainPeasSessionController
-
Packages that use JobDomainPeasSessionController Package Description org.silverpeas.web.jobdomain.control org.silverpeas.web.jobdomain.servlets -
-
Uses of JobDomainPeasSessionController in org.silverpeas.web.jobdomain.control
Fields in org.silverpeas.web.jobdomain.control declared as JobDomainPeasSessionController Modifier and Type Field Description protected JobDomainPeasSessionController
SynchroThread. toAwake
Constructors in org.silverpeas.web.jobdomain.control with parameters of type JobDomainPeasSessionController Constructor Description SynchroLdapThread(JobDomainPeasSessionController toAwake, AdminController adminCtrl, String targetDomainId)
SynchroThread(JobDomainPeasSessionController toAwake)
SynchroWebServiceThread(JobDomainPeasSessionController toAwake)
-
Uses of JobDomainPeasSessionController in org.silverpeas.web.jobdomain.servlets
Methods in org.silverpeas.web.jobdomain.servlets that return JobDomainPeasSessionController Modifier and Type Method Description JobDomainPeasSessionController
JobDomainPeasRequestRouter. createComponentSessionController(MainSessionController mainSessionCtrl, ComponentContext componentContext)
Methods in org.silverpeas.web.jobdomain.servlets with parameters of type JobDomainPeasSessionController Modifier and Type Method Description String
JobDomainPeasRequestRouter. getAdminDestination(String function, JobDomainPeasSessionController jobDomainSC, HttpRequest request)
This method has to be implemented by the component request rooter it has to compute a destination page
-