Package | Description |
---|---|
com.massa.mrules.util.property | |
com.massa.util | |
com.massa.util.property |
This package contains property access framework.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyCompiler2
PropertyCompiler extension for instantiation of IProperty extensions. |
Modifier and Type | Method and Description |
---|---|
static IPropertyCompiler |
ConfigDiscovery.getPropertyCompiler() |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigDiscovery.registerPropertyCompiler(IPropertyCompiler pc)
Register global property compiler utility.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyCompiler
Utility class to compile properties.
|
protected class |
PropertyCompiler.SecurePropertyCompiler
Internal use only.
|
Modifier and Type | Method and Description |
---|---|
static IPropertyCompiler |
PropertyCompiler.getInstance() |
protected IPropertyCompiler |
PropertyCompiler.getSecureCompiler(MRulesUtilsSecurityManager securityManager)
Might be overridden to change secured
IPropertyCompiler implementation. |