org.hops.og.util
Class og_util

java.lang.Object
  extended by org.hops.og.util.og_util
All Implemented Interfaces:
java.io.Serializable

public class og_util
extends java.lang.Object
implements java.io.Serializable

Util functions used by the og

Version:
3.0
Author:
Meritxell Gonzalez
See Also:
Serialized Form

Nested Class Summary
static class og_util.NLPParameters
           
static class og_util.PageType
          Class that defines constants for the types of pages The types are: error, simple, resultlist, ending
 
Field Summary
static java.lang.String INIATTR
          The attribute used to initiate the dialogue
static java.lang.String LANGATTR
          The language attribute name
static java.lang.String PAGATTR
          The attribute used to manage pagination moves
 
Constructor Summary
og_util()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAGATTR

public static final java.lang.String PAGATTR
The attribute used to manage pagination moves

See Also:
Constant Field Values

INIATTR

public static final java.lang.String INIATTR
The attribute used to initiate the dialogue

See Also:
Constant Field Values

LANGATTR

public static final java.lang.String LANGATTR
The language attribute name

See Also:
Constant Field Values
Constructor Detail

og_util

public og_util()