A C D E F G H I L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addLogStatus(ChangingStatusLogger.ChangingStatus) - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger
C
- capitalize(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
- ChangingStatusDefault(String, int) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- ChangingStatusDefault(String, Object[]) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- ChangingStatusLogger - Class in de.fraunhofer.iosb.ilt.frostserver.util
-
A logger that regularly logs a status message, if the status has changed.
- ChangingStatusLogger(Logger) - Constructor for class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger
-
Create a new logger, with the given logger, message and status.
- ChangingStatusLogger.ChangingStatus - Interface in de.fraunhofer.iosb.ilt.frostserver.util
-
Implementations MUST override the equals method.
- ChangingStatusLogger.ChangingStatusDefault - Class in de.fraunhofer.iosb.ilt.frostserver.util
- CHARSET_UTF8 - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
- cleanForLogging(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
-
Replaces characters that might break logging output.
- CollectionsHelper - Class in de.fraunhofer.iosb.ilt.frostserver.util
- Constants - Class in de.fraunhofer.iosb.ilt.frostserver.util
- CONTENT_TYPE_APPLICATION_JSON - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
- CONTENT_TYPE_APPLICATION_JSONPATCH - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
D
- de.fraunhofer.iosb.ilt.frostserver.util - package de.fraunhofer.iosb.ilt.frostserver.util
- de.fraunhofer.iosb.ilt.frostserver.util.exception - package de.fraunhofer.iosb.ilt.frostserver.util.exception
- deCapitalize(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
- DELETE - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
E
- escapeForStringConstant(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
-
Replaces all ' in the string with ''.
F
- fromString(String) - Static method in enum de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
G
- GeoHelper - Class in de.fraunhofer.iosb.ilt.frostserver.util
- GET - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
- getCopyCurrentParams() - Method in interface de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatus
-
Get a copy of the parameters array.
- getCopyCurrentParams() - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- getCurrentParams() - Method in interface de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatus
-
Get the parameters to pass to the logger when logging a message.
- getCurrentParams() - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- getFrom(List<Object>, List<String>) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.CollectionsHelper
- getFrom(Map<String, Object>, List<String>) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.CollectionsHelper
- getLogMessageTemplate() - Method in interface de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatus
-
Get the message template.
- getLogMessageTemplate() - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- getPoint(T...) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- getSimpleObjectMapper() - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.SimpleJsonMapper
-
get an ObjectMapper for generic, non-STA use.
H
- HEAD - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
- HTTP_URL_PATTERNS - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
-
This semi-constant (arrays are not real constants) MUST be kept aligned with the WebServlet annotations!
- HttpMethod - Enum in de.fraunhofer.iosb.ilt.frostserver.util
I
- IncompleteEntityException - Exception in de.fraunhofer.iosb.ilt.frostserver.util.exception
- IncompleteEntityException() - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncompleteEntityException
- IncompleteEntityException(String) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncompleteEntityException
- IncompleteEntityException(String, Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncompleteEntityException
- IncompleteEntityException(Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncompleteEntityException
- IncorrectRequestException - Exception in de.fraunhofer.iosb.ilt.frostserver.util.exception
-
The exception that should be thrown when a user sends an incorrect request.
- IncorrectRequestException() - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncorrectRequestException
- IncorrectRequestException(String) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncorrectRequestException
- IncorrectRequestException(String, Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncorrectRequestException
- IncorrectRequestException(Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.IncorrectRequestException
- isNullOrEmpty(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
L
- logIfChanged(Logger) - Method in interface de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatus
-
Check if the status changed, and if so, log the configured message to the given logger.
- logIfChanged(Logger) - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
N
- NoSuchEntityException - Exception in de.fraunhofer.iosb.ilt.frostserver.util.exception
- NoSuchEntityException() - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.NoSuchEntityException
- NoSuchEntityException(String) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.NoSuchEntityException
- NoSuchEntityException(String, Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.NoSuchEntityException
- NoSuchEntityException(Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.NoSuchEntityException
O
- OPTIONS - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
P
- parseGeoJson(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- parseLine(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- parsePoint(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- parsePolygon(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- parseWkt(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- PATCH - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
- POST - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
- PUT - de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
R
- removeLogStatus(ChangingStatusLogger.ChangingStatus) - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger
S
- setAllTo(Object) - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- setLogIntervalMs(long) - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger
- setObjectAt(int, Object) - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger.ChangingStatusDefault
- setOn(Map<String, Object>, List<String>, int, Object) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.CollectionsHelper
- setOn(Map<String, Object>, List<String>, Object) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.CollectionsHelper
- SimpleJsonMapper - Class in de.fraunhofer.iosb.ilt.frostserver.util
- start() - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger
- stop() - Method in class de.fraunhofer.iosb.ilt.frostserver.util.ChangingStatusLogger
- StringHelper - Class in de.fraunhofer.iosb.ilt.frostserver.util
T
- throwIfNullOrTypeNot(Object, Class<T>) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
-
Throws an IllegalArgumentException if entity is not an instance of targetClass, or if entity is null.
- throwIfTypeNot(Object, Class<T>) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
-
Throws an IllegalArgumentException if entity is not an instance of targetClass.
U
- UpgradeFailedException - Exception in de.fraunhofer.iosb.ilt.frostserver.util.exception
-
The exception that should be thrown by a PersistenceManager when upgrading the database fails.
- UpgradeFailedException() - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.UpgradeFailedException
- UpgradeFailedException(String) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.UpgradeFailedException
- UpgradeFailedException(String, Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.UpgradeFailedException
- UpgradeFailedException(Throwable) - Constructor for exception de.fraunhofer.iosb.ilt.frostserver.util.exception.UpgradeFailedException
- urlDecode(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
-
Decode the given input using UTF-8 as character set.
- urlEncode(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
- urlEncode(String, boolean) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
-
Urlencodes the given string, optionally not encoding forward slashes.
- urlEncodeNotSlashes(String) - Static method in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
-
Urlencodes the given string, except for the forward slashes.
- UTC - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.Constants
- UTF8 - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.StringHelper
V
- valueOf(String) - Static method in enum de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.fraunhofer.iosb.ilt.frostserver.util.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WKT_LINE_PATTERN - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- WKT_POINT_PATTERN - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
- WKT_POLYGON_PATTERN - Static variable in class de.fraunhofer.iosb.ilt.frostserver.util.GeoHelper
All Classes All Packages