org.loom.appengine
Class AppEngineImageValidator

java.lang.Object
  extended by org.loom.interceptor.FileValidationInterceptor
      extended by org.loom.interceptor.AbstractImageValidationInterceptor
          extended by org.loom.appengine.AppEngineImageValidator
All Implemented Interfaces:
org.loom.interceptor.Interceptor, org.loom.interceptor.ValidateInterceptor

@Scope(value="prototype")
public class AppEngineImageValidator
extends org.loom.interceptor.AbstractImageValidationInterceptor

Implementation of AbstractImageValidationInterceptor using Google AppEngine API


Field Summary
 
Fields inherited from class org.loom.interceptor.FileValidationInterceptor
allowedFormats, maxFileSize, parameterName
 
Constructor Summary
AppEngineImageValidator()
           
 
Method Summary
protected  org.loom.interceptor.ImageData getImageData(org.loom.servlet.params.FileParameter fileParam)
           
 
Methods inherited from class org.loom.interceptor.AbstractImageValidationInterceptor
getAllowedFormats, getMaxFileSize, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getParameterName, setAllowedFormats, setAllowedFormats, setMaxFileSize, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParameterName, toString, validateParameterExtensionPoint
 
Methods inherited from class org.loom.interceptor.FileValidationInterceptor
beforeValidate, validateParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppEngineImageValidator

public AppEngineImageValidator()
Method Detail

getImageData

protected org.loom.interceptor.ImageData getImageData(org.loom.servlet.params.FileParameter fileParam)
Specified by:
getImageData in class org.loom.interceptor.AbstractImageValidationInterceptor