org.rythmengine.internal
Class CodeTypeManager

java.lang.Object
  extended by org.rythmengine.internal.CodeTypeManager

public class CodeTypeManager
extends Object

Manage template language implementations


Constructor Summary
CodeTypeManager()
           
 
Method Summary
 Iterable<ICodeType> codeTypes()
           
 boolean hasCodeType()
           
 CodeTypeManager registerCodeType(ICodeType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeTypeManager

public CodeTypeManager()
Method Detail

registerCodeType

public CodeTypeManager registerCodeType(ICodeType type)

codeTypes

public Iterable<ICodeType> codeTypes()

hasCodeType

public boolean hasCodeType()


Copyright © 2013. All Rights Reserved.