this.setProperty("Name", name);
this.setProperty("Is File", String.valueOf(isFile));
this.setProperty("File Name", fileName);
this.setProperty("Content Type", contentType);
} else {
throw new HttpException("Usage of http-param processor is not allowed outside of http processor!");
}
return value;
}