
Public Member Functions | |
| NSDictionary< String, String > | compute (String key, String value, String parameters) |
Static Public Member Functions | |
| static void | register () |
Static Public Attributes | |
| static final String | Key = "encrypted" |
static { ERXProperties.setOperatorForKey(new ERXProperties.EncryptedOperator(), ERXProperties.EncryptedOperator.Key); }
Call er.extensions.ERXProperties.EncryptedOperator.register() in an Application static block to register this operator.
Performs some computation on the key, value, and parameters and returns a dictionary of new properties. If this method returns null, the original key and value will be used. If any other dictionary is returned, the properties in the dictionary will be copied into the destination properties.
| key | the key ("er.extensions.akey" in "er.extensions.akey.@someOperatorKey.aparameter=somevalue") | |
| value | ("somevalue" in "er.extensions.akey.@someOperatorKey.aparameter=somevalue") | |
| parameters | ("aparameter" in "er.extensions.akey.@someOperatorKey.aparameter=somevalue") |
Implements ERXProperties.Operator.
| static void register | ( | ) | [static] |
1.5.8