Class UrlNormalizerEntityListener
java.lang.Object
ch.tocco.nice2.dms.impl.entitylistener.UrlNormalizerEntityListener
- All Implemented Interfaces:
EntityFacadeListener, EventListener
Listens on changes of the "url" field of a Domain. Everytime the URL is changed,
illegal characters are stripped.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUrlNormalizerEntityListener(SecurityManager securityManager, ContentTreeService contentTreeService, org.slf4j.Logger log) -
Method Summary
Modifier and TypeMethodDescriptionvoidentityChanging(EntityChangedEvent event) Fired when any changes are made to an entity.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EntityFacadeListener
entityCreating, entityDeleting, entityReceivedValues, entityRelationChanging, handleSessionOnlyEntity
-
Constructor Details
-
UrlNormalizerEntityListener
public UrlNormalizerEntityListener(SecurityManager securityManager, ContentTreeService contentTreeService, org.slf4j.Logger log)
-
-
Method Details
-
entityChanging
Description copied from interface:EntityFacadeListenerFired when any changes are made to an entity.- Specified by:
entityChangingin interfaceEntityFacadeListener- Parameters:
event- The event object.
-