public class DisplayTerms
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADVANCED_SEARCH |
protected boolean |
advancedSearch |
static String |
AND_OPERATOR |
protected boolean |
andOperator |
protected String |
keywords |
static String |
KEYWORDS |
Constructor and Description |
---|
DisplayTerms(javax.servlet.http.HttpServletRequest request) |
DisplayTerms(PortletRequest portletRequest) |
Modifier and Type | Method and Description |
---|---|
String |
getKeywords() |
boolean |
isAdvancedSearch() |
boolean |
isAndOperator() |
boolean |
isSearch() |
void |
setAdvancedSearch(boolean advancedSearch) |
public static final String ADVANCED_SEARCH
public static final String AND_OPERATOR
public static final String KEYWORDS
protected boolean advancedSearch
protected boolean andOperator
protected String keywords
public DisplayTerms(javax.servlet.http.HttpServletRequest request)
public DisplayTerms(PortletRequest portletRequest)