|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.query.LocalSearchProcessor
Presents the local search criteria in the HTML Local Search UI. Supported API: false Extendable: false
Field Summary | |
private static String |
bgColorTable
|
private static String |
CODEBASE
|
private static int |
PAGE_EXPIRATION
|
private static String |
PROCESSOR_CLASS
|
private static String |
PROCESSOR_METHOD
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Fields inherited from interface wt.templateutil.processor.ContextTranslator |
CONTEXT_LIST_IN, CONTEXT_LIST_OUT |
Fields inherited from interface wt.templateutil.processor.ContextHolder |
CONTEXT_ACTION, CONTEXT_CLASS_NAME, CONTEXT_OBJ, CONTEXT_PROPERTIES, FORM_DATA, QUERY_DATA, RESPONSE_EXCEPTIONS, RESPONSE_FOOTERS, RESPONSE_HEADERS, RESPONSE_MESSAGES, RESPONSE_STRING, STATUS |
Constructor Summary | |
LocalSearchProcessor()
|
Method Summary | |
private static String |
createFindUserHTML(String attrib,
Locale locale)
|
static String |
displayLocalSearch(Properties parameters,
Locale locale)
Method for displaying the Local Search criteria HTML. |
static void |
displayLocalSearch(Properties parameters,
Locale locale,
OutputStream os)
|
static Vector |
getAttributeValueList(PropertyDescriptor pd,
Locale locale)
Tries to generate a Vector of legal value strings to be used in the drop down list. |
static Vector |
getCabinetList()
Generates a Vector of cabinet strings to be used in the drop down list. |
static Vector |
getDataFormatList()
Generates a Vector of data format strings to be used in the drop down list. |
static Vector |
getLegalValueList(String method_name)
Generates a Vector of legal value strings to be used in the drop down list. |
static Vector |
getTeamTemplateList()
Generates a Vector of TeamTemplate strings to be used in the drop down list. |
HTMLTemplate |
getTemplate(Vector preferences)
Return an initialized HTMLTemplate. |
Vector |
getValueList(PropertyDescriptor pd,
Locale locale)
Tries to generate a Vector of legal value strings to be used in the drop down list. |
static Vector |
getViewList()
Generates a Vector of view strings to be used in the drop down list. |
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page which presents the Local Search criteria page. |
void |
localSearch(Properties parameters,
Locale locale,
OutputStream os)
Presents the local search criteria. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static String CODEBASE
private static boolean VERBOSE
private static int PAGE_EXPIRATION
private static final String RESOURCE
private static final String PROCESSOR_CLASS
private static final String PROCESSOR_METHOD
private static final String bgColorTable
Constructor Detail |
public LocalSearchProcessor()
Method Detail |
public void handleRequest(HTTPRequest req, HTTPResponse resp) throws WTException
req
- HTTPRequestresp
- HTTPResponse
WTException
URLProcessor
public HTMLTemplate getTemplate(Vector preferences) throws WTException
WTException
public void localSearch(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public static void displayLocalSearch(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public static String displayLocalSearch(Properties parameters, Locale locale) throws WTException
parameters
- the Properties object containing parameters for building the
search criterialocale
- the Locale in which the search will be displayed
WTException
public static Vector getTeamTemplateList() throws WTException
WTException
public static Vector getCabinetList() throws WTException
WTException
public static Vector getViewList() throws WTException
WTException
public static Vector getDataFormatList() throws WTException
WTException
public static Vector getLegalValueList(String method_name) throws WTException
WTException
public Vector getValueList(PropertyDescriptor pd, Locale locale)
public static Vector getAttributeValueList(PropertyDescriptor pd, Locale locale)
private static String createFindUserHTML(String attrib, Locale locale) throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |