Class MultipartFormConfiguration
java.lang.Object
com.evolveum.midpoint.web.component.form.MultipartFormConfiguration
- All Implemented Interfaces:
SystemConfigurationChangeListener
@Component
public class MultipartFormConfiguration
extends Object
implements SystemConfigurationChangeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intvoidinit()voidshutdown()voidupdate(@Nullable SystemConfigurationType value) Updates the listener's internal state with the configuration provided.
-
Constructor Details
-
MultipartFormConfiguration
public MultipartFormConfiguration()
-
-
Method Details
-
update
Description copied from interface:SystemConfigurationChangeListenerUpdates the listener's internal state with the configuration provided.- Specified by:
updatein interfaceSystemConfigurationChangeListener- Parameters:
value- Current value of the system configuration object. It is 'null' if the object does not exist. Usually listeners keep their current state in such cases, but if needed, it will have the information about missing sysconfig object, so it could act accordingly.
-
getMaxMultipartsLimit
public static int getMaxMultipartsLimit() -
init
@PostConstruct public void init() -
shutdown
@PreDestroy public void shutdown()
-