|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.filter.FilterService
public final class FilterService
FilterService
Method Summary | |
---|---|
List<LuteceFilter> |
getFilters()
Gives the filters list |
static FilterService |
getInstance()
Return the unique instance |
static void |
init()
Initializes filters |
void |
registerFilter(FilterEntry entry,
Plugin plugin)
Register a filter |
static void |
setServletContext(javax.servlet.ServletContext servletContext)
Defines the servlet context used by the FilterConfig given to the filters |
static void |
sortFilters()
Sort filters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FilterService getInstance()
public void registerFilter(FilterEntry entry, Plugin plugin)
entry
- The filter entry defined in the plugin's XML fileplugin
- The pluginpublic static void setServletContext(javax.servlet.ServletContext servletContext)
servletContext
- The contextpublic static void init() throws LuteceInitException
LuteceInitException
- If an error occurspublic static void sortFilters()
public List<LuteceFilter> getFilters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |