public final class PortletUrlFilter extends InclExclUrlFilter
| Constructor and Description |
|---|
PortletUrlFilter() |
PortletUrlFilter(XMLReader parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearData()
Called at the end of a request that the component was used in.
|
protected String |
doUrlRewite(String orignialUrl,
int matchIndex,
boolean passThrough)
Rewrite URLs that match the RegEx and INCLUDE/EXCLUDE
criteria.
|
String |
getName()
Returns a displayable name for the component.
|
void |
setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
This method is called on a component that is being used by the portlet at the
begining of the action request it will be used in.
|
void |
setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
This method is called on a component that is being used by the portlet at the
begining of the render request it will be used in.
|
getListType, getUrlRegExList, rewriteUrl, setListType, setUrlRegExListcharacters, endElement, makeCaseInsensitive, setElements, setPassThroughElements, startElementcomment, endCDATA, endDTD, endEntity, getLexicalHandler, parse, parse, setLexicalHandler, setParent, 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, warningpublic PortletUrlFilter()
public PortletUrlFilter(XMLReader parent)
protected String doUrlRewite(String orignialUrl, int matchIndex, boolean passThrough)
InclExclUrlFilterdoUrlRewite in class InclExclUrlFilterorignialUrl - The URL to re-writepublic void setRenderData(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
ProxyComponentsetRenderData in interface ProxyComponentsetRenderData in class ChainingSaxFilterpublic void clearData()
ProxyComponentclearData in interface ProxyComponentclearData in class BaseUrlFilterpublic String getName()
ProxyComponentpublic void setActionData(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
ProxyComponentsetActionData in interface ProxyComponentsetActionData in class ChainingSaxFilterCopyright © 2016 Jasig. All Rights Reserved.