org.juzu.metadata
Class TemplateDescriptor

java.lang.Object
  extended by org.juzu.metadata.TemplateDescriptor

public class TemplateDescriptor
extends Object

Author:
Julien Viet

Constructor Summary
TemplateDescriptor(String path, Class<? extends Template> template)
           
 
Method Summary
 String getPath()
           
 Class<? extends Template> getType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateDescriptor

public TemplateDescriptor(String path,
                          Class<? extends Template> template)
Method Detail

getPath

public String getPath()

getType

public Class<? extends Template> getType()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.