UploadValve

Description

The Upload component is the implementation of the pipeline processing valve, that is run at very early stage of the pipeline processing. When it discovers the "multipart/form-data" it starts to process the request storing the uploaded items into the context.

Browse

Dependencies

required components Context, LoggerFactory, MailSystem, WebConfigurator
required libraries JavaMail (javamail), Java Activation Framework (jaf:activation)

Constructor parameters

position type descritpion
1 org.objectledge.web.WebConfigurator The common web components configuration
2 org.jcontainer.dna.Logger The logger.
3 org.objectledge.mail.MailSystem The mail system component.
4 org.objectledge.context.Context The context component.