|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.site.config.AbstractDocumentFactory
no.sesat.search.view.SearchTabFactory
public final class SearchTabFactory
Deserialises views.xml into SearchTab (& its inner classes).
| Nested Class Summary | |
|---|---|
static interface |
SearchTabFactory.Context
The context any SearchTabFactory must work against. |
| Nested classes/interfaces inherited from class no.sesat.search.site.config.AbstractDocumentFactory |
|---|
AbstractDocumentFactory.ParseType |
| Field Summary | |
|---|---|
static String |
VIEWS_XMLFILE
Name of the configuration file. |
| Method Summary | |
|---|---|
SearchTab |
getTabByKey(String key)
Find the tab with the given key. |
SearchTab |
getTabByName(String id)
Find the tab with the given id. |
Map<String,SearchTab> |
getTabsByName()
|
static SearchTabFactory |
instanceOf(SearchTabFactory.Context cxt)
Return the factory in use for the skin defined within the context. |
boolean |
remove(Site site)
Remove the factory in use for the skin defined within the context. |
| Methods inherited from class no.sesat.search.site.config.AbstractDocumentFactory |
|---|
beanToXmlName, fillBeanProperty, parseBoolean, parseFloat, parseInt, parseString, xmlToBeanName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VIEWS_XMLFILE
| Method Detail |
|---|
public static SearchTabFactory instanceOf(SearchTabFactory.Context cxt)
cxt -
public boolean remove(Site site)
remove in interface SiteKeyedFactorysite - remove factory corresponding to this site.
public SearchTab getTabByName(String id)
id -
public SearchTab getTabByKey(String key)
key -
public Map<String,SearchTab> getTabsByName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||