Package org.xwiki.portlet.view

Interface Summary
StreamFilter Filters a stream of characters.
 

Class Summary
CSSStreamFilter Rewrites a CSS stream so that it can be used by a portlet in a portal page without affecting other portlets or the portal page itself.
CSSStyleSheetFilter Rewrites a CSS stream so that it can be used by a portlet in a portal page without affecting other portlets or the portal page itself.
HTMLConditionalCommentsXMLFilter An XML filter that rewrites <link> HREFs inside Internet Explorer's specific conditional comments.
HTMLIdAttributeXMLFilter An XML filter that rewrites all element identifiers to ensure they are unique in the context of a portal page.
HTMLInlineCodeXMLFilter An XML filter that transforms the code (e.g.
HTMLMetaDataXMLFilter An XML filter that outputs meta data useful for client side scripts.
HTMLStreamFilter Rewrites a servlet HTML stream into a portlet HTML stream.
HTMLURLAttributeXMLFilter An XML filter that rewrites some of the servlet URLs into portlet URLs.
JavaScriptIdASTFilter Name-spaces all occurrences of HTML element identifiers inside the AST tree.
JavaScriptNameASTFilter Name-spaces all global variable names.
JavaScriptStreamFilter Synchronizes the JavaScript code with the rewritten HTML code.
StreamFilterManager Applies the right stream filter based on the stream content type.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.