Package tridion.contentmanager.contentmanagement.fields

Examples of tridion.contentmanager.contentmanagement.fields.TextField


    log.debug("Component title: " + component.getTitle());

    ItemFields itemFields = new ItemFields(component.getContent(), component.getSchema());
    log.debug("ItemFields created");

    TextField summaryField = (TextField) itemFields.getItem("Summary");
    log.debug("TextField created");

    System.out.println("\tSummary: " + summaryField.getValue());

    log.debug("Component done");
  }
View Full Code Here

TOP

Related Classes of tridion.contentmanager.contentmanagement.fields.TextField

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.