Uses of Interface
org.xwiki.portlet.url.URLRewriter

Packages that use URLRewriter
org.xwiki.portlet.url   
org.xwiki.portlet.view   
 

Uses of URLRewriter in org.xwiki.portlet.url
 

Classes in org.xwiki.portlet.url that implement URLRewriter
 class DefaultURLRewriter
          Rewrites relative servlet URLs into portlet URLs.
 

Uses of URLRewriter in org.xwiki.portlet.view
 

Constructors in org.xwiki.portlet.view with parameters of type URLRewriter
CSSStreamFilter(String namespace, URLRewriter urlRewriter)
          Creates a new CSS stream filter that uses the given URL rewriter to transform import URLs and the given name-space to prevent style rules from affecting other portlets or the portal page itself.
CSSStyleSheetFilter(String namespace, URLRewriter urlRewriter)
          Creates a new CSSStyleSheet filter that rewrites import URLs using the given URL rewriter and name-spaces all style rules using the given name-space.
HTMLConditionalCommentsXMLFilter(URLRewriter urlRewriter)
          Creates a new XML filter that rewrites link HREFs inside Internet Explorer's specific conditional comments.
HTMLInlineCodeXMLFilter(URLRewriter urlRewriter, String namespace)
          Creates a new HTML XML filter that rewrites the CSS and JavaScript code in-lined in the HTML document.
HTMLMetaDataXMLFilter(URLRewriter urlRewriter, boolean fragment)
          Creates a new HTML XML filter that outputs meta data useful for client side scripts.
HTMLStreamFilter(URLRewriter urlRewriter, String portletNamespace, boolean wrapOutput)
          Creates a new HTML stream filter which executes the following transformations: converts relative servlet URLs prefixed with the given context path to portlet URLs created using the given URL factory name-space HTML element identifiers to prevent conflicts with other portlets and the portal page itself rewrite in-line JavaScript code to use the name-spaced element identifiers rewrite in-line CSS to prevent interference with other portlets and the portal page itself .
HTMLURLAttributeXMLFilter(URLRewriter urlRewriter)
          Creates a new HTML XML filter which rewrites servlet URLs into portlet URLs.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.