Class handler

  • All Implemented Interfaces:
    com.fizzed.rocker.RockerModel

    public class handler
    extends com.fizzed.rocker.runtime.DefaultRockerModel
    • Constructor Detail

      • handler

        public handler()
    • Method Detail

      • getContentType

        public static com.fizzed.rocker.ContentType getContentType()
      • getTemplateName

        public static String getTemplateName()
      • getTemplatePackageName

        public static String getTemplatePackageName()
      • getHeaderHash

        public static String getHeaderHash()
      • getModifiedAt

        public static long getModifiedAt()
      • getArgumentNames

        public static String[] getArgumentNames()
      • handlerPackage

        public handler handlerPackage​(String handlerPackage)
      • handlerPackage

        public String handlerPackage()
      • service

        public String service()
      • item

        public handler item​(com.fasterxml.jackson.databind.JsonNode item)
      • item

        public com.fasterxml.jackson.databind.JsonNode item()
      • example

        public String example()
      • template

        public static handler template​(String handlerPackage,
                                       String host,
                                       String service,
                                       com.fasterxml.jackson.databind.JsonNode item,
                                       String example)
      • buildTemplate

        protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate()
                                                                         throws com.fizzed.rocker.RenderingException
        Overrides:
        buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
        Throws:
        com.fizzed.rocker.RenderingException