Uses of Class
com.germinus.easyconf.Filter
Packages that use Filter
-
Uses of Filter in com.germinus.easyconf
Methods in com.germinus.easyconf that return FilterModifier and TypeMethodDescriptionstatic Filterstatic Filterstatic Filterstatic FilterFilter.setSelectors(String[] newSelectors) Filter.setVariables(Map newVars) static FilterFilter.usingVariables(String var1, String value1) static FilterFilter.usingVariables(String var1, String value1, String var2, String value2) static FilterFilter.usingVariables(String var1, String value1, String var2, String value2, String var3, String value3) static FilterFilter.usingVariables(Map vars) Methods in com.germinus.easyconf with parameters of type FilterModifier and TypeMethodDescriptionComponentProperties.getBigDecimal(String key, Filter filter) ComponentProperties.getBigDecimal(String key, Filter filter, BigDecimal defaultValue) ComponentProperties.getBigInteger(String key, Filter filter) ComponentProperties.getBigInteger(String key, Filter filter, BigInteger defaultValue) booleanComponentProperties.getBoolean(String key, Filter filter) booleanComponentProperties.getBoolean(String key, Filter filter, boolean defaultValue) ComponentProperties.getBoolean(String key, Filter filter, Boolean defaultValue) bytebyteSimilar to the previous methods but complementing the property key with the given filterEquivalent to the previous method but giving a default value which will be used if no value has been specified in the configurations fileClass[]ComponentProperties.getClassArray(String key, Filter filter) Similar to the previous methods but complementing the property key with the given filterClass[]ComponentProperties.getClassArray(String key, Filter filter, Class[] defaultValue) Equivalent to the previous method but giving a default value which will be used if no value has been specified in the configurations filedoubledoublefloatfloatintintComponentProperties.getInteger(String key, Filter filter, Integer defaultValue) longlongprotected ObjectComponentProperties.getPropertyWithFilter(String key, Filter filter, Class theClass, Object defaultValue) shortshortString[]ComponentProperties.getStringArray(String key, Filter filter) String[]ComponentProperties.getStringArray(String key, Filter filter, String[] defaultValue) -
Uses of Filter in com.germinus.easyconf.taglib
Methods in com.germinus.easyconf.taglib that return Filter