A B C D E F G H I L M N O P R S T U V W X Y 

A

AbstractProxyCommand - Class in org.apache.portals.applications.webcontent2.proxy.impl
Abstract Command base class encapsulating a unit of reverse proxy processing work to be performed, whose purpose is to support life cycle management with AbstractProxyCommand.initialize() and AbstractProxyCommand.destroy() methods, and to examine and/or modify the state of a reverse proxy transaction that is represented by a ProxyContext.
AbstractProxyCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyCommand
 
AbstractProxyMapping - Class in org.apache.portals.applications.webcontent2.proxy.impl
Abstract base implementation of ProxyMapping to provide the basic management features for attributes and content rewriters.
AbstractProxyMapping() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
 
AbstractProxyProcessingChainBuilder - Class in org.apache.portals.applications.webcontent2.proxy.builder
Abstract ProxyProcessingChain builder class providing basic functionality to add or remove internal Commands.
AbstractProxyProcessingChainBuilder() - Constructor for class org.apache.portals.applications.webcontent2.proxy.builder.AbstractProxyProcessingChainBuilder
Zero-argument default constructor.
AbstractProxyTagNodeVisitor - Class in org.apache.portals.applications.webcontent2.rewriter.htmlcleaner
A generic abstract TagNodeVisitor class which can be extended simply by implementing the link rewriting method only (AbstractProxyTagNodeVisitor.rewriteURI(String, String, String)).
AbstractProxyTagNodeVisitor(Map<String, String[]>) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AbstractProxyTagNodeVisitor
Construct a AbstractProxyTagNodeVisitor from the map of the link element tag name (e.g, "a" or "img") and its link attributes (e.g, [ "href" ] or [ "src" ]).
AbstractRewriter - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
AbstractRewriter
AbstractRewriter() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
AbstractTextLineContentRewriter - Class in org.apache.portals.applications.webcontent2.rewriter.impl
Abstract text line based content rewriter base implementation.
AbstractTextLineContentRewriter() - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.AbstractTextLineContentRewriter
 
AbstractTextLinesParserAdaptor - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
AbstractTextLinesParserAdaptor
AbstractTextLinesParserAdaptor() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractTextLinesParserAdaptor
 
ACTION_PARAMETER_METHOD - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
 
ACTION_PARAMETER_URL - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
parameters that need to be propagated in the action URL (since HTTP request parameters will not be available)
addAllProxyMappings(Collection<ProxyMapping>) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
Adds all the reverse proxy mappings in proxyMappings to the registry.
addAllProxyMappings(Collection<ProxyMapping>) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMappingRegistry
Adds all the reverse proxy mappings in proxyMappings to the registry.
addAttribute(QName, String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
addAttribute
addAttribute(String, Object) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
addAttribute
addAttribute(String, Object) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
addAttribute(String, Object) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.MutableAttributes
Creates a new attribute set similar to this one except that it contains an attribute with the given name and value.
addCommand(Command) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.AbstractProxyProcessingChainBuilder
Adds the given command to the internal Command list which will be added to the root Chain on AbstractProxyProcessingChainBuilder.build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) call.
addCommand(int, Command) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Add a Command at the given index of the list of Commands that will be called in turn when this Chain's execute() method is called.
addCookie(Cookie) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Adds the specified cookie to the response.
addCookie(Cookie) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Adds the specified cookie to the response.
addCookie(Cookie) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Adds the specified cookie to the response.
AddCookiesToResponseCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for copying all the original HTTP response cookies from the remote content to the internally created HttpResponse instance.
AddCookiesToResponseCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.AddCookiesToResponseCommand
 
addException(Exception) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Adds an exception caught during the current reverse proxy processing.
AddHeadersToResponseCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for copying all the original HTTP response headers except of HTTP Cookie related headers from the remote content to the internally created HttpResponse instance.
AddHeadersToResponseCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.AddHeadersToResponseCommand
 
AddHeaderToHttpRequestCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for copying all the original HTTP request headers to the internally created HttpRequestBase instance.
AddHeaderToHttpRequestCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.AddHeaderToHttpRequestCommand
 
addProxyMapping(ProxyMapping) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
Adds a reverse proxy mapping to the registry.
addProxyMapping(ProxyMapping) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMappingRegistry
Adds a reverse proxy mapping to the registry.
addTagNodeCondition(ITagNodeCondition) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AndTagNodeCondition
Adds a ITagNodeCondition checker instance.
addTagNodeVisitor(TagNodeVisitor) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Adds a custom TagNodeVisitor which can get the chance to do custom processing on the selected tag nodes.
AndTagNodeCondition - Class in org.apache.portals.applications.webcontent2.rewriter.htmlcleaner
Simple AND node condition checker implementation for HtmlCleaner based content rewriting process.
AndTagNodeCondition() - Constructor for class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AndTagNodeCondition
Zero-argument default constructor.
asNekoAttributeName(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
 
Attribute - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter.rules
Attribute
AttributeImpl - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl
Attribute
AttributeImpl() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.AttributeImpl
 
attrs - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
 

B

BasicRewriter - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
BasicRewriter
BasicRewriter() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.BasicRewriter
 
basicRewriterClass - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
configured basic rewriter class
basicRewriterProps - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
Basic rewriter instance properties
BROWSER_ACTION_NEXT_PAGE - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
BROWSER_ACTION_PARAM - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
BROWSER_ACTION_PREVIOUS_PAGE - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
BROWSER_ACTION_REFRESH_PAGE - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.AbstractProxyProcessingChainBuilder
Builds a ProxyProcessingChain instance with given proxyMappingRegistry, httpClientBuilder and httpClientContextBuilder.
build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in interface org.apache.portals.applications.webcontent2.proxy.builder.ProxyProcessingChainBuilder
Builds a ProxyProcessingChain instance with given proxyMappingRegistry, httpClientBuilder and httpClientContextBuilder.
build() - Method in interface org.apache.portals.applications.webcontent2.proxy.HttpClientContextBuilder
 

C

CallbackElementRemover - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko
CallbackElementRemover
CallbackElementRemover(Rewriter) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
Construct with reference to the rewriter context to consult for rewriting advice
characters(XMLString, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
characters
characters(XMLString, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
characters
characters(char[], int, int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor.SaxFormatHandler
 
CharArraySegment - Class in org.apache.portals.applications.webcontent2.proxy.util
CharArraySegment.
CharArraySegment() - Constructor for class org.apache.portals.applications.webcontent2.proxy.util.CharArraySegment
Zero-argument default constructor.
CharArraySegment(char[], int, int) - Constructor for class org.apache.portals.applications.webcontent2.proxy.util.CharArraySegment
Constructs a Segment from the array by selecting a range.
CharArraySegment(String) - Constructor for class org.apache.portals.applications.webcontent2.proxy.util.CharArraySegment
Constructs a Segment from the given string.
charAt(int) - Method in class org.apache.portals.applications.webcontent2.proxy.util.CharArraySegment
 
clean(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultURICleaner
Inspects the specified uri and returns a cleaned uri.
clean(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.URICleaner
Inspects the specified uri and returns a cleaned uri.
CleanupCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for cleaning up all the resources (such as HttpRequestBase, HttpResponse, HttpEntity and HttpClient) used during reverse proxy processing in the previous steps.
CleanupCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.CleanupCommand
 
clearDtdCache() - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
 
comment(XMLString, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
comment
comment(XMLString, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
comment
ContentRewriter - Interface in org.apache.portals.applications.webcontent2.rewriter
Reads content from the source, transforms the content and writes to the sink.
ContentRewritingContext - Interface in org.apache.portals.applications.webcontent2.rewriter
Content Rewriting Context which can be used to share context variables during the content rewriting process.
ContentRewritingException - Exception in org.apache.portals.applications.webcontent2.rewriter
ContentRewritingException which defines a general exception that a ContentRewriter can throw when it is unable to perform its operation successfully.
ContentRewritingException() - Constructor for exception org.apache.portals.applications.webcontent2.rewriter.ContentRewritingException
Constructs a new ContentRewritingException exception.
ContentRewritingException(String) - Constructor for exception org.apache.portals.applications.webcontent2.rewriter.ContentRewritingException
Constructs a new ContentRewritingException exception with the given message.
ContentRewritingException(String, Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.rewriter.ContentRewritingException
Constructs a new ContentRewritingException exception when the ContentRewritingException needs to do the following: throw an exception include the "nested" exception include a description message.
ContentRewritingException(Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.rewriter.ContentRewritingException
Constructs a new ContentRewritingException exception with the nested exception.
createContentRewritingContext(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
Creates a new ContentRewritingContext which is to be used by the resolved ContentRewriter.
createDefault() - Static method in class org.apache.portals.applications.webcontent2.proxy.builder.ProxyServices
Creates ProxyProcessingChainBuilder instance with default configuration.
createDefaultPostprocessingCommand(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.DefaultProxyProcessingChainBuilder
Creates a ProxyProcessingChain which contains all the Commands in the post-processing phase.
createDefaultPreprocessingCommand(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.DefaultProxyProcessingChainBuilder
Creates a ProxyProcessingChain which contains all the Commands in the pre-processing phase.
createDefaultProcessingCommand(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.DefaultProxyProcessingChainBuilder
Creates a ProxyProcessingChain which contains all the Commands in the core processing phase.
createHtmlCleaner() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Creates a HtmlCleaner instance.
createHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Creates HttpClientBuilder instance.
createHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Creates HttpClientBuilder instance.
createHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Creates HttpClientBuilder instance.
createHttpRequest(CloseableHttpClient, String, String, Map<String, String[]>, Map<String, String[]>, RenderRequest) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
createHttpRequest(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.InitHttpRequestCommand
Creates an HttpRequestBase instance which is used to invoke the resolved remote target URI.
createParserAdaptor(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
createParserAdaptor(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
Creates a Parser Adaptor for the given mime type The Parser Adaptor implementation is configured in the service configuration.
createProxyServiceCommand() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
#init(PortletConfig) method invokes this method to create the root reverse proxy processing chain ({@link ProxyProcessingChain}).
createProxyServiceCommand() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
#init(ServletConfig) method invokes this method to create the root reverse proxy processing chain (ProxyProcessingChain).
createProxyServiceCommand() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
SimpleReverseProxyServlet.init(ServletConfig) method invokes this method to create the root reverse proxy processing chain (ProxyProcessingChain).
createRewriter() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
createRewriter(Ruleset) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
createRewriter() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
Creates a basic rewriter that does not support rulesets configurations.
createRewriter(Ruleset) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
Creates a rewriter that supports rulesets configurations.
createRewriter(PortletRequest, RewriterController, Ruleset) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
createSerializer(HtmlCleaner) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.DefaultSerializerFactory
Creates a Serializer instance by finding and invoking the constructor of the injected HtmlCleaner Serializer class with the given object argument array.
createSerializer(HtmlCleaner) - Method in interface org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.SerializerFactory
Creates a Serializer instance for the given HtmlCleaner instance.
createSslSocketFactory() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Creates the default internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
createSslSocketFactory() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Creates the default internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
createSslSocketFactory() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Creates the default internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).

D

DefaultPortletProxyTagNodeVisitor - Class in org.apache.portals.applications.webcontent2.portlet.proxy
 
DefaultPortletProxyTagNodeVisitor() - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.DefaultPortletProxyTagNodeVisitor
 
DefaultPortletProxyTagNodeVisitor(Map<String, String[]>) - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.DefaultPortletProxyTagNodeVisitor
 
DefaultProxyMappingRegistry - Class in org.apache.portals.applications.webcontent2.proxy.impl
Default simple implementation of ProxyMappingRegistry.
DefaultProxyMappingRegistry() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
 
DefaultProxyProcessingChainBuilder - Class in org.apache.portals.applications.webcontent2.proxy.builder
Default ProxyProcessingChainBuilder implementation.
DefaultProxyProcessingChainBuilder() - Constructor for class org.apache.portals.applications.webcontent2.proxy.builder.DefaultProxyProcessingChainBuilder
Zero-argument default constructor.
DefaultReverseProxyService - Class in org.apache.portals.applications.webcontent2.proxy.impl
Default reverse proxy service implementation.
DefaultReverseProxyService(ProxyProcessingChain) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.DefaultReverseProxyService
Constructs a DefaultReverseProxyService with the given proxyProcessingChain.
DefaultReverseProxyTextLineContentRewriter - Class in org.apache.portals.applications.webcontent2.proxy.rewriter
Default text line based content rewriter implementation with basic link rewriting features.
DefaultReverseProxyTextLineContentRewriter() - Constructor for class org.apache.portals.applications.webcontent2.proxy.rewriter.DefaultReverseProxyTextLineContentRewriter
Zero-argument default constructor.
DefaultSerializerFactory - Class in org.apache.portals.applications.webcontent2.rewriter.htmlcleaner
Default generic implementation of SerializerFactory.
DefaultSerializerFactory() - Constructor for class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.DefaultSerializerFactory
Zero-argument default constructor.
DefaultURICleaner - Class in org.apache.portals.applications.webcontent2.proxy.impl
Default simple URICleaner implementation.
DefaultURICleaner() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.DefaultURICleaner
Zero-argument default constructor.
destroy() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
destroy() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Destroys this servlet filter.
destroy() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Disposes all the Commands in the root reverse proxy processing chain.
destroy() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyCommand
Invokes this method to give this proxy command a chance to dispose any resource used in reverse proxy processing.
destroy() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Disposes all the Commands in the root reverse proxy processing chain.
destroyAllCommands(ProxyProcessingChain) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.ProxyCommandUtils
Invokes AbstractProxyCommand.destroy() on each item in the chain.
doCustom(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
doEdit(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
doEdit(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Invokes the internal ReverseProxyService on allowed HTTP requests.
doHeaders(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
doHelp(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
doHttpWebContent(CloseableHttpClient, CookieStore, HttpRequestBase, int, RenderRequest, RenderResponse, WebContentRewriter) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
doIFrame(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
Render IFRAME content
doPreemptiveAuthentication(CloseableHttpClient, CookieStore, HttpRequestBase, RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
doRequestedAuthentication(CloseableHttpClient, CookieStore, HttpRequestBase, RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
doRewrite(QName, XMLAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
doRewrite
doView(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
doView(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
doView(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
doView Renders the URL in the following order 1) SESSION_PARAMETER 2)cached version 3) defined for preference SRC
doWebContent(String, String, Map, RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
drain(InputStream, OutputStream) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 
drain(Reader, Writer) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 
drain(Reader, OutputStream) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 
drain(InputStream, Writer) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 
drain(InputStream) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 

E

EDIT_SOURCE_PARAM - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
emptyElement
emptyElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
emptyElement
endElement(QName, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
endElement
endElement(QName, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
endElement
endElement(String, String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor.SaxFormatHandler
 
enterConvertTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
enterConvertTagEvent(String, MutableAttributes) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back just before tag conversion (rewriter callbacks) begins by the ParserAdaptor.
enterConvertTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
enterConvertTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
 
enterConvertTextEvent(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
enterConvertTextEvent(String, String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back for text conversion by the ParserAdaptor.
enterConvertTextEvent(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
enterEndTagEvent(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
enterEndTagEvent(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back on the leading edge of processing an end tag by the ParserAdaptor.
enterSimpleTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
enterSimpleTagEvent(String, MutableAttributes) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back on the leading edge of processing a simple tag by the ParserAdaptor.
enterSimpleTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.TicketParamRewriter
 
enterStartTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
enterStartTagEvent(String, MutableAttributes) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back on the leading edge of processing a start tag by the ParserAdaptor.
enterText(char[], int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
enterText(char[], int) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back when text is found for Returns false to indicate to the ParserAdaptor to short-circuit processing on this tag.
equals(Object) - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
equals(Object) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
equals
execute(Context) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyCommand
execute(Context) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
ExecuteHttpClientCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for executing the internal HttpClient with the HttpRequestBase instance.
ExecuteHttpClientCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.ExecuteHttpClientCommand
 
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.AddCookiesToResponseCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.AddHeadersToResponseCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.AddHeaderToHttpRequestCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.CleanupCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ExecuteHttpClientCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.HandleNotModifiedCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.HandleRedirectionCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.InitHttpClientCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.InitHttpRequestCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.InitializationCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveContentRewriterCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveLocalPathCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveProxyMappingCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveRemoteURICommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
Execute a unit of processing work to be performed.
executeInternal(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyCommand
Execute a unit of processing work to be performed.
exitEndTagEvent(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
exitEndTagEvent(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back on the trailing edge of a end tag by the ParserAdaptor.
exitSimpleTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
exitSimpleTagEvent(String, MutableAttributes) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back on the trailing edge of a simple tag by the ParserAdaptor.
exitStartTagEvent(String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
exitStartTagEvent(String, MutableAttributes) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Rewriter event called back on the trailing edge of a start tag by the ParserAdaptor.

F

findProxyMappingByLocalPath(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
Finds and returns a reverse proxy mapping for the specific localPath which represents the path info of the request from the client or caller.
findProxyMappingByLocalPath(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMappingRegistry
Finds and returns a reverse proxy mapping for the specific localPath which represents the path info of the request from the client or caller.
findProxyMappingByRemoteURI(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
Finds and returns a reverse proxy mapping for the specific remoteURI which represents the remote target URI at the background.
findProxyMappingByRemoteURI(URI) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMappingRegistry
Finds and returns a reverse proxy mapping for the specific remoteURI which represents the remote target URI at the background.
FORM_MULTIPART_METHOD - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 

G

GenericReverseProxyFilter - Class in org.apache.portals.applications.webcontent2.proxy.filter
Generic reverse proxy servlet filter invoking ReverseProxyService injected.
GenericReverseProxyFilter() - Constructor for class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Zero-argument default constructor.
GenericReverseProxyPortlet - Class in org.apache.portals.applications.webcontent2.portlet.proxy
Generic reverse proxy portlet invoking ReverseProxyService injected.
GenericReverseProxyPortlet() - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
Zero-argument default constructor.
GenericReverseProxyServlet - Class in org.apache.portals.applications.webcontent2.proxy.servlet
Generic reverse proxy servlet invoking ReverseProxyService injected.
GenericReverseProxyServlet() - Constructor for class org.apache.portals.applications.webcontent2.proxy.servlet.GenericReverseProxyServlet
Zero-constructor default constructor.
getActionURL() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
 
getAllProxyCommands() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Return a list including all the descendant Commands, type of which is AbstractProxyCommand in this proxy processing chain.
getArguments() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.DefaultSerializerFactory
Returns the object argument array to be used when invoking the constructor of the physical Serializer class.
getAsString(InputStream) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 
getAttribute(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in interface org.apache.portals.applications.webcontent2.rewriter.ContentRewritingContext
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttribute(String) - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.SimpleContentRewritingContext
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttributeNames(XMLAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
 
getAttributes() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
Castor getter to get attributes for a Tag.
getAttributes() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Tag
Get a collection of attributes for the given Tag.
getAttributesMap() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Returns a Map containing the attributes available.
getAttributesMap() - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Returns a Map containing the attributes available.
getAttributesMap() - Method in interface org.apache.portals.applications.webcontent2.rewriter.ContentRewritingContext
Returns a Map containing the attributes available.
getAttributesMap() - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.SimpleContentRewritingContext
Returns a Map containing the attributes available.
getAugmentations(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getAugmentations
getAugmentations(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getAugmentations
getAugmentations(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getAugmentations
getBaseRelativeUrl(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
getBaseRelativeUrl(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Gets a new URL relative to Base according to the site / and URL rewriting rules of java.net.URL
getBaseUrl() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
getBaseUrl() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Gets the base URL for rewriting.
getBasicRewriterProps() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
getCleanerTransformations() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns CleanerTransformations of the underlying HtmlCleaner properties.
getCleanerTransformationStringArray() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns HtmlCleaner transformation string array.
getCleanerTransformationStringArray() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns an array of parsing transformation string.
getCommand(int) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Finds and returns the Command at the given index of the Command list.
getCommandCount() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Return the size of the internal Command list.
getCommandIndex(Command) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Return the index of the given Command in the command list.
getCommandIndex(Class<? extends Command>) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Return the index of the given class type of Command in the command list.
getContentRewriter(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Returns a ContentRewriter instance to be used for the given mimeType.
getContentRewriter() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the ContentRewriter instance used in the current reverse proxy processing context.
getContentRewriter(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Returns a ContentRewriter instance to be used for the given mimeType.
getContentRewriters() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns a map containing only a ContentRewriter for text/html content by default.
getContentRewriters() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Returns an unmodifiable map of the internal content rewriters.
getContextPath(HttpServletRequest) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.RequestUtils
Finds and returns the servlet context path in the following order.
getCookies() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
getCookieStore() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the CookieStore instance used in this reverse proxy processing context.
getCurrentPage() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
getCurrentProxyContext() - Static method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the current ProxyContext instance in the static thread local variable.
getCurrentRemoteURI() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Returns the current remote target URI by reading GenericReverseProxyPortlet.REMOTE_URI_PARAM_NAME request parameter value.
getDefaultCharacterEncoding() - Method in class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
Returns the default character encoding to be used when serializing content to response.
getDefaultScheme(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveRemoteURICommand
Finds the default scheme ("http" or "https") when a scheme-less remote URI was requested.
getDtds() - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
 
getExceptions() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns a list of exception(s) caught during the current reverse proxy processing.
getFilterConfig() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Returns the FilterConfig of this servlet filter.
getFilterPath() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Returns the servlet filter mapping path prefix.
getHeader(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the value of the specified request header as a String.
getHeader(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the value of the specified request header as a String.
getHeader(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the value of the specified request header as a String.
getHeaderNames() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns an enumeration of all the header names this request contains.
getHeaderNames() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns an enumeration of all the header names this request contains.
getHeaders(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns all the values of the specified request header as an Enumeration of String objects.
getHeaders(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns all the values of the specified request header as an Enumeration of String objects.
getHostHeaderValue() - Method in class org.apache.portals.applications.webcontent2.proxy.command.AddHeadersToResponseCommand
Returns the custom specific "Host" HTTP header value.
getHostnameVerifier() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the internal SSL Hostname Verifier.
getHostnameVerifier() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Returns the internal SSL Hostname Verifier.
getHostnameVerifier() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Returns the internal SSL Hostname Verifier.
getHtmlCleaner() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns the underlying HtmlCleaner instance.
getHttpClient(RenderRequest, CookieStore) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
getHttpClient() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the internal HttpClient instance used in this reverse proxy processing context.
getHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the internal HttpClientBuilder instance.
getHttpClientBuilder(PortletRequest, CookieStore) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
getHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.command.InitHttpClientCommand
Returns internal HttpClientBuilder instance.
getHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Returns the internal HttpClientBuilder instance.
getHttpClientBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Returns the internal HttpClientBuilder instance.
getHttpClientContext(PortletRequest, HttpRequestBase) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
Override this method to give a custom HttpClientContext when executing HttpClient.
getHttpClientContextBuilder() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the internal HttpClientContextBuilder instance.
getHttpClientContextBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.command.ExecuteHttpClientCommand
Returns the internal HttpClientContextBuilder.
getHttpClientContextBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Returns the internal HttpClientContextBuilder instance.
getHttpClientContextBuilder() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Returns the internal HttpClientContextBuilder instance.
getHttpRequest() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the HttpRequestBase instance used in the current reverse proxy processing context.
getHttpResponse() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the HttpResponse instance used in the current reverse proxy processing context.
getId() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Identified
Get the unique identification string for this rule.
getId() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.IdentifiedImpl
 
getIgnorePrefixes() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
getIndex(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getIndex
getIndex(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getIndex
getIndex(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getIndex(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getInputStream() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Retrieves a java.io.InputStream of the body of the request as binary data.
getInputStream() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.GzippedSource
Retrieves the gunzipped content as binary data using a InputStream.
getInputStream() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.HttpEntitySource
Retrieves the content as binary data using a InputStream.
getInputStream() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Retrieves a java.io.InputStream of the body of the request as binary data.
getInputStream() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Retrieves a java.io.InputStream of the body of the request as binary data.
getInputStream() - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSource
Retrieves the content as binary data using a InputStream.
getInputStream() - Method in interface org.apache.portals.applications.webcontent2.rewriter.Source
Retrieves the content as binary data using a InputStream.
getLength() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getLength
getLength() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getLocal() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Returns the local request path info prefix.
getLocalName(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getLocalName
getLocalName(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getLocalPath() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the local path info in this reverse proxy processing context.
getLocalPattern() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Returns the regular expression to evaluate a local request path info.
getLocalReplace() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Returns the replace string to translate to a local request path info based on the regular expression result from RegexProxyMapping.getRemotePattern().
getMethod() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
getMethod() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getMethod() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
getName(int, QName) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getName
getNextPage() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
getNonNormalizedValue(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getNonNormalizedValue
getOutputStream() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.MimeResponseSink
Returns the OutputStream of the underlying MimeResponse.
getOutputStream() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.HttpServletResponseSink
Returns the OutputStream of the underlying HttpServletResponse.
getOutputStream() - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSink
Returns an OutputStream suitable for writing binary data.
getOutputStream() - Method in interface org.apache.portals.applications.webcontent2.rewriter.Sink
Returns an OutputStream suitable for writing binary data.
getParams() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
getParser() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
Get a Parser from the SAX Parser factory
getParserAdaptorMimeTypePropsMap() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
getPathInfo() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo(HttpServletRequest) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.RequestUtils
Finds and returns the request URI in the following order.
getPopup() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
getPopup() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Flag indicating whether to rewrite links as popups.
getPortletConfig() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Returns the underlying PortletConfig.
getPortletRequest() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the underlying portlet request.
getPortletResponse() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the underlying portlet response.
getPrefix(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getPrefix
getPreviousPage() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
getProxyMapping() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns a ProxyMapping instance (PortletAnyProxyMapping by default).
getProxyMappingRegistry() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the internal ProxyMappingRegistry instance.
getProxyMappingRegistry() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Returns the internal ProxyMappingRegistry instance.
getProxyMappingRegistry() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the reverse proxy mapping registry in this reverse proxy processing context.
getProxyMappingRegistry() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Returns the internal ProxyMappingRegistry instance.
getProxyMappings() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
Returns all the reverse proxy mappings in a collection.
getProxyMappings() - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMappingRegistry
Returns all the reverse proxy mappings in a collection.
getProxyService() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
Returns the internal ReverseProxyService instance.
getProxyService() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Returns the internal ReverseProxyService instance.
getProxyService() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.GenericReverseProxyServlet
Returns the internal ReverseProxyService instance.
getQName(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getQName
getQName(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getQueryString() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the query string that is contained in the request URL after the path.
getReader(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingClasspathRewriterController
 
getReader(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
getReader() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.GzippedSource
Retrieves the gunzipped content as character data using a Reader.
getReader() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.HttpEntitySource
Retrieves the content as character data using a Reader.
getReader() - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSource
Retrieves the content as character data using a Reader.
getReader() - Method in interface org.apache.portals.applications.webcontent2.rewriter.Source
Retrieves the content as character data using a Reader.
getRemote() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Returns the remote target URI prefix.
getRemotePattern() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Returns the regular expression to evaluate a remote URL.
getRemoteReplace() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Returns the replace string to translate to a remote URI based on the regular expression result from RegexProxyMapping.getLocalPattern().
getRemoteURI() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the remote target URI in this reverse proxy processing context.
getRemove() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 
getRemove() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Tag
Represents whether this tag is to be removed during rewrite phase.
getRemoveComments() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
getRemoveComments() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Get the remove comments flag for removing comments from the markup source.
getRequestBasePath() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the base relative path of the request before the request path info.
getRequestBasePath(HttpServletRequest) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Returns the concatenation of the servlet context path (see ServletContext.getContext(String) and the filterPath (see GenericReverseProxyFilter.getFilterPath()).
getRequestBasePath() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the base relative path of the request before the request path info.
getRequestBasePath() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the base relative path of the request before the request path info.
getRequestContext() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the RequestContext instance in this reverse proxy processing context.
getRequestURI(HttpServletRequest) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.RequestUtils
Finds and returns the request URI in the following order.
getResolvedMapping() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns the resolved reverse proxy mapping in this reverse proxy processing context.
getReverseCookiePath(ProxyContext, Cookie) - Method in class org.apache.portals.applications.webcontent2.proxy.command.AddCookiesToResponseCommand
Returns the translated cookie path in the reverse proxy side for the original response cookie.
getRewriterController(String) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
getRule() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Attribute
Get the rewriter rule associated with this attribute.
getRule() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.AttributeImpl
 
getRule(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
getRule(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Given a rule identifier, lookup and return a rule object.
getRuleId() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.AttributeImpl
Castor accessor to get the rule id.
getRules() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
getRules() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Get a collection of rules for this rule set.
getRuleset() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriter
Get the Ruleset configuration for this rewriter.
getRuleset() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
getRulesetRewriterProps() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
getScheme() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the scheme of the request URI.
getScheme() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the scheme of the request URI.
getScheme() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the scheme of the request URI.
getSerializerClass() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.DefaultSerializerFactory
Returns the class of the physical HtmlCleaner Serializer such as SimpleHtmlSerializer.
getSerializerFactory() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns SerializerFactory instance.
getServerName() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the host name of the server to which the request was sent.
getServerName() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the host name of the server to which the request was sent.
getServerName() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the host name of the server to which the request was sent.
getServerPort() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the port number to which the request was sent.
getServerPort() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the port number to which the request was sent.
getServerPort() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the port number to which the request was sent.
getServletPath(HttpServletRequest) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.RequestUtils
Finds and returns the request URI in the following order.
getServletRequest() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the underlying HttpServletRequest.
getServletResponse() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the underlying HttpServletResponse.
getSink() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns the Sink instance used in the current reverse proxy processing.
getSink() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns the Sink instance used in the current reverse proxy processing.
getSink() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns the Sink instance used in the current reverse proxy processing.
getSinkEncoding() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns the character encoding to be used to write to sink.
getSslSocketFactory() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
getSslSocketFactory() - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Returns the internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
getSslSocketFactory() - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Returns the internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
getStatus() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
 
getStatusCode() - Method in exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Returns HTTP Response status code
getStrip() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 
getStrip() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Tag
Represents whether this tag is to be removed during rewrite phase.
getSuffix() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
getSuffix() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Suffix string to append to the rewritten URL.
getTag(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
getTag(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Given a tag identifier, lookup and return a tag object.
getTagNodeVisitors() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns a list of TagNodeVisitors which are given a chance to visit all the tag nodes.
getTagNodeVisitors() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns custom TagNodeVisitors which can get the chance to do custom processing on the selected tag nodes.
getTags() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
getTags() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Get a collection of markup tags for this rule set.
getTicket() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.TicketParamRewriter
 
getTicketName() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.TicketParamRewriter
 
getTitle(RenderRequest) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
getType(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getType
getType(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getType
getType(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getType
getType(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getType(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getType(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getURI(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getURI
getURI(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getUriCleaner() - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveRemoteURICommand
Returns the internal URICleaner.
getUrl() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
getURLSource(RenderRequest, RenderResponse, PortletPreferences) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
getUseBase() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
getUseBase() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Flag indicating whether to use the Base URL for this rewriter.
getUseProxy() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
getUseProxy() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Gets whether this rewriter require a proxy server.
getValue(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getValue
getValue(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getValue
getValue(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
getValue
getValue(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getValue(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getValue(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
getWriter() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.MimeResponseSink
Returns the Writer of the underlying MimeResponse.
getWriter() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.HttpServletResponseSink
Returns the Writer of the underlying HttpServletResponse.
getWriter() - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSink
Returns a Writer object that can send character text.
getWriter() - Method in interface org.apache.portals.applications.webcontent2.rewriter.Sink
Returns a Writer object that can send character text.
getXpathExpression() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the XPath expression to select only the specific DOM element and its descendants from the remote content document.
getXpathExpression() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns the XPath expression to be used to select some filtered tag node(s) only.
GzippedSource - Class in org.apache.portals.applications.webcontent2.proxy.impl
Acts as an holder for a content rewriting Source in the form of a gzipped Source.
GzippedSource(Source) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.GzippedSource
Constructs a GzippedSource for the underlying gzipped source.
GzippedSource(Source, String) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.GzippedSource
Constructs a GzippedSource for the underlying gzipped source with the specific characterEncoding which can be used when GzippedSource.getReader() is invoked from the underlying gzipped byte stream.

H

HandleNotModifiedCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for handling HTTP 304 error response from the remote target content.
HandleNotModifiedCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.HandleNotModifiedCommand
 
HandleRedirectionCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for handling HTTP Redirection response from the remote target content.
HandleRedirectionCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.HandleRedirectionCommand
 
hasAttribute(String) - Method in interface org.apache.portals.applications.webcontent2.rewriter.ContentRewritingContext
Returns true if the named attribute exists.
hasAttribute(String) - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.SimpleContentRewritingContext
Returns true if the named attribute exists.
hasCurrentPage() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
hasException() - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Returns true if there's any exception caught during the current reverse proxy processing.
hashCode() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
hashCode
hasNextPage() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
hasPreviousPage() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
HISTORY - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
HtmlCleanerContentRewriter - Class in org.apache.portals.applications.webcontent2.rewriter.htmlcleaner
HtmlCleaner based content rewriter implementation.
HtmlCleanerContentRewriter() - Constructor for class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Zero-argument default constructor.
HTTP_STATE - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
HttpClientContextBuilder - Interface in org.apache.portals.applications.webcontent2.proxy
Builder for HttpClientContext instances.
HttpEntitySource - Class in org.apache.portals.applications.webcontent2.proxy.impl
Acts as an holder for a content rewriting Source in the form of an HttpEntity.
HttpEntitySource(HttpEntity) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.HttpEntitySource
Constructs an HttpEntitySource for the underlying HttpEntity.
HttpEntitySource(HttpEntity, String) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.HttpEntitySource
Constructs a HttpEntitySource for the underlying HttpEntity with the specific characterEncoding which can be used when HttpEntitySource.getReader() is invoked from the underlying HttpEntity content stream.
HttpServletResponseSink - Class in org.apache.portals.applications.webcontent2.proxy.impl
Acts as an holder for a content rewriting Sink in the form of byte or character stream of HttpServletResponse.
HttpServletResponseSink(HttpServletResponse) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.HttpServletResponseSink
Constructs a HttpServletResponseSink for the given response.

I

id - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.IdentifiedImpl
 
Identified - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter.rules
Identified
IdentifiedImpl - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl
IdentifiedImpl
IdentifiedImpl() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.IdentifiedImpl
 
IFRAME_AUTORESIZE_SCRIPT_ID - Static variable in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
IFRAME_SRC_URL - Static variable in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
IFrameGenericPortlet - Class in org.apache.portals.applications.webcontent2.portlet
IFrameGenericPortlet
IFrameGenericPortlet() - Constructor for class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
init(PortletConfig) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
init(PortletConfig) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
init(PortletConfig) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
Initialize portlet configuration.
init(FilterConfig) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Initializes this servlet filter.
init(FilterConfig) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Creates the root reverse proxy processing chain instance, and initializes all the Commands inside the chain.
init(ServletConfig) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Creates the root reverse proxy processing chain instance, and initializes all the Commands inside the chain.
initHostnameVerifier(PortletConfig) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Initializes SSL hostnameVerifier (type of X509HostnameVerifier) from the init parameter, "ssl-hostname-verifier".
initHostnameVerifier(FilterConfig) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Initializes SSL hostnameVerifier (type of X509HostnameVerifier) from the init parameter, "ssl-hostname-verifier".
initHostnameVerifier(ServletConfig) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Initializes SSL hostnameVerifier (type of X509HostnameVerifier) from the init parameter, "ssl-hostname-verifier".
InitHttpClientCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for initializing the HttpClient instance which is used to invoke the resolved remote target URI.
InitHttpClientCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.InitHttpClientCommand
 
InitHttpRequestCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for initializing the HttpRequestBase instance which is used to invoke the resolved remote target URI, based on the original request method name and the resolved remote target URI.
InitHttpRequestCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.InitHttpRequestCommand
 
InitializationCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for initializing anything necessary for reverse proxy request processing.
InitializationCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.InitializationCommand
 
initialize() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyCommand
Initializes the proxy command before using in a proxy processing chain.
initializeAllCommands(ProxyProcessingChain) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.ProxyCommandUtils
Invokes AbstractProxyCommand.initialize() on each item in the chain.
initializeCommands(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.AbstractProxyProcessingChainBuilder
Initializes all the internal commands to be used by the root Chain on AbstractProxyProcessingChainBuilder.build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) call.
initializeCommands(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.DefaultProxyProcessingChainBuilder
Initializes all the internal commands to be used by the root Chain on AbstractProxyProcessingChainBuilder.build(ProxyMappingRegistry, HttpClientBuilder, HttpClientContextBuilder) call.
invoke(ProxyContext) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultReverseProxyService
Invokes reverse proxy service with a proxyContext which provides runtime context information.
invoke(ProxyContext) - Method in interface org.apache.portals.applications.webcontent2.proxy.ReverseProxyService
Invokes reverse proxy service with a proxyContext which provides runtime context information.
invokeProxyService(PortletRequest, PortletResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
Invokes the internal ReverseProxyService on portlet requests.
isAllowedHttpMethod(HttpServletRequest) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.GenericReverseProxyServlet
Returns true if the HTTP method used by request is allowed by this.
isDispatched(RequestContext) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.RequestUtils
Returns true if the current request was dispatched by either RequestDispatcher.include(javax.servlet.ServletRequest, javax.servlet.ServletResponse) or RequestDispatcher.forward(javax.servlet.ServletRequest, javax.servlet.ServletResponse).
isEmpty() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
isInnerElementsOnly() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Returns the flag whether or not only the inner elements should be selected by the XPath expression.
isInnerHtmlOnly() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Returns the flag whether or not the output should include the inner HTML(s) only.
isRewritableURI(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.DefaultPortletProxyTagNodeVisitor
 
isRewritableURI(String) - Method in class org.apache.portals.applications.webcontent2.proxy.rewriter.DefaultReverseProxyTextLineContentRewriter
Returns true if the given uri can be rewritten by this.
isRewritableURI(String) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.RewriterUtils
Returns true if the given uri can be rewritten by this.
isSecure() - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSpecified(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
isSpecified

L

length() - Method in class org.apache.portals.applications.webcontent2.proxy.util.CharArraySegment
LINK_PATTERN - Static variable in class org.apache.portals.applications.webcontent2.proxy.rewriter.DefaultReverseProxyTextLineContentRewriter
The regular expression pattern to find and replace URI attribute values in DOM elements.
loadMapping() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
Load the mapping file for ruleset configuration
loadProxyMappings(String, Object) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.YamlConfigUtils
Loads list of ProxyMapping objects from the yamlConfig.
loadRuleset(Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
loadRuleset(InputStream) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
loadRuleset(Reader) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
Loads a XML-based Rewriter Ruleset given a reader to the XML configuration.
loadRuleset(InputStream) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
Loads a XML-based Rewriter Ruleset given a stream to the XML configuration.
loadYaml(BaseConstructor, String, Object) - Static method in class org.apache.portals.applications.webcontent2.proxy.util.YamlConfigUtils
Loads YAML objects from the yamlConfig.
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoParserAdaptor
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingParserAdaptor
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingClasspathRewriterController
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
 
log - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
logExceptions(List<Exception>) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultReverseProxyService
Logs all the exceptions caught while calling on DefaultReverseProxyService.invoke(ProxyContext).
lookupRuleset(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
lookupRuleset(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
Lookup a Ruleset given a ruleset identifier.

M

mapper - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
the Castor mapping file name
MappingClasspathRewriterController - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
RewriterServiceImpl
MappingClasspathRewriterController(String) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingClasspathRewriterController
 
MappingClasspathRewriterController(String, Class, Class, Map<String, Class>) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingClasspathRewriterController
 
MappingClasspathRewriterController(String, List, List) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingClasspathRewriterController
 
MappingClasspathRewriterController(String, String, String, String, String) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingClasspathRewriterController
 
mappingFile - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
MappingRewriterController - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
RewriterServiceImpl
MappingRewriterController(String) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
MappingRewriterController(String, Class, Class, Map<String, Class>) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
MappingRewriterController(String, List, List) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
MappingRewriterController(String, String, String, String, String) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
MAPPINGS_PARAM_NAME - Static variable in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Reverse proxy mapping initialization parameter name.
MAPPINGS_PARAM_NAME - Static variable in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Reverse proxy mapping initialization parameter name.
matchesLocal(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Returns true the localPath can be mapped by this proxy mapping.
matchesLocal(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Returns true the localPath can be mapped by this proxy mapping.
matchesLocal(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Returns true the localPath can be mapped by this proxy mapping.
matchesLocal(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Returns true the localPath can be mapped by this proxy mapping.
matchesRemote(URI) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Returns true the remoteURI can be mapped by this proxy mapping.
matchesRemote(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Returns true the remoteURI can be mapped by this proxy mapping.
matchesRemote(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Returns true the remoteURI can be mapped by this proxy mapping.
matchesRemote(URI) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Returns true the remoteURI can be mapped by this proxy mapping.
MimeResponseSink - Class in org.apache.portals.applications.webcontent2.portlet.proxy
Acts as an holder for a content rewriting Sink in the form of byte or character stream of MimeResponse.
MimeResponseSink(MimeResponse) - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.MimeResponseSink
Constructs a MimeResponseSink for the given response.
MutableAttributes - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter
MutableAttributes

N

NekoHTMLParserAdapter - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko
NeckoHTMLParserAdapter
NekoHTMLParserAdapter() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoHTMLParserAdapter
 
NekoParserAdaptor - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko
NekoParserAdapter
NekoParserAdaptor() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoParserAdaptor
 
NO_URL - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 

O

org.apache.portals.applications.webcontent2.portlet - package org.apache.portals.applications.webcontent2.portlet
Apache Portals Applications Web Content 2 JSR-286 Portlets
org.apache.portals.applications.webcontent2.portlet.history - package org.apache.portals.applications.webcontent2.portlet.history
Web page visiting history beans used by WebContentPortlet.
org.apache.portals.applications.webcontent2.portlet.proxy - package org.apache.portals.applications.webcontent2.portlet.proxy
Generic and simple reverse proxy portlet implementations.
org.apache.portals.applications.webcontent2.portlet.rewriter - package org.apache.portals.applications.webcontent2.portlet.rewriter
WebContentPortlet specific content rewriting modules.
org.apache.portals.applications.webcontent2.portlet.rewriter.html - package org.apache.portals.applications.webcontent2.portlet.rewriter.html
HTML parsing libraries for WebContentPortlet specific content rewriting.
org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko - package org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko
HTML parsing implementation using NekoHTML parser library for WebContentPortlet specific content rewriting.
org.apache.portals.applications.webcontent2.portlet.rewriter.rules - package org.apache.portals.applications.webcontent2.portlet.rewriter.rules
Rules and Ruleset for WebContentPortlet specific content rewriting.
org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl - package org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl
Rules and Ruleset implementations for WebContentPortlet specific content rewriting.
org.apache.portals.applications.webcontent2.portlet.rewriter.util - package org.apache.portals.applications.webcontent2.portlet.rewriter.util
Utilities for WebContentPortlet specific content rewriting.
org.apache.portals.applications.webcontent2.portlet.rewriter.xml - package org.apache.portals.applications.webcontent2.portlet.rewriter.xml
XML parsing libraries for WebContentPortlet specific content rewriting.
org.apache.portals.applications.webcontent2.proxy - package org.apache.portals.applications.webcontent2.proxy
Apache Portals Applications Web Content 2 Reverse Proxy API
org.apache.portals.applications.webcontent2.proxy.builder - package org.apache.portals.applications.webcontent2.proxy.builder
Builder components which help build ProxyProcessingChain.
org.apache.portals.applications.webcontent2.proxy.command - package org.apache.portals.applications.webcontent2.proxy.command
Command component implementations for reverse proxy services
org.apache.portals.applications.webcontent2.proxy.filter - package org.apache.portals.applications.webcontent2.proxy.filter
Generic and simple reverse proxy servlet filter implementations
org.apache.portals.applications.webcontent2.proxy.impl - package org.apache.portals.applications.webcontent2.proxy.impl
Server-side components for building a reverse proxy service, including commands and chains, RequestContext, ProxyMapping, registry, HttpClient related implementations, etc.
org.apache.portals.applications.webcontent2.proxy.rewriter - package org.apache.portals.applications.webcontent2.proxy.rewriter
Default content rewriter implementations.
org.apache.portals.applications.webcontent2.proxy.servlet - package org.apache.portals.applications.webcontent2.proxy.servlet
Generic and simple reverse proxy servlet implementations
org.apache.portals.applications.webcontent2.proxy.util - package org.apache.portals.applications.webcontent2.proxy.util
Utilities of Apache Portals Applications Web Content 2 Reverse Proxy module.
org.apache.portals.applications.webcontent2.rewriter - package org.apache.portals.applications.webcontent2.rewriter
Apache Portals Applications Web Content 2 Content Rewriter API
org.apache.portals.applications.webcontent2.rewriter.htmlcleaner - package org.apache.portals.applications.webcontent2.rewriter.htmlcleaner
HtmlCleaner based generic ContentRewriter implementations for Apache Portals Applications Web Content 2 Content Rewriter module.
org.apache.portals.applications.webcontent2.rewriter.impl - package org.apache.portals.applications.webcontent2.rewriter.impl
Simple built-in implementations for Apache Portals Applications Web Content 2 Content Rewriter module, including base text line based ContentRewriter, stream based Source and Sink, and simple ContentRewritingContext implementation.

P

parse(ParserAdaptor, Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
parse(Rewriter, Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractTextLinesParserAdaptor
 
parse(Rewriter, Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoHTMLParserAdapter
parse
parse(Rewriter, Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoParserAdaptor
parse
parse(Rewriter, Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingParserAdaptor
 
parse(Rewriter, Reader) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.ParserAdaptor
Parses a document from the reader, without actually rewriting URLs.
parse(ParserAdaptor, Reader) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Parses the reader of content receiving call backs for rewriter events.
parse(Rewriter, Reader) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
 
ParserAdaptor - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter
Interface for HTML Parser Adaptors.
parserAdaptorMimeTypeClassMap - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
Adaptors
parserAdaptorMimeTypePropsMap - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
Parser adaptor rewriter instance properties map
PortletAnyProxyMapping - Class in org.apache.portals.applications.webcontent2.portlet.proxy
Default ProxyMapping implementation for a generic reverse proxy portlet.
PortletAnyProxyMapping(PortletConfig) - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Constructs a PortletAnyProxyMapping with the given portletConfig.
PortletRequestContext - Class in org.apache.portals.applications.webcontent2.portlet.proxy
PortletRequest / PortletResponse abstraction needed for reverse proxy processing.
PortletRequestContext(PortletRequest, PortletResponse) - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Constructs a PortletRequestContext with given portlet request and portlet response.
processAction(ActionRequest, ActionResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
Save the prefs
processAction(ActionRequest, ActionResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
processAction(ActionRequest, ActionResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
processAction() Checks action initiated by the WebContent portlet which means that a user has clicked on an URL
processTag(String, XMLAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
processTag
processText(String, XMLString) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
processText
ProxyCommandUtils - Class in org.apache.portals.applications.webcontent2.proxy.util
Utility to invoke the life cycle methods easily on each AbstractProxyCommand in a ProxyProcessingChain.
ProxyContext - Class in org.apache.portals.applications.webcontent2.proxy
Base Context implementation to be used in a reverse proxy service execution.
ProxyContext(RequestContext) - Constructor for class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Constructs a ProxyContext for the given RequestContext.
ProxyContext(RequestContext, Map) - Constructor for class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Constructs a ProxyContext for the given RequestContext with putting all entries into the ProxyContext from the initial map.
ProxyMapping - Interface in org.apache.portals.applications.webcontent2.proxy
Reverse proxy mapping abstraction, which is responsible for
ProxyMappingRegistry - Interface in org.apache.portals.applications.webcontent2.proxy
Reverse Proxy mapping registry.
ProxyProcessingChain - Class in org.apache.portals.applications.webcontent2.proxy.impl
Convenience base class for reverse proxy processing Chain implementation.
ProxyProcessingChain() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Constructs a ProxyProcessingChain with no configured Commands.
ProxyProcessingChain(Command) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Constructs a ProxyProcessingChain configured with the specified Command.
ProxyProcessingChain(Command[]) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Constructs a ProxyProcessingChain configured with the specified Commands.
ProxyProcessingChain(Collection) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Constructs a ProxyProcessingChain configured with the specified Commands.
ProxyProcessingChainBuilder - Interface in org.apache.portals.applications.webcontent2.proxy.builder
Interface responsible for building ProxyProcessingChain instances.
ProxyServices - Class in org.apache.portals.applications.webcontent2.proxy.builder
Factory methods for ProxyProcessingChainBuilder instances.

R

RegexProxyMapping - Class in org.apache.portals.applications.webcontent2.proxy.impl
Java Regular Expression based ProxyMapping implementation.
RegexProxyMapping() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Zero-argument default constructor.
REMOTE_URI_PARAM_NAME - Static variable in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
Name of the portlet request parameter pointing at the target remote URI.
removeAllAttributes() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
removeAllAttributes
removeAllCommands() - Method in class org.apache.portals.applications.webcontent2.proxy.builder.AbstractProxyProcessingChainBuilder
Removes all the commands from the internal Command list.
removeAllTagNodeVisitors() - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Removes all the custom TagNodeVisitors.
removeAttribute(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Removes an attribute from this mapping.
removeAttribute(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Removes an attribute from this mapping.
removeAttribute(String) - Method in interface org.apache.portals.applications.webcontent2.rewriter.ContentRewritingContext
Removes an attribute from this context.
removeAttribute(String) - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.SimpleContentRewritingContext
Removes an attribute from this context.
removeAttributeAt(int) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
removeAttributeAt
removeCommand(Command) - Method in class org.apache.portals.applications.webcontent2.proxy.builder.AbstractProxyProcessingChainBuilder
Removes the given command instance from the internal Command list.
removeCommand(int) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Remove the Command at the given index of the list of Commands that will be called in turn when this Chain's execute() method is called.
removeCommand(Command) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ProxyProcessingChain
Remove the Command from the list of Commands that will be called in turn when this Chain's execute() method is called.
removeCurrentProxyContext() - Static method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Removes the current ProxyContext instance from the static thread local variable.
removeProxyMapping(ProxyMapping) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultProxyMappingRegistry
Removes the specified proxyMapping from the registry if exists.
removeProxyMapping(ProxyMapping) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMappingRegistry
Removes the specified proxyMapping from the registry if exists.
removeTagNodeVisitor(TagNodeVisitor) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Removes the specified custom TagNodeVisitor.
RequestContext - Interface in org.apache.portals.applications.webcontent2.proxy
HTTP request/response abstraction needed for reverse proxy processing.
RequestUtils - Class in org.apache.portals.applications.webcontent2.proxy.util
Utility to read the context path, request URI, servlet path, path info, etc.
ResolveContentRewriterCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for resolving the content rewriter from the resolved ProxyMaping and the content type of the remote content.
ResolveContentRewriterCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.ResolveContentRewriterCommand
 
resolveEntity(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor.SaxFormatHandler
 
resolveLocalFromRemote(URI) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Resolves the remoteURI to a local request path info.
resolveLocalFromRemote(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Resolves the remoteURI to a local request path info.
resolveLocalFromRemote(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Resolves the remoteURI to a local request path info.
resolveLocalFromRemote(URI) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Resolves the remoteURI to a local request path info.
ResolveLocalPathCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for resolving the local request path info.
ResolveLocalPathCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.ResolveLocalPathCommand
 
ResolveProxyMappingCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for resolving a ProxyMapping from the local request path info.
ResolveProxyMappingCommand(ProxyMappingRegistry) - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.ResolveProxyMappingCommand
Constructs ResolveProxyMappingCommand with the given proxyMappingRegistry.
resolveRemoteFromLocal(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletAnyProxyMapping
Resolves the localPath to a remote target URI.
resolveRemoteFromLocal(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Resolves the localPath to a remote target URI.
resolveRemoteFromLocal(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Resolves the localPath to a remote target URI.
resolveRemoteFromLocal(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Resolves the localPath to a remote target URI.
ResolveRemoteURICommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for resolving the remote target URI from the local request path info and the resolved ProxyMapping.
ResolveRemoteURICommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.ResolveRemoteURICommand
 
ReverseProxyException - Exception in org.apache.portals.applications.webcontent2.proxy
The ReverseProxyException class defines a general exception that an http reverse proxy component can throw when it is unable to perform its operation successfully.
ReverseProxyException() - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception.
ReverseProxyException(int) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception.
ReverseProxyException(String) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception with the given message.
ReverseProxyException(int, String) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception with the given message.
ReverseProxyException(Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception with the nested exception.
ReverseProxyException(int, Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception with the nested exception.
ReverseProxyException(String, Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
ReverseProxyException(int, String, Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.proxy.ReverseProxyException
Constructs a new HttpReverseProxyException exception when the container needs to do the following: throw an exception include the "nested" exception include a description message
ReverseProxyService - Interface in org.apache.portals.applications.webcontent2.proxy
Reverse proxy service interface.
rewrite(ParserAdaptor, Reader, Writer) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
rewrite(Rewriter, Reader, Writer) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractTextLinesParserAdaptor
 
rewrite(Rewriter, Reader, Writer) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoHTMLParserAdapter
rewrite
rewrite(Rewriter, Reader, Writer) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.NekoParserAdaptor
rewrite
rewrite(Rewriter, Reader, Writer) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingParserAdaptor
 
rewrite(Rewriter, Reader, Writer) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.ParserAdaptor
Parses and rewrites a document from the reader, rewriting URLs via the rewriter's events to the writer.
rewrite(ParserAdaptor, Reader, Writer) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Parses the reader of content receiving call backs for rewriter events.
rewrite(Rewriter, Reader, Writer) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
 
rewrite(Source, Sink, ContentRewritingContext) - Method in interface org.apache.portals.applications.webcontent2.rewriter.ContentRewriter
Reads content from the source, transforms the content and writes to the sink.
rewrite(Source, Sink, ContentRewritingContext) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Reads content from the source, transforms the content and writes to the sink.
rewrite(Source, Sink, ContentRewritingContext) - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.AbstractTextLineContentRewriter
Reads content from the source, transforms the content and writes to the sink.
rewriteAttribute(String, XMLAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
 
rewriteLine(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractTextLinesParserAdaptor
 
rewriteLine(String, ContentRewritingContext) - Method in class org.apache.portals.applications.webcontent2.proxy.rewriter.DefaultReverseProxyTextLineContentRewriter
Translates the given line and returns the translated string.
rewriteLine(String, ContentRewritingContext) - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.AbstractTextLineContentRewriter
Translates the given line and returns the translated string.
Rewriter - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter
Rewriter
RewriterController - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter
RewriterService
RewriterException - Exception in org.apache.portals.applications.webcontent2.portlet.rewriter
RewriterException
RewriterException() - Constructor for exception org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterException
Constructs a new RewriterException without specified detail message.
RewriterException(String) - Constructor for exception org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterException
Constructs a new RewriterException with specified detail message.
RewriterException(Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterException
Constructs a new RewriterException with specified nested Throwable.
RewriterException(String, Throwable) - Constructor for exception org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterException
Constructs a new RewriterException with specified detail message and nested Throwable.
RewriterUtils - Class in org.apache.portals.applications.webcontent2.proxy.util
Utilities for content rewriting.
rewriteText(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.BasicRewriter
 
rewriteText(String, String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
This event is the inteface between the Rewriter and ParserAdaptor for rewriting text.
rewriteURI(String, String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.DefaultPortletProxyTagNodeVisitor
 
rewriteURI(String, ContentRewritingContext) - Method in class org.apache.portals.applications.webcontent2.proxy.rewriter.DefaultReverseProxyTextLineContentRewriter
Rewrites the given uri by resolving a ProxyMapping from the internal ProxyMappingRegistry in the current ContentRewritingContext and ProxyContext.
rewriteURI(String, String, String) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AbstractProxyTagNodeVisitor
The method which should rewrite the original link URI string to a new link URI to return if necessary.
rewriteUrl(String, String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
rewriteUrl(String, String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.BasicRewriter
 
rewriteUrl(String, String, String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
This event is the inteface between the Rewriter and ParserAdaptor for rewriting URLs.
rewriteUrl(String, String, String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
rewriteURL
rewriteUrl(String, String, String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
rewriteURL
Rule - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter.rules
Rule
RuleImpl - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl
Rule
RuleImpl() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
Ruleset - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter.rules
Ruleset
RulesetImpl - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl
Ruleset
RulesetImpl() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
RulesetRewriter - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter
RulesetRewriter
rulesetRewriterClass - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
configured ruleset rewriter class
RulesetRewriterImpl - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
RuleBasedRewriter
RulesetRewriterImpl() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
rulesetRewriterProps - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
Ruleset rewriter instance properties
rulesets - Variable in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
Collection of rulesets in the system

S

satisfy(TagNode) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AndTagNodeCondition
SaxParserAdaptor - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.xml
SaxParserAdaptor
SaxParserAdaptor() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor
 
SaxParserAdaptor.SaxFormatHandler - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.xml
Inner class to handle SAX parsing of XML files
SaxParserAdaptor.SaxFormatHandler(Writer) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor.SaxFormatHandler
 
sendRedirect(String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Sends a temporary redirect response to the client using the specified redirect location URL.
sendRedirect(String) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Sends a temporary redirect response to the client using the specified redirect location URL.
SerializeHttpEntityContentCommand - Class in org.apache.portals.applications.webcontent2.proxy.command
Command responsible for serializing the response body from the remote content to the response in the reverse proxy side.
SerializeHttpEntityContentCommand() - Constructor for class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
 
SerializerFactory - Interface in org.apache.portals.applications.webcontent2.rewriter.htmlcleaner
Factory interface responsible for creating HtmlCleaner Serializer.
serveResource(ResourceRequest, ResourceResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.GenericReverseProxyServlet
Invokes the internal ReverseProxyService on allowed HTTP requests.
SERVICE_NAME - Static variable in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RewriterController
 
ServletRequestContext - Class in org.apache.portals.applications.webcontent2.proxy.impl
HttpServletRequest / HttpServletResponse abstraction needed for reverse proxy processing.
ServletRequestContext(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Constructs a ServletRequestContext with the given HttpServletRequest and HttpServletResponse.
setActionURL(PortletURL) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
Setters/getters for members
setArguments(Object[]) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.DefaultSerializerFactory
Sets the object argument array to be used when invoking the constructor of the physical Serializer class.
setAttribute(String, Object) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Stores an attribute in this mapping.
setAttribute(String, Object) - Method in interface org.apache.portals.applications.webcontent2.proxy.ProxyMapping
Stores an attribute in this mapping.
setAttribute(String, Object) - Method in interface org.apache.portals.applications.webcontent2.rewriter.ContentRewritingContext
Stores an attribute in this context.
setAttribute(String, Object) - Method in class org.apache.portals.applications.webcontent2.rewriter.impl.SimpleContentRewritingContext
Stores an attribute in this context.
setAttributes(Collection) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
Castor setter to set attributes for a Tag.
setAttributesMap(String, Map<String, Object>) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Stores all the given attributes map in mapping.
setAugmentations(int, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
setAugmentations
setBaseUrl(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
setBaseUrl(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Sets the base URL for rewriting.
setBasicRewriterProps(Map<String, String[]>) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
setCleanerTransformations(CleanerTransformations) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets CleanerTransformations of the underlying HtmlCleaner properties.
setCleanerTransformationStringArray(String[]) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets an array of parsing transformation string.
setContentRewriter(ContentRewriter) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the ContentRewriter instance to be used in the current reverse proxy processing context.
setContentRewriters(Map<String, ContentRewriter>) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.AbstractProxyMapping
Sets the internal content rewriters map by copying contentRewriters.
setCookieStore(CookieStore) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the CookieStore instance to be used in this reverse proxy processing context.
setCurrentProxyContext(ProxyContext) - Static method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the current ProxyContext instance in the static thread local variable.
setDefaultCharacterEncoding(String) - Method in class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
Sets the default character encoding to be used when serializing content to response.
setHeader(String, String) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Sets a response header with the given name and value.
setHeader(String, String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Sets a response header with the given name and value.
setHeader(String, String) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Sets a response header with the given name and value.
setHostHeaderValue(String) - Method in class org.apache.portals.applications.webcontent2.proxy.command.AddHeadersToResponseCommand
Sets the custom specific "Host" HTTP header value.
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Sets the internal SSL Hostname Verifier.
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Sets the internal SSL Hostname Verifier.
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Sets the internal SSL Hostname Verifier.
setHttpClient(HttpClient) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the internal HttpClient instance to be used in this reverse proxy processing context.
setHttpClientBuilder(HttpClientBuilder) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Sets the internal HttpClientBuilder instance.
setHttpClientBuilder(HttpClientBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.command.InitHttpClientCommand
Sets internal HttpClientBuilder instance.
setHttpClientBuilder(HttpClientBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Sets the internal HttpClientBuilder instance.
setHttpClientBuilder(HttpClientBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Sets the internal HttpClientBuilder instance.
setHttpClientContextBuilder(HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Sets the internal HttpClientContextBuilder instance.
setHttpClientContextBuilder(HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ExecuteHttpClientCommand
Sets the internal HttpClientContextBuilder.
setHttpClientContextBuilder(HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Sets the internal HttpClientContextBuilder instance.
setHttpClientContextBuilder(HttpClientContextBuilder) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Sets the internal HttpClientContextBuilder instance.
setHttpRequest(HttpRequestBase) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the HttpRequestBase instance to be used in the current reverse proxy processing context.
setHttpResponse(HttpResponse) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the HttpResponse instance to be used in the current reverse proxy processing context.
setId(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Identified
Set the unique identification string for this rule.
setId(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.AttributeImpl
 
setId(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.IdentifiedImpl
 
setId(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 
setIgnorePrefixes(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
setInnerHtmlOnly(boolean) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets the flag whether or not the output should include the inner HTML(s) only.
setIntHeader(String, int) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Sets a response header with the given name and integer value.
setIntHeader(String, int) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Sets a response header with the given name and integer value.
setLocal(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Sets the local request path info prefix.
setLocalPath(String) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the local path info in this reverse proxy processing context.
setLocalPattern(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Sets the regular expression to evaluate a local request path info.
setLocalReplace(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Sets the replace string to translate to a local request path info based on the regular expression result from RegexProxyMapping.getRemotePattern().
setName(int, QName) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
setName
setNonNormalizedValue(int, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
setNonNormalizedValue
setParserAdaptorMimeTypePropsMap(Map<String, Map<String, String[]>>) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
setPopup(boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
setPopup(boolean) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Flag indicating whether to rewrite links as popups.
setProxyMappingRegistry(ProxyMappingRegistry) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Sets the internal ProxyMappingRegistry instance.
setProxyMappingRegistry(ProxyMappingRegistry) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Sets the internal ProxyMappingRegistry instance.
setProxyMappingRegistry(ProxyMappingRegistry) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the reverse proxy mapping registry in this reverse proxy processing context.
setProxyMappingRegistry(ProxyMappingRegistry) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Sets the internal ProxyMappingRegistry instance.
setProxyService(ReverseProxyService) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.GenericReverseProxyPortlet
Sets the internal ReverseProxyService instance.
setProxyService(ReverseProxyService) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.GenericReverseProxyFilter
Sets the internal ReverseProxyService instance.
setProxyService(ReverseProxyService) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.GenericReverseProxyServlet
Sets the internal ReverseProxyService instance.
setRemote(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Sets the remote target URI prefix.
setRemotePattern(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Sets the regular expression to evaluate a remote URL.
setRemoteReplace(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.RegexProxyMapping
Sets the replace string to translate to a remote URI based on the regular expression result from RegexProxyMapping.getLocalPattern().
setRemoteURI(URI) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the remote target URI in this reverse proxy processing context.
setRemove(boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 
setRemove(boolean) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Tag
Represents whether this tag is to be removed during rewrite phase.
setRemoveComments(boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
setRemoveComments(boolean) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Set the remove comments flag for removing comments from the markup source.
setReplacementList(String[]) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultURICleaner
Sets the replace string array to replace URI strings with.
setRequestBasePath(String) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
 
setResolvedMapping(ProxyMapping) - Method in class org.apache.portals.applications.webcontent2.proxy.ProxyContext
Sets the resolved reverse proxy mapping in this reverse proxy processing context.
setRule(Rule) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Attribute
Set the rewriter rule associated with this attribute.
setRule(Rule) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.AttributeImpl
 
setRuleId(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.AttributeImpl
Castor setter to set the rule id.
setRules(Collection) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
Castor setter
setRuleset(Ruleset) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriter
Set the Ruleset configuration for this rewriter.
setRuleset(Ruleset) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
setRulesetRewriterProps(Map<String, String[]>) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
setSearchList(String[]) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.DefaultURICleaner
Sets the search string array to find from URI strings.
setSerializerClass(Class<? extends Serializer>) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.DefaultSerializerFactory
Sets the class of the physical HtmlCleaner Serializer such as SimpleHtmlSerializer.
setSerializerFactory(SerializerFactory) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets SerializerFactory property.
setSinkEncoding(String) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets the character encoding to be used to write to sink.
setSpecified(int, boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
setSpecified
setSslSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Sets the internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
setSslSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Sets the internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
setSslSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Sets the internal SSL Socket Connection Factory (LayeredConnectionSocketFactory).
setStatus(int) - Method in class org.apache.portals.applications.webcontent2.portlet.proxy.PortletRequestContext
Sets the status code for this response.
setStatus(int) - Method in class org.apache.portals.applications.webcontent2.proxy.impl.ServletRequestContext
Sets the status code for this response.
setStatus(int) - Method in interface org.apache.portals.applications.webcontent2.proxy.RequestContext
Sets the status code for this response.
setStrip(boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 
setStrip(boolean) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Tag
Represents whether this tag is to be removed during rewrite phase.
setSuffix(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
setSuffix(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Suffix string to append to the rewritten URL.
setTagNodeVisitors(List<TagNodeVisitor>) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets custom TagNodeVisitors which can get the chance to do custom processing on the selected tag nodes.
setTags(Collection) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
Castor setter
setTicket(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.TicketParamRewriter
 
setTicketName(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.TicketParamRewriter
 
setType(int, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
setType
setupPreferencesEdit(RenderRequest, RenderResponse) - Method in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
setUriCleaner(URICleaner) - Method in class org.apache.portals.applications.webcontent2.proxy.command.ResolveRemoteURICommand
Sets the internal URICleaner.
setUseBase(boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
setUseBase(boolean) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Flag indicating whether to use the Base URL for this rewriter.
setUseProxy(boolean) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.AbstractRewriter
 
setUseProxy(boolean) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Set whether this rewriter require a proxy server.
setValue(int, String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
setValue
setXpathExpression(String) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.HtmlCleanerContentRewriter
Sets the XPath expression to be used to select some filtered tag node(s) only.
shouldRemoveComments() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.BasicRewriter
 
shouldRemoveComments() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Returns true if all comments should be removed.
shouldRemoveComments() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
shouldRemoveTag(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.BasicRewriter
 
shouldRemoveTag(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Returns true if the tag should be removed, otherwise false.
shouldRemoveTag(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
shouldRewrite(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
shouldRewrite(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Rule
Checks to see if a URL should be rewritten or not.
shouldStripTag(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.BasicRewriter
 
shouldStripTag(String) - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.Rewriter
Returns true if the tag should be stripped, otherwise false.
shouldStripTag(String) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.RulesetRewriterImpl
 
SimpleContentRewritingContext - Class in org.apache.portals.applications.webcontent2.rewriter.impl
Trivial ContentRewritingContext implementation.
SimpleContentRewritingContext() - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.SimpleContentRewritingContext
 
SimpleProxyMapping - Class in org.apache.portals.applications.webcontent2.proxy.impl
Simple ProxyMapping implementation based on path prefix matching.
SimpleProxyMapping() - Constructor for class org.apache.portals.applications.webcontent2.proxy.impl.SimpleProxyMapping
Zero-argument default constructor.
SimpleReverseProxyFilter - Class in org.apache.portals.applications.webcontent2.proxy.filter
Simple reverse proxy servlet filter implementation as an example and a base class to be overriden.
SimpleReverseProxyFilter() - Constructor for class org.apache.portals.applications.webcontent2.proxy.filter.SimpleReverseProxyFilter
Zero-argument default constructor.
SimpleReverseProxyPortlet - Class in org.apache.portals.applications.webcontent2.portlet.proxy
Simple reverse proxy portlet implementation with using HtmlCleanerContentRewriter as the default ContentRewriter.
SimpleReverseProxyPortlet() - Constructor for class org.apache.portals.applications.webcontent2.portlet.proxy.SimpleReverseProxyPortlet
Zero-argument default constructor.
SimpleReverseProxyServlet - Class in org.apache.portals.applications.webcontent2.proxy.servlet
Simple reverse proxy servlet implementation as an example and a base class to be overriden.
SimpleReverseProxyServlet() - Constructor for class org.apache.portals.applications.webcontent2.proxy.servlet.SimpleReverseProxyServlet
Zero-argument default constructor.
Sink - Interface in org.apache.portals.applications.webcontent2.rewriter
Content sink as output to ContentRewriter.
Source - Interface in org.apache.portals.applications.webcontent2.rewriter
Content source as input to ContentRewriter.
SRC_REPLACE_KEYS - Static variable in class org.apache.portals.applications.webcontent2.portlet.IFrameGenericPortlet
 
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.CallbackElementRemover
startElement
startElement(QName, XMLAttributes, Augmentations) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
startElement
startElement(String, String, String, MutableAttributes) - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.xml.SaxParserAdaptor.SaxFormatHandler
 
Streams - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.util
Utility functions related to Streams.
Streams() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.util.Streams
 
StreamSink - Class in org.apache.portals.applications.webcontent2.rewriter.impl
Acts as an holder for a content rewriting Sink in the form of byte or character stream.
StreamSink(OutputStream) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSink
Construct a StreamSink for a byte stream.
StreamSink(OutputStream, String) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSink
Construct a StreamSink for a byte stream with the specified encoding.
StreamSink(Writer) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSink
Construct a StreamSink for a character stream.
StreamSource - Class in org.apache.portals.applications.webcontent2.rewriter.impl
Acts as an holder for a content rewriting Source in the form of a byte or character stream.
StreamSource(InputStream) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSource
Construct a StreamSource from a byte stream.
StreamSource(InputStream, String) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSource
Construct a StreamSource from a byte stream with the specified encoding.
StreamSource(Reader) - Constructor for class org.apache.portals.applications.webcontent2.rewriter.impl.StreamSource
Construct a StreamSource from a character reader.
subSequence(int, int) - Method in class org.apache.portals.applications.webcontent2.proxy.util.CharArraySegment
SwingAttributes - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html
SwingAttributes
SwingAttributes(MutableAttributeSet) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingAttributes
 
SwingParserAdaptor - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html
HTML Parser Adaptor for the Swing 'HotJava' parser.
SwingParserAdaptor() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.SwingParserAdaptor
 
sync() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
sync() - Method in interface org.apache.portals.applications.webcontent2.portlet.rewriter.rules.Ruleset
Synchronize the Ruleset

T

Tag - Interface in org.apache.portals.applications.webcontent2.portlet.rewriter.rules
Tag
TagImpl - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl
Tag
TagImpl() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 
TicketParamRewriter - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
Parses looking for a Ticket Param, used in SSO portlets where ticket processing is required Often tickets are added as form parameters and checked on the authentication for better security
TicketParamRewriter() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.TicketParamRewriter
 
toClassList(String, String) - Static method in class org.apache.portals.applications.webcontent2.portlet.rewriter.MappingRewriterController
 
toString() - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
toString() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
toString
toString() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RuleImpl
 
toString() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.RulesetImpl
 
toString() - Method in class org.apache.portals.applications.webcontent2.portlet.rewriter.rules.impl.TagImpl
 

U

URICleaner - Interface in org.apache.portals.applications.webcontent2.proxy
URICleaner
URLRewriterFilter - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko
URLRewriterFilter
URLRewriterFilter(Rewriter) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.URLRewriterFilter
 

V

VIEW_SOURCE_PARAM - Static variable in class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
Configuration constants.
visit(TagNode, HtmlNode) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AbstractProxyTagNodeVisitor
visitCommentNode(TagNode, CommentNode) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AbstractProxyTagNodeVisitor
Default implementation of handling visited CommentNodes.
visitPage(WebContentPage) - Method in class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
visitTagNode(TagNode, TagNode) - Method in class org.apache.portals.applications.webcontent2.rewriter.htmlcleaner.AbstractProxyTagNodeVisitor
Default implementation of handling visited TagNodes.

W

WebContentPage - Class in org.apache.portals.applications.webcontent2.portlet.history
Web content page
WebContentPage(String) - Constructor for class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
WebContentPage(String, String) - Constructor for class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
WebContentPage(String, String, Map<String, String[]>) - Constructor for class org.apache.portals.applications.webcontent2.portlet.history.WebContentPage
 
WebContentPageHistory - Class in org.apache.portals.applications.webcontent2.portlet.history
History of web content page navigations
WebContentPageHistory() - Constructor for class org.apache.portals.applications.webcontent2.portlet.history.WebContentPageHistory
 
WebContentPortlet - Class in org.apache.portals.applications.webcontent2.portlet
WebContentPortlet * WebContentPortlet Allows navigation inside the portlet and caches the latest URL TODO: Preferences, cache stream instead of URL *
WebContentPortlet() - Constructor for class org.apache.portals.applications.webcontent2.portlet.WebContentPortlet
 
WebContentRewriter - Class in org.apache.portals.applications.webcontent2.portlet.rewriter
WebContentRewriter
WebContentRewriter() - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.WebContentRewriter
 
writeHttpEntityToDispatcher(ProxyContext, HttpEntity) - Method in class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
Write the HttpEntity of HttpResponse from the remote content to the dispatched response in the reverse proxy side.
writeHttpEntityToResponse(ProxyContext, HttpEntity) - Method in class org.apache.portals.applications.webcontent2.proxy.command.SerializeHttpEntityContentCommand
Write the HttpEntity of HttpResponse from the remote content to the non-dispatched response in the reverse proxy side.

X

XMLAttributesWrapper - Class in org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko
XMLAttributesWrapper
XMLAttributesWrapper(XMLAttributes) - Constructor for class org.apache.portals.applications.webcontent2.portlet.rewriter.html.neko.XMLAttributesWrapper
 

Y

YamlConfigUtils - Class in org.apache.portals.applications.webcontent2.proxy.util
Utility to load reverse proxy mapping configurations in YAML format.
A B C D E F G H I L M N O P R S T U V W X Y 

Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.