Class Index | File Index

Classes


Class orion.core.ContentType

Represents a content type known to Orion.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.core/web/orion/contentTypes.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Optional; Gives the ID of another ContentType that is this one's parent.
 
Optional; List of file extensions characterizing this ContentType.
 
Optional; List of filenames characterizing this ContentType.
 
id
Unique identifier of this ContentType.
 
User-readable name of this ContentType.
Class Detail
orion.core.ContentType()
Field Detail
{String} extends
Optional; Gives the ID of another ContentType that is this one's parent.

{String[]} extension
Optional; List of file extensions characterizing this ContentType. Extensions are not case-sensitive.

{String[]} filename
Optional; List of filenames characterizing this ContentType.

{String} id
Unique identifier of this ContentType.

{String} name
User-readable name of this ContentType.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:22 GMT-0400 (EDT)