Detailed reference of prototypes, properties and methods available in the
Javascript environment of your Helma web applications.

Additional fields and methods of the HopObject class.
Methods
HopObject. getAccessName(obj, maxLength)
Constructs a name from an object which is unique in the underlying HopObject collection.
parameters
Object obj The object representing or containing the alias name. Possible object types include:
  • File
  • helma.File
  • java.io.File
  • String
  • java.lang.String
  • Packages.helma.util.MimePart
Number maxLength The maximum length of the alias
returns
The resulting alias
HopObject. isTransient()
Returns true if the internal state of this HopObject is TRANSIENT.
returns
True if this HopObject is marked as transient, false otherwise.
HopObject. isVirtual()
Returns true if the internal state of this HopObject is VIRTUAL.
returns
True if this HopObject is marked as virtual, false otherwise.
HopObject. isInvalid()
Returns true if the internal state of this HopObject is INVALID.
returns
True if this HopObject is marked as invalid, false otherwise.
HopObject. isClean()
Returns true if the internal state of this HopObject is CLEAN.
returns
True if this HopObject is marked as clean, false otherwise.
HopObject. isNew()
Returns true if the internal state of this HopObject is NEW.
returns
True if this HopObject is marked as new, false otherwise.
HopObject. isModified()
Returns true if the internal state of this HopObject is MODIFIED.
returns
True if this HopObject is marked as modified, false otherwise.
HopObject. isDeleted()
Returns true if the internal state of this HopObject is DELETED.
returns
True if this HopObject is marked as deleted, false otherwise.
Fri, 05 Feb 2010 17:40:07 GMT.

core framework

optional modules

java libraries

properties files