Protected Attributes | |
Localizer | localizer |
FoundList | results = null |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractElement | |
IConstructor | constructor |
ElContext | context |
AttributeSupport | attrSupport |
Element | conf = null |
String[] | types |
String | title |
Collection< String > | metas |
Definition at line 37 of file Search.java.
org.turro.elephant.search.Search.Search | ( | ) |
ISearchable [] org.turro.elephant.search.Search.getElements | ( | ) |
Definition at line 46 of file Search.java.
String org.turro.elephant.search.Search.getEnd | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 104 of file Search.java.
FoundList org.turro.elephant.search.Search.getResults | ( | ) |
Definition at line 63 of file Search.java.
String org.turro.elephant.search.Search.getStart | ( | ) |
Reimplemented from org.turro.elephant.impl.abstracts.AbstractElement.
Definition at line 99 of file Search.java.
FoundList org.turro.elephant.search.Search.search | ( | String | value, |
boolean | ignoreCase | ||
) |
Definition at line 70 of file Search.java.
void org.turro.elephant.search.Search.startConstruction | ( | ) | throws ServletException, IOException |
This method start element's construction. It gets called within IConstructor.startConstruction()
.
javax.servlet.ServletException | |
java.io.IOException |
Implements org.turro.elephant.context.IElement.
Definition at line 84 of file Search.java.
|
protected |
Definition at line 39 of file Search.java.
|
protected |
Definition at line 40 of file Search.java.