Class Properties


  • public final class Properties
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      Properties()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • P_TEMPLATE_PATH

        public static final it.tidalwave.util.Key<ResourcePath> P_TEMPLATE_PATH
      • P_WRAPPER_TEMPLATE_PATH

        public static final it.tidalwave.util.Key<ResourcePath> P_WRAPPER_TEMPLATE_PATH
      • P_CONTENT_PATHS

        public static final it.tidalwave.util.Key<java.util.List<java.lang.String>> P_CONTENT_PATHS
      • P_CLASS

        public static final it.tidalwave.util.Key<java.lang.String> P_CLASS
      • P_DATE_FORMAT

        public static final it.tidalwave.util.Key<java.lang.String> P_DATE_FORMAT
      • P_TIME_ZONE

        public static final it.tidalwave.util.Key<java.lang.String> P_TIME_ZONE
      • P_LEVEL

        public static final it.tidalwave.util.Key<java.lang.Integer> P_LEVEL
        The level of a content, used to pick the heading.
    • Constructor Detail

      • Properties

        public Properties()