|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.GenericService
atg.droplet.EmptyFormHandler
atg.droplet.GenericFormHandler
atg.search.query.formhandlers.BaseSearchFormHandler
atg.search.query.formhandlers.CategorizeFormHandler
public class CategorizeFormHandler
This form handler issues requests using the <categorize> tag, which also corresponds to the ClientCategorizeRequest of the searchclient API.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Fields inherited from class atg.search.query.formhandlers.BaseSearchFormHandler |
|---|
DEFAULT_ANONYMOUS_USERNAME, DEFAULT_SITE_NAME |
| Fields inherited from class atg.droplet.GenericFormHandler |
|---|
PARAM_DEFER_FORWARD_OR_REDIRECT, PARAM_USE_FORWARDS |
| Fields inherited from class atg.nucleus.GenericService |
|---|
SERVICE_INFO_KEY |
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging |
|---|
DEFAULT_LOG_TRACE_STATUS |
| Fields inherited from interface atg.nucleus.logging.ApplicationLogging |
|---|
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS |
| Constructor Summary | |
|---|---|
CategorizeFormHandler()
|
|
| Method Summary | |
|---|---|
protected ClientRequest |
createClientRequest(DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
Create the appropriate ClientRequest subtype for this query type |
protected SearchMessage |
createSearchMessage(ClientRequest pQueryRequest,
DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
Create the JMS message to represent a ClientQueryRequest and associated response data. |
protected ClientCategorizeRequest |
getClientCategorizeRequest()
Convenience method for this class to avoid massive casting |
java.lang.String |
getInput()
Get the value for the input tag (query) or null |
void |
setInput(java.lang.String pInput)
Set the input tag's value |
| Methods inherited from class atg.droplet.EmptyFormHandler |
|---|
afterGet |
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl |
|---|
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public CategorizeFormHandler()
| Method Detail |
|---|
public void setInput(java.lang.String pInput)
pInput - the <input> tag's bodypublic java.lang.String getInput()
protected ClientRequest createClientRequest(DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
createClientRequest in class BaseSearchFormHandlerpRequest - the Dynamo http requestpResponse - the Dynamo http response
protected SearchMessage createSearchMessage(ClientRequest pQueryRequest,
DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
createSearchMessage in class BaseSearchFormHandlerpQueryRequest - the ClientRequest objectpRequest - the Dynamo http requestpResponse - the Dynamo http response
protected ClientCategorizeRequest getClientCategorizeRequest()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||