public interface IncomingFilters
| Modifier and Type | Method and Description |
|---|---|
void |
add(LexiComIncomingFilter filter)
Adds an incoming filter for all in-scope content.
|
java.lang.String[][] |
list(boolean allInScope)
List added javascript incoming filters
|
LexiComIncomingFilter |
remove(java.lang.String[] path)
Remove an added javascript incoming filter
|
void add(LexiComIncomingFilter filter) throws java.lang.Exception
filter - an incoming filter. The filter is invoked with every solicited or unsolicited
incoming file request just before the content stream beginsjava.lang.Exceptionjava.lang.String[][] list(boolean allInScope)
throws java.lang.Exception
allInScope - true if all of the in-scope entries should be listed; false if just the entries added by this javascript should be listedjava.lang.ExceptionLexiComIncomingFilter remove(java.lang.String[] path) throws java.lang.Exception
path - the alias path of the javascript action to be removedjava.lang.Exception