|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.http.urlrewrite.UrlRewriterContainerFactory
public final class UrlRewriterContainerFactory
Provides a SiteKeyedFactory around urlrewrite.xml configurations instead of tuckey's default of only loading WEB-INF/urlrewrite.xml
| Nested Class Summary | |
|---|---|
static interface |
UrlRewriterContainerFactory.Context
The context any SearchTabFactory must work against. |
| Field Summary | |
|---|---|
static String |
URLREWRITE_XMLFILE
The name of the skin's configuration file. |
| Method Summary | |
|---|---|
org.tuckey.web.filters.urlrewrite.UrlRewriter |
getUrlRewriter()
|
static UrlRewriterContainerFactory |
instanceOf(UrlRewriterContainerFactory.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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String URLREWRITE_XMLFILE
| Method Detail |
|---|
public static UrlRewriterContainerFactory instanceOf(UrlRewriterContainerFactory.Context cxt)
cxt -
public boolean remove(Site site)
remove in interface SiteKeyedFactorysite - remove factory corresponding to this site.
public org.tuckey.web.filters.urlrewrite.UrlRewriter getUrlRewriter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||