play.modules.fileauth
Class FileAuthPlugin

java.lang.Object
  extended by play.PlayPlugin
      extended by play.modules.fileauth.FileAuthPlugin
All Implemented Interfaces:
java.lang.Comparable<play.PlayPlugin>

public class FileAuthPlugin
extends play.PlayPlugin

Entry Class for first file scan.


Field Summary
 
Fields inherited from class play.PlayPlugin
index
 
Constructor Summary
FileAuthPlugin()
           
 
Method Summary
 void onApplicationStart()
          Trigger to scan the files for the first Time.
 
Methods inherited from class play.PlayPlugin
addMimeTypes, addTemplateExtensions, afterActionInvocation, afterApplicationStart, afterFixtureLoad, afterInvocation, beforeActionInvocation, beforeDetectingChanges, beforeInvocation, bind, bind, bind, bindBean, compareTo, compileAll, compileSources, detectChange, detectClassesChange, enhance, getJsonStatus, getMessage, getStatus, invocationFinally, loadTemplate, modelFactory, onActionInvocationResult, onApplicationReady, onApplicationStop, onClassesChange, onConfigurationRead, onEvent, onInvocationException, onInvocationSuccess, onLoad, onRequestRouting, onRoutesLoaded, onTemplateCompilation, overrideTemplateSource, postEvent, rawInvocation, routeRequest, runTest, serveStatic, unBind, willBeValidated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileAuthPlugin

public FileAuthPlugin()
Method Detail

onApplicationStart

public void onApplicationStart()
Trigger to scan the files for the first Time.

Overrides:
onApplicationStart in class play.PlayPlugin