org.adfemg.audits.utils
Class AuditConstants

java.lang.Object
  extended by org.adfemg.audits.utils.AuditConstants

public class AuditConstants
extends java.lang.Object


Field Summary
static int MAX_CONTAINER_LENGTH
          Maximum lenght for an ID of a naming container.
static int MAX_ID_LENGTH
          Maximum lenght for an ID.
static int MAX_REGIONS_IN_PAGE
          Maximum number of regions in a page.
static java.lang.String NS_AF
          af namespace declaration.
static java.lang.String NS_F
          f namespace declaration.
static java.lang.String NS_JSPPAGE
          jsppage namespace declaration.
static java.lang.String NS_PLACEHOLDER_DC
          Namespace declaration for the placeholder DC ns.
 
Constructor Summary
AuditConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_AF

public static final java.lang.String NS_AF
af namespace declaration.

See Also:
Constant Field Values

NS_F

public static final java.lang.String NS_F
f namespace declaration.

See Also:
Constant Field Values

NS_JSPPAGE

public static final java.lang.String NS_JSPPAGE
jsppage namespace declaration.

See Also:
Constant Field Values

NS_PLACEHOLDER_DC

public static final java.lang.String NS_PLACEHOLDER_DC
Namespace declaration for the placeholder DC ns.

See Also:
Constant Field Values

MAX_CONTAINER_LENGTH

public static final int MAX_CONTAINER_LENGTH
Maximum lenght for an ID of a naming container.

See Also:
Constant Field Values

MAX_ID_LENGTH

public static final int MAX_ID_LENGTH
Maximum lenght for an ID.

See Also:
Constant Field Values

MAX_REGIONS_IN_PAGE

public static final int MAX_REGIONS_IN_PAGE
Maximum number of regions in a page.

See Also:
Constant Field Values
Constructor Detail

AuditConstants

public AuditConstants()