play.i18n
类 MessagesPlugin

java.lang.Object
  继承者 play.PlayPlugin
      继承者 play.i18n.MessagesPlugin
所有已实现的接口:
java.lang.Comparable<PlayPlugin>

public class MessagesPlugin
extends PlayPlugin

Messages plugin


字段摘要
 
从类 play.PlayPlugin 继承的字段
index
 
构造方法摘要
MessagesPlugin()
           
 
方法摘要
 void detectChange()
          It's time for the plugin to detect changes.
 void onApplicationStart()
          Called at application start (and at each reloading) Time to start stateful things.
 
从类 play.PlayPlugin 继承的方法
addMimeTypes, addTemplateExtensions, afterActionInvocation, afterApplicationStart, afterFixtureLoad, afterInvocation, beforeActionInvocation, beforeDetectingChanges, beforeInvocation, bind, bind, bind, bindBean, compareTo, compileAll, compileSources, 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
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MessagesPlugin

public MessagesPlugin()
方法详细信息

onApplicationStart

public void onApplicationStart()
从类 PlayPlugin 复制的描述
Called at application start (and at each reloading) Time to start stateful things.

覆盖:
PlayPlugin 中的 onApplicationStart

detectChange

public void detectChange()
从类 PlayPlugin 复制的描述
It's time for the plugin to detect changes. Throw an exception is the application must be reloaded.

覆盖:
PlayPlugin 中的 detectChange


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly