|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.enterprise.BasicTemplateProcessor
wt.federation.FederationSearchProcessor
Presents the federation search criteria in the HTML Remote Search UI. Supported API: false Extendable: false
Field Summary | |
private static String |
CODEBASE
|
private static int |
PAGE_EXPIRATION
|
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 | |
FederationSearchProcessor()
|
Method Summary | |
void |
federationSearch(Properties parameters,
Locale locale,
OutputStream os)
Presents the federation search criteria. |
static Vector |
getLegalValueList(String methodName)
Generates a Vector of legal value 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. |
void |
handleRequest(HTTPRequest req,
HTTPResponse resp)
This method handles HTTP GET requests to produce an HTML page which presents the Remote Search criteria page. |
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
Constructor Detail |
public FederationSearchProcessor()
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 federationSearch(Properties parameters, Locale locale, OutputStream os) throws WTException
WTException
public static Vector getLegalValueList(String methodName) throws WTException
WTException
public Vector getValueList(PropertyDescriptor pd, Locale locale)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |