public abstract class JsConfigParameter<T> extends Object
| Constructor and Description |
|---|
JsConfigParameter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getInitParameter(javax.servlet.ServletConfig servletConfig,
String name,
String configFileDefaultParamValue,
boolean defaultValue) |
static String |
getInitParameter(javax.servlet.ServletConfig servletConfig,
String name,
String configFileDefaultParamValue,
String defaultValue) |
static <T> T |
getInitParameter(javax.servlet.ServletConfig servletConfig,
String name,
String configFileDefaultParamValue,
T defaultValue,
Function<String,T> function) |
abstract T |
getProperty(javax.servlet.ServletConfig servletConfig,
Properties propertyCache) |
public abstract T getProperty(javax.servlet.ServletConfig servletConfig, Properties propertyCache)
public static String getInitParameter(javax.servlet.ServletConfig servletConfig, String name, String configFileDefaultParamValue, String defaultValue)
public static boolean getInitParameter(javax.servlet.ServletConfig servletConfig,
String name,
String configFileDefaultParamValue,
boolean defaultValue)
Copyright © 2025 OWASP. All rights reserved.