|
|||||||||
| 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.QueryFormHandler
QueryFormHandler instead.
public class QueryFormHandler
This form handler issues requests using the <search> tag This component provides properties for setting some common attributes of the <search> tag.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Deprecated. |
| 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 | |
|---|---|
QueryFormHandler()
Deprecated. |
|
| Method Summary | |
|---|---|
protected ClientRequest |
createClientRequest(DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
Deprecated. Creates and initializes the ClientRequest for this form handler, which is of type ClientQueryRequest. |
protected SearchMessage |
createSearchMessage(ClientRequest pQueryRequest,
DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
Deprecated. Create the JMS message to represent a ClientQueryRequest and associated response data. |
protected void |
dumpRequestInfo(ClientRequest pClientRequest)
Deprecated. Debugging method. |
protected ClientQueryRequest |
getClientQueryRequest()
Deprecated. Convenience method to get ClientRequest cast to actual type for this request. |
java.lang.String |
getDebugSearchConfigName()
Deprecated. |
java.lang.String[] |
getDocProps()
Deprecated. A set of values for the docProps attribute. |
FacetSearchResponse |
getFacetSearchResponse()
Deprecated. This will convert the Results object into a FacetSearchResponse object. |
atg.repository.search.refinement.FacetSearchService |
getFacetSearchService()
Deprecated. |
java.lang.String |
getPageMode()
Deprecated. |
protected DocumentSetConstraint |
getPrefAnswerConstr()
Deprecated. Get the <prefAnswerConstr> tag contents as a DocumeentSetConstraint. |
XMLBuilder |
getPrefAnswerConstrBuilder()
Deprecated. Get the XMLBuilder for the the <prefAnswerConstr> tag. |
java.lang.String |
getPriorInput(int pIndex)
Deprecated. Get the prior input value at the specified index. |
java.util.List |
getPriorInputList()
Deprecated. Get a list of prior input values. |
java.lang.String |
getQuestion()
Deprecated. Get the value of the <query><question> tag |
atg.nucleus.ResolvingMap |
getRelQuestSettings()
Deprecated. A map of values for the relQuestSettings attribute. |
java.util.Map |
getResponseNumberSettings()
Deprecated. A map of values for the responseNumberSettings attribute |
java.lang.String |
getSearchConfigAttributeName()
Deprecated. Get search config attribute name. |
java.lang.String |
getSearchConfigName(DynamoHttpServletRequest pRequest)
Deprecated. Get the search config name from service. |
SearchConfigNameService |
getSearchConfigNameService()
Deprecated. Get nucleus service that return search config name. |
protected DocumentSetConstraint |
getWeightedProps()
Deprecated. Get the builder for the <weightedProps> constraints tag. |
XMLBuilder |
getWeightedPropsXMLBuilder()
Deprecated. Get the optional builder for the <weightedProps> constraints tag. |
boolean |
isEnableReportData()
Deprecated. |
protected void |
prepareClientRequest(DynamoHttpServletRequest pRequest)
Deprecated. This method is overridden to translate the relQuestSettings and responseNumberSettings map values into the encoded values used in the XML request. |
void |
setDebugSearchConfigName(java.lang.String pDebugSearchConfigName)
Deprecated. |
void |
setDocProps(java.lang.String[] pDocProps)
Deprecated. Set a set of values for the docProps attribute. |
void |
setEnableReportData(boolean pEnableReportData)
Deprecated. |
void |
setFacetSearchService(atg.repository.search.refinement.FacetSearchService pFacetSearchService)
Deprecated. The FacetSearchService that can be used to convert the search results into a FacetSearchResponse object. |
void |
setPageMode(java.lang.String pPageMode)
Deprecated. The PageMode that will be passed to FacetSearchService.convertResults when converting the Results to a FacetSearchResponse |
void |
setPrefAnswerConstrBuilder(XMLBuilder pPrefAnswerConstrBuilder)
Deprecated. Set an XMLBuilder for the the <prefAnswerConstr> tag. |
void |
setPriorInput(int pIndex,
java.lang.String pValue)
Deprecated. Set the prior input String at the specified index. |
void |
setQuestion(java.lang.String pQueryText)
Deprecated. Set the value of the <query><question> tag |
void |
setRelQuestSettings(atg.nucleus.ResolvingMap pRelQuestSettings)
Deprecated. Set the relQuestSettings map. |
void |
setResponseNumberSettings(java.util.Map pResponseNumberSettings)
Deprecated. Set a map of values for responseNumberSettings |
void |
setSearchConfigAttributeName(java.lang.String pSearchConfigAttributeName)
Deprecated. Set search config attribute name. |
void |
setSearchConfigNameService(SearchConfigNameService pSearchConfigNameService)
Deprecated. Set nucleus service. |
void |
setWeightedPropsXMLBuilder(XMLBuilder pWeightedPropsBuilder)
Deprecated. Set an optional constraints builder object for the <weightedProps> tag. |
| 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 QueryFormHandler()
| Method Detail |
|---|
public java.lang.String getDebugSearchConfigName()
public void setDebugSearchConfigName(java.lang.String pDebugSearchConfigName)
public boolean isEnableReportData()
public void setEnableReportData(boolean pEnableReportData)
public void setFacetSearchService(atg.repository.search.refinement.FacetSearchService pFacetSearchService)
public atg.repository.search.refinement.FacetSearchService getFacetSearchService()
public void setPageMode(java.lang.String pPageMode)
public java.lang.String getPageMode()
public FacetSearchResponse getFacetSearchResponse()
public atg.nucleus.ResolvingMap getRelQuestSettings()
public void setRelQuestSettings(atg.nucleus.ResolvingMap pRelQuestSettings)
pRelQuestSettings - the relQuestSettings in map formpublic java.util.Map getResponseNumberSettings()
public void setResponseNumberSettings(java.util.Map pResponseNumberSettings)
pResponseNumberSettings - the map of valuespublic java.lang.String[] getDocProps()
docProps attribute controls the
meta properties that are returned with each results.
public void setDocProps(java.lang.String[] pDocProps)
docProps attribute controls the
meta properties that are returned with each results.
pDocProps - The set of valuespublic void setQuestion(java.lang.String pQueryText)
pQueryText - the search textpublic java.lang.String getQuestion()
public void setWeightedPropsXMLBuilder(XMLBuilder pWeightedPropsBuilder)
pWeightedPropsBuilder - the <weightedProps> constraints
builder or nullgetWeightedProps(),
XMLBuilder,
MapXMLBuilderpublic XMLBuilder getWeightedPropsXMLBuilder()
getWeightedProps(),
XMLBuilder,
MapXMLBuilderprotected DocumentSetConstraint getWeightedProps()
getWeightedProps(),
XMLBuilder,
MapXMLBuilderpublic void setPrefAnswerConstrBuilder(XMLBuilder pPrefAnswerConstrBuilder)
pPrefAnswerConstrBuilder - the <prefAnswerConstr>
constraints builder or null to use default MapXMLBuilderXMLBuilder,
MapXMLBuilderpublic XMLBuilder getPrefAnswerConstrBuilder()
XMLBuilder,
MapXMLBuilderprotected DocumentSetConstraint getPrefAnswerConstr()
getPrefAnswerConstrBuilder(),
setPrefAnswerConstrBuilder(XMLBuilder)
public void setPriorInput(int pIndex,
java.lang.String pValue)
pIndex - the indexpValue - the valuegetPriorInputList()public java.lang.String getPriorInput(int pIndex)
pIndex - the index
getPriorInputList()public java.util.List getPriorInputList()
getPriorInput(int),
prepareClientRequest(atg.servlet.DynamoHttpServletRequest)public SearchConfigNameService getSearchConfigNameService()
public void setSearchConfigNameService(SearchConfigNameService pSearchConfigNameService)
pSearchConfigNameService - new instance of SearchConfigNameService.public java.lang.String getSearchConfigAttributeName()
public void setSearchConfigAttributeName(java.lang.String pSearchConfigAttributeName)
pSearchConfigAttributeName - String
protected ClientRequest createClientRequest(DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
createClientRequest in class BaseSearchFormHandlerpRequest - the dynamo requestpResponse - the dynamo response
protected SearchMessage createSearchMessage(ClientRequest pQueryRequest,
DynamoHttpServletRequest pRequest,
DynamoHttpServletResponse pResponse)
createSearchMessage in class BaseSearchFormHandlerpQueryRequest - the client request objectpRequest - the Dynamo http requestpResponse - the Dynamo http response
protected void dumpRequestInfo(ClientRequest pClientRequest)
dumpRequestInfo in class BaseSearchFormHandlerpClientRequest - the ClientQueryRequest objectprotected ClientQueryRequest getClientQueryRequest()
protected void prepareClientRequest(DynamoHttpServletRequest pRequest)
prepareClientRequest in class BaseSearchFormHandlerpRequest - DynamoHttpServletRequestpublic java.lang.String getSearchConfigName(DynamoHttpServletRequest pRequest)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||