Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.rebind.chain
Class TemplateCatalog

java.lang.Object
  extended by org.jboss.errai.ui.rebind.chain.TemplateCatalog

public class TemplateCatalog
extends Object

Author:
edewit@redhat.com

Constructor Summary
TemplateCatalog()
           
 
Method Summary
static TemplateCatalog createTemplateCatalog(Command... commands)
           
 Document parseTemplate(URL template)
          Parses the template into a document.
 Document visitTemplate(URL template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateCatalog

public TemplateCatalog()
Method Detail

createTemplateCatalog

public static TemplateCatalog createTemplateCatalog(Command... commands)

visitTemplate

public Document visitTemplate(URL template)

parseTemplate

public Document parseTemplate(URL template)
Parses the template into a document.

Parameters:
template - the location of the template to parse

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.