public final class DatabindingFrameworkRegistration
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addCreatorPresentationFactory(java.lang.String friendlyName,
CreatorPresentationFactory factory)
Patterns usually refer to presentations by the full classname.
|
void |
removeCreatorPresentationFactory(java.lang.String friendlyName)
Removes the alias for a creator presentation by the framework.
|
void |
setDefaultRegistrationConfiguration(RegistrationConfiguration defaultConfiguration)
Sets the default configuration to be used when registering all patterns in the future.
|
public void setDefaultRegistrationConfiguration(RegistrationConfiguration defaultConfiguration)
defaultConfiguration
- registration configurationpublic void addCreatorPresentationFactory(java.lang.String friendlyName, CreatorPresentationFactory factory)
friendlyName
- friendly namefactory
- creator presentation factorypublic void removeCreatorPresentationFactory(java.lang.String friendlyName)
friendlyName
- friendly name for creator presentation