com.allaire.cfx
Class CFXFactory

java.lang.Object
  |
  +--com.allaire.cfx.CFXFactory

public class CFXFactory
extends java.lang.Object


Method Summary
 CustomTag createTagAlwaysReload(java.lang.String s)
           
 CustomTag createTagAutoReload(java.lang.String s)
           
 CustomTag createTagNeverReload(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTagAlwaysReload

public CustomTag createTagAlwaysReload(java.lang.String s)
                                throws java.lang.ClassNotFoundException,
                                       java.lang.InstantiationException,
                                       java.lang.IllegalAccessException

createTagAutoReload

public CustomTag createTagAutoReload(java.lang.String s)
                              throws java.lang.ClassNotFoundException,
                                     java.lang.InstantiationException,
                                     java.lang.IllegalAccessException

createTagNeverReload

public CustomTag createTagNeverReload(java.lang.String s)
                               throws java.lang.ClassNotFoundException,
                                      java.lang.InstantiationException,
                                      java.lang.IllegalAccessException