org.dspace.app.xmlui.wing
Class WingConstants

java.lang.Object
  extended by org.dspace.app.xmlui.wing.WingConstants

public class WingConstants
extends Object

Static constants relating to Wing and the DRI schema.

Author:
Scott Phillips

Field Summary
static Namespace DRI
          The DRI schema's namespace
static Namespace I18N
          Cocoon's i18n namespace
static String[] MERGEABLE_ELEMENTS
          All the DRI mergeable elements
static String[] METADATA_ELEMENTS
          All the DRI metadata elements
static String[] RICH_TEXT_CONTAINERS
          All the DRI rich text container elements
static String[] STRUCTURAL_ELEMENTS
          All the DRI structural elements
static String[] TEXT_CONTAINERS
          All the DRI text container elements
 
Constructor Summary
WingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRI

public static final Namespace DRI
The DRI schema's namespace


I18N

public static final Namespace I18N
Cocoon's i18n namespace


MERGEABLE_ELEMENTS

public static final String[] MERGEABLE_ELEMENTS
All the DRI mergeable elements


METADATA_ELEMENTS

public static final String[] METADATA_ELEMENTS
All the DRI metadata elements


STRUCTURAL_ELEMENTS

public static final String[] STRUCTURAL_ELEMENTS
All the DRI structural elements


TEXT_CONTAINERS

public static final String[] TEXT_CONTAINERS
All the DRI text container elements


RICH_TEXT_CONTAINERS

public static final String[] RICH_TEXT_CONTAINERS
All the DRI rich text container elements

Constructor Detail

WingConstants

public WingConstants()


Copyright © 2012 DuraSpace. All Rights Reserved.