Groovy Documentation

org.grails.plugin.resource
[Groovy] Class ProcessingFilter

java.lang.Object
  org.grails.plugin.resource.ProcessingFilter
All Implemented Interfaces:
javax.servlet.Filter

class ProcessingFilter

This is the servlet filter that handles all static resource requests and delegates to the service to return them.

Authors:
Marc Palmer (marc@grailsrocks.com)


Property Summary
boolean adhoc

java.lang.Object grailsResourceProcessor

 
Constructor Summary
ProcessingFilter()

 
Method Summary
void destroy()

void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)

void init(javax.servlet.FilterConfig config)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

adhoc

boolean adhoc


grailsResourceProcessor

java.lang.Object grailsResourceProcessor


 
Constructor Detail

ProcessingFilter

ProcessingFilter()


 
Method Detail

destroy

void destroy()


doFilter

void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain)


init

void init(javax.servlet.FilterConfig config)


 

Groovy Documentation