public abstract class InclExclUrlFilter extends BaseUrlFilter
| Constructor and Description |
|---|
InclExclUrlFilter() |
InclExclUrlFilter(XMLReader parent) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
doUrlRewite(String orignialUrl,
int matchIndex,
boolean passThrough)
Rewrite URLs that match the RegEx and INCLUDE/EXCLUDE
criteria.
|
protected String |
getListType() |
protected String[] |
getUrlRegExList() |
String |
rewriteUrl(String originalUrl,
boolean passThrough)
Abstract method for re-writng a given url
|
protected void |
setListType(String listType) |
protected void |
setUrlRegExList(String[] urlRegExList) |
characters, clearData, endElement, makeCaseInsensitive, setElements, setPassThroughElements, startElementcomment, endCDATA, endDTD, endEntity, getLexicalHandler, parse, parse, setActionData, setLexicalHandler, setParent, setRenderData, startCDATA, startDTD, startEntityendDocument, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic InclExclUrlFilter()
public InclExclUrlFilter(XMLReader parent)
public final String rewriteUrl(String originalUrl, boolean passThrough)
BaseUrlFilterrewriteUrl in class BaseUrlFilteroriginalUrl - the url as a String before it is re-written to some other urlprotected String getListType()
protected void setListType(String listType)
listType - The listType to set.protected String[] getUrlRegExList()
protected void setUrlRegExList(String[] urlRegExList)
urlRegExList - The urlRegExList to set.Copyright © 2016 Jasig. All Rights Reserved.