Package pt.webdetails.cdf.dd.util

Examples of pt.webdetails.cdf.dd.util.PropertyBag


  private JXPathContext node;
  protected static final Log logger = LogFactory.getLog( Render.class );
  private PropertyBag propertyBag;

  public Render( JXPathContext node ) {
    this.propertyBag = new PropertyBag();
    this.node = node;
  }
View Full Code Here

TOP

Related Classes of pt.webdetails.cdf.dd.util.PropertyBag

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.