com.ideo.sweetdevria.builder
Class ComponentBuilderFactory

java.lang.Object
  extended by com.ideo.sweetdevria.builder.ComponentBuilderFactory

public class ComponentBuilderFactory
extends java.lang.Object


Constructor Summary
ComponentBuilderFactory()
           
 
Method Summary
static ComponentBuilder createBuilder(java.lang.String builderId, java.util.Map tagParams, javax.servlet.jsp.PageContext pageContext)
          Create a component builder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentBuilderFactory

public ComponentBuilderFactory()
Method Detail

createBuilder

public static ComponentBuilder createBuilder(java.lang.String builderId,
                                             java.util.Map tagParams,
                                             javax.servlet.jsp.PageContext pageContext)
                                      throws java.lang.Exception
Create a component builder. TODO insure the creation synchronization TODO eventually create a factory if needed

Throws:
java.lang.IllegalArgumentException - if the builderId given in parameter is incorrect
java.lang.Exception


Copyright © 2010 Ideo Technologies. All Rights Reserved.