org.glassfish.jersey.server.mvc.freemarker
Class FreemarkerProperties

java.lang.Object
  extended by org.glassfish.jersey.server.mvc.freemarker.FreemarkerProperties

public final class FreemarkerProperties
extends Object

Jersey MVC Freemarker configuration properties.

Author:
Michal Gajdos (michal.gajdos at oracle.com)

Field Summary
static String TEMPLATES_BASE_PATH
          The base path where Freemarker templates, associated with viewables of resource classes, are located.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATES_BASE_PATH

public static final String TEMPLATES_BASE_PATH
The base path where Freemarker templates, associated with viewables of resource classes, are located.

If this property is not set then the base path will be the root path.

See Also:
Constant Field Values


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.