Uses of Interface
de.xima.fc.gui.interfaces.http.IServerModel
- 
Packages that use IServerModel Package Description de.xima.fc.gui.bean de.xima.fc.gui.bean.settings de.xima.fc.gui.bean.user de.xima.fc.gui.interfaces.http de.xima.fc.gui.model.http  - 
- 
Uses of IServerModel in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return IServerModel Modifier and Type Method Description IServerModelAExternalUserBean. getSelectedServer()Methods in de.xima.fc.gui.bean that return types with arguments of type IServerModel Modifier and Type Method Description protected abstract List<IServerModel>AExternalUserBean. buildServerOptions()List<IServerModel>AExternalUserBean. getSelectedServers()List<IServerModel>AExternalUserBean. getServerOptions()Methods in de.xima.fc.gui.bean with parameters of type IServerModel Modifier and Type Method Description booleanAExternalUserBean. isCustom(IServerModel serverModel)voidAExternalUserBean. setSelectedServer(IServerModel selectedServer)Method parameters in de.xima.fc.gui.bean with type arguments of type IServerModel Modifier and Type Method Description voidAExternalUserBean. setSelectedServers(List<IServerModel> selectedServers) - 
Uses of IServerModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type IServerModel Modifier and Type Method Description protected List<IServerModel>ExternalUserSystemBean. buildServerOptions() - 
Uses of IServerModel in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type IServerModel Modifier and Type Method Description protected List<IServerModel>ExternalUserClientBean. buildServerOptions() - 
Uses of IServerModel in de.xima.fc.gui.interfaces.http
Subinterfaces of IServerModel in de.xima.fc.gui.interfaces.http Modifier and Type Interface Description interfaceICustomServerModel - 
Uses of IServerModel in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http that return IServerModel Modifier and Type Method Description static IServerModelServerModelFactory. clientFrontendServer(MandantFrontendServer clientFs)static IServerModelServerModelFactory. clientMasterServer(Mandant client)static IServerModelServerModelFactory. current(javax.servlet.http.HttpServletRequest req)static IServerModelServerModelFactory. custom(String baseUrl)Methods in de.xima.fc.gui.model.http that return types with arguments of type IServerModel Modifier and Type Method Description static Set<? extends IServerModel>ServerModelFactory. clientFrontendServers(IEntityContext ec, FrontendServer fs) 
 -