Package net.i2p.router.web.helpers
Class SearchHelper
- java.lang.Object
-
- net.i2p.router.web.HelperBase
-
- net.i2p.router.web.helpers.SearchHelper
-
public class SearchHelper extends HelperBase
Helper for searches.- Since:
- 0.9
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static String
ENGINES_DEFAULT
(package private) static String
PROP_ENGINES
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description SearchHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSelector()
String
getURL()
void
setEngine(String s)
void
setQuery(String s)
-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
-
-
-
Field Detail
-
PROP_ENGINES
static final String PROP_ENGINES
- See Also:
- Constant Field Values
-
ENGINES_DEFAULT
static final String ENGINES_DEFAULT
- See Also:
- Constant Field Values
-
-