public class UnserializerValidatorBootstrap
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_UNSERIALIZER_VALIDATOR_ENABLED
The name of the global enablement property.
|
Constructor and Description |
---|
UnserializerValidatorBootstrap() |
Modifier and Type | Method and Description |
---|---|
void |
bootstrap()
Bootstrap unserializer validator.
|
boolean |
hasPerformedBootstrap()
Determine if bootstrap was performed?
|
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setLog(boolean logEnabled)
Deprecated.
Was never used
|
void |
setProperties(Properties properties) |
public static final String PROPERTY_UNSERIALIZER_VALIDATOR_ENABLED
public void setLog(boolean logEnabled)
public boolean hasPerformedBootstrap()
public void setProperties(Properties properties)
public void bootstrap()
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
Copyright © 2005–2017 Alfresco Software. All rights reserved.