controllers
Class I18nController

java.lang.Object
  extended by controllers.I18nController

public class I18nController
extends Object


Field Summary
 org.slf4j.Logger logger
          This is the system wide logger.
 
Constructor Summary
I18nController()
           
 
Method Summary
 Result index(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Inject
public org.slf4j.Logger logger
This is the system wide logger. You can still use any config you like. Or create your own custom logger. But often this is just a simple solution:

Constructor Detail

I18nController

public I18nController()
Method Detail

index

public Result index(Context context)


Copyright © 2012. All Rights Reserved.