Class Site.CustomProperty

java.lang.Object
org.alfresco.repo.site.script.Site.CustomProperty
Enclosing class:
Site

public class Site.CustomProperty extends Object
Custom property helper class
Author:
Roy Wetherall
  • Constructor Details

    • CustomProperty

      public CustomProperty(String name, Serializable value, String type, String title)
      Constructor
      Parameters:
      name - property name
      value - property value
      type - property type
      title - property title
  • Method Details