// Create the multipart package handler if page packaging is enabled
if (volantisBean.isPagePackagingMimeEnabled() ) {
applicationContext = new MultipartApplicationContext(requestContext);
} else {
applicationContext = new DefaultApplicationContext(requestContext);
}
return applicationContext;
}