Package templates.hybrid
Class rpcRouterYml
- java.lang.Object
-
- com.fizzed.rocker.runtime.DefaultRockerModel
-
- templates.hybrid.rpcRouterYml
-
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class rpcRouterYml extends com.fizzed.rocker.runtime.DefaultRockerModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classrpcRouterYml.Template
-
Constructor Summary
Constructors Constructor Description rpcRouterYml()
-
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()rpcRouterYmlhandlerPackage(String handlerPackage)StringjsonPath()rpcRouterYmljsonPath(String jsonPath)static rpcRouterYmltemplate(String handlerPackage, String jsonPath)
-
-
-
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 rpcRouterYml handlerPackage(String handlerPackage)
-
handlerPackage
public String handlerPackage()
-
jsonPath
public rpcRouterYml jsonPath(String jsonPath)
-
jsonPath
public String jsonPath()
-
template
public static rpcRouterYml template(String handlerPackage, String jsonPath)
-
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
-
-