Package de.xima.fc.gui.interfaces.http
Interface IServerModel
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ICustomServerModel,IEntityBackedServerModel<TEntity>
public interface IServerModel extends Serializable
Common interface for GUI server models.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()StringgetDisplayName(Locale locale)Set<String>getFeatures()Returns the features of the server.EFcServerTypegetServerType()
-
-
-
Method Detail
-
getServerType
EFcServerType getServerType()
- Returns:
- the server type
-
getBaseUrl
String getBaseUrl()
- Returns:
- the base URL of the server.
-
getDisplayName
String getDisplayName(Locale locale)
- Parameters:
locale- to use- Returns:
- the display name of the server
-
-