Package | Description |
---|---|
org.fugerit.java.core.cfg.helpers |
Helper implementations of ConfigurableObject interface.
|
org.fugerit.java.core.cfg.xml | |
org.fugerit.java.core.fixed.parser | |
org.fugerit.java.core.lang.binding | |
org.fugerit.java.core.util.filterchain | |
org.fugerit.java.core.util.tree | |
org.fugerit.java.core.web.auth.filter | |
org.fugerit.java.core.web.auth.handler | |
org.fugerit.java.core.web.servlet.config | |
org.fugerit.java.core.web.servlet.request | |
org.fugerit.java.core.xml.config |
Modifier and Type | Class and Description |
---|---|
class |
DefaultConfigurableObject
Default implementation of
ConfigurableObject ,
configure(Properties) method is a donothing, while
configure(Element) calls configure(Properties)
with the Element attributes transformed in a Properties object. |
class |
PropertiesConfigurableObject
Base class for implementations of ConfigurableObject supporting only
the
configure(Properties) method. |
class |
XMLConfigurableObject
Base class for implementations of ConfigurableObject supporting only
the
configure(Element) method. |
Modifier and Type | Class and Description |
---|---|
class |
CustomListCatalogConfig<T,L extends Collection<T>> |
class |
DataListCatalogConfig
Class for loading an xml configuration in the form of :
|
class |
FactoryCatalog |
class |
GenericListCatalogConfig<T>
Class for loading an xml configuration in the form of :
|
class |
ListMapCatalogConfig<T extends KeyObject<String>> |
class |
PropertyCatalog |
Modifier and Type | Class and Description |
---|---|
class |
FixedFileFieldBasicValidator |
class |
FixedFileFieldDateValidator |
class |
FixedFileFieldRegexValidator |
Modifier and Type | Class and Description |
---|---|
class |
BindingCatalogConfig
Simple binding A.P.I.
|
class |
BindingHelperCollectionToObject
Convert any value found from the source binding to a string.
|
class |
BindingHelperDateToXML
Convert any value found from the source binding to a string.
|
class |
BindingHelperDateToXMLOnly
Convert any value found from the source binding to a string.
|
class |
BindingHelperDefault
Default binding helper implementation
New helper could just extends this class and override convertValue() or bindingWorker() method
|
class |
BindingHelperInitTo
Convert any value found from the source binding to a string.
|
class |
BindingHelperStringValue
Convert any value found from the source binding to a string.
|
class |
BindingHelperXMLToDate
Convert any value found from the source binding to a string.
|
Modifier and Type | Class and Description |
---|---|
class |
MiniFilterConfig |
Modifier and Type | Class and Description |
---|---|
class |
TreeConfigKeyStringXML<T extends NodeKeyString<T,L>,L extends ListMapStringKey<T>> |
class |
TreeConfigXML<T extends Node<T,L>,L extends Collection<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AuthResourcesConfig |
Modifier and Type | Class and Description |
---|---|
class |
AuthMapCatalogConfig |
Modifier and Type | Class and Description |
---|---|
class |
AttributeConfig |
class |
BasicConfig |
class |
CommandConfig |
class |
ConnectionFactoryConfig |
class |
Log4JConfig |
class |
ModuleConfig |
class |
StatusConfig |
class |
VersionConfig |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestFilter |
Modifier and Type | Class and Description |
---|---|
class |
FugeritXmlSchemaCatalogConfig |
class |
XMLSchemaCatalogConfig |
Copyright © 2022 Fugerit. All rights reserved.