Package de.xima.fc.gui.model.http
Class ServerModelFactory
- java.lang.Object
-
- de.xima.fc.gui.model.http.ServerModelFactory
-
public class ServerModelFactory extends Object
Factory for creatingGUI server models.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Constructor Summary
Constructors Constructor Description ServerModelFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IServerModelclientFrontendServer(MandantFrontendServer clientFs)static Set<? extends IServerModel>clientFrontendServers(IEntityContext ec, FrontendServer fs)static IServerModelclientMasterServer(Mandant client)static IServerModelcurrent(javax.servlet.http.HttpServletRequest req)
-
-
-
Method Detail
-
clientMasterServer
public static IServerModel clientMasterServer(Mandant client)
-
clientFrontendServer
public static IServerModel clientFrontendServer(MandantFrontendServer clientFs)
-
clientFrontendServers
public static Set<? extends IServerModel> clientFrontendServers(IEntityContext ec, FrontendServer fs)
-
current
public static IServerModel current(javax.servlet.http.HttpServletRequest req)
-
-