Package dk.brics.jwig.server

Examples of dk.brics.jwig.server.PlaintextPayload


  /**
   * Sets the payload to the given plain-text value.
   */
  synchronized public void setText(String str) {
    refresh(str);
    payload = new PlaintextPayload(str);
  }
View Full Code Here

TOP

Related Classes of dk.brics.jwig.server.PlaintextPayload

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.