Package templates.hybrid
Class handlerTest
- java.lang.Object
-
- com.fizzed.rocker.runtime.DefaultRockerModel
-
- templates.hybrid.handlerTest
-
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class handlerTest extends com.fizzed.rocker.runtime.DefaultRockerModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classhandlerTest.Template
-
Constructor Summary
Constructors Constructor Description handlerTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fizzed.rocker.runtime.DefaultRockerTemplatebuildTemplate()static String[]getArgumentNames()static com.fizzed.rocker.ContentTypegetContentType()static StringgetHeaderHash()static longgetModifiedAt()static StringgetTemplateName()static StringgetTemplatePackageName()StringhandlerPackage()handlerTesthandlerPackage(String handlerPackage)Stringhost()handlerTesthost(String host)com.fasterxml.jackson.databind.JsonNodeitem()handlerTestitem(com.fasterxml.jackson.databind.JsonNode item)Stringservice()handlerTestservice(String service)static handlerTesttemplate(String handlerPackage, String host, String service, com.fasterxml.jackson.databind.JsonNode item)
-
-
-
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 handlerTest handlerPackage(String handlerPackage)
-
handlerPackage
public String handlerPackage()
-
host
public handlerTest host(String host)
-
host
public String host()
-
service
public handlerTest service(String service)
-
service
public String service()
-
item
public handlerTest item(com.fasterxml.jackson.databind.JsonNode item)
-
item
public com.fasterxml.jackson.databind.JsonNode item()
-
template
public static handlerTest template(String handlerPackage, String host, String service, com.fasterxml.jackson.databind.JsonNode item)
-
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException- Overrides:
buildTemplatein classcom.fizzed.rocker.runtime.DefaultRockerModel- Throws:
com.fizzed.rocker.RenderingException
-
-