wt.dataops
Class HTMLTempProcessorUtils

java.lang.Object
  extended bywt.dataops.HTMLTempProcessorUtils

public class HTMLTempProcessorUtils
extends Object


Field Summary
private static String DOCUMENT_TREE_COOKIE
           
static String INROW_OID
           
private static String PJL_SELECT_NAME
           
private static String STRUCTURE_TREE_COOKIE
           
private static String STRUCTURE_TREE_NODE_PREFIX
           
private static String TEMPLATE_PROC_CHECKBOX_PREFIX
           
 
Constructor Summary
HTMLTempProcessorUtils()
           
 
Method Summary
static void dumpProperties(Properties props, String title)
           
static String escapeChars(String s)
           
static String getLaunchWindowURLWrapper(String url, String title, int winWidth, int winHeight)
           
static List getSeedObjects(HTTPState state)
           
static String getSubmitToNewWindowURLWrapper(String url, String title, int winWidth, int winHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INROW_OID

public static final String INROW_OID
See Also:
Constant Field Values

STRUCTURE_TREE_NODE_PREFIX

private static final String STRUCTURE_TREE_NODE_PREFIX
See Also:
Constant Field Values

TEMPLATE_PROC_CHECKBOX_PREFIX

private static final String TEMPLATE_PROC_CHECKBOX_PREFIX
See Also:
Constant Field Values

STRUCTURE_TREE_COOKIE

private static final String STRUCTURE_TREE_COOKIE
See Also:
Constant Field Values

DOCUMENT_TREE_COOKIE

private static final String DOCUMENT_TREE_COOKIE
See Also:
Constant Field Values

PJL_SELECT_NAME

private static final String PJL_SELECT_NAME
See Also:
Constant Field Values
Constructor Detail

HTMLTempProcessorUtils

public HTMLTempProcessorUtils()
Method Detail

getSeedObjects

public static List getSeedObjects(HTTPState state)

getSubmitToNewWindowURLWrapper

public static String getSubmitToNewWindowURLWrapper(String url,
                                                    String title,
                                                    int winWidth,
                                                    int winHeight)

getLaunchWindowURLWrapper

public static String getLaunchWindowURLWrapper(String url,
                                               String title,
                                               int winWidth,
                                               int winHeight)

escapeChars

public static String escapeChars(String s)

dumpProperties

public static void dumpProperties(Properties props,
                                  String title)