Package com.jalios.jcms.alert.openapi
Class AlertResourceUtil
- java.lang.Object
-
- com.jalios.jcms.alert.openapi.AlertResourceUtil
-
public class AlertResourceUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static Alert.Level
getLevel(java.lang.String level)
ComputeAlert.Level
from level parameter
-
-
-
Method Detail
-
getLevel
protected static Alert.Level getLevel(java.lang.String level) throws java.lang.Exception
ComputeAlert.Level
from level parameter- Parameters:
level
- the level string- Returns:
- the
Alert.Level
- Throws:
java.lang.Exception
- exception if the level cannot be computed
-
-