Home | History | Annotate | Download | only in templates

Lines Matching defs:OutputProperties

19  * $Id: OutputProperties.java 468643 2006-10-28 06:56:03Z minchau $
42 * <p>An OutputProperties list can contain another OutputProperties list as
49 public class OutputProperties extends ElemTemplateElement
54 * Creates an empty OutputProperties with no default values.
56 public OutputProperties()
62 * Creates an empty OutputProperties with the specified defaults.
66 public OutputProperties(Properties defaults)
72 * Creates an empty OutputProperties with the defaults specified by
81 public OutputProperties(String method)
88 * Clone this OutputProperties, including a clone of the wrapped Properties
91 * @return A new OutputProperties reference, mutation of which should not
99 OutputProperties cloned = (OutputProperties) super.clone();
629 * @param opsrc non-null reference to an OutputProperties.
631 public void copyFrom(OutputProperties opsrc)
671 * Creates an empty OutputProperties with the defaults specified by