A B C D E F G H I J N O P Q R S T U V W X

A

addCookie(Cookie) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
addCookie(Cookie) - Method in class org.xwiki.portlet.model.ResponseData
Adds a cookie.
addHeader(String, String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
addHeader(String, String) - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
addHeader(String, String) - Method in class org.xwiki.portlet.model.ResponseData
Adds a new value to an HTTP response header.
ATTRIBUTE_DISPATCHED - Static variable in class org.xwiki.portlet.DispatchPortlet
The request attribute used to mark the request as dispatched.
ATTRIBUTE_REDIRECT_URL - Static variable in class org.xwiki.portlet.DispatchPortlet
The request attribute used to pass the redirect URL to the dispatch filter in order to adjust the dispatched request accordingly.
ATTRIBUTE_RESPONSE_DATA - Static variable in class org.xwiki.portlet.DispatchPortlet
The data of a dispatched response.
ATTRIBUTE_RESPONSE_DATA_MAP - Static variable in class org.xwiki.portlet.DispatchPortlet
The map of response data, stored on the session.

B

ByteArrayServletOutputStream - Class in org.xwiki.portlet.util
Class used to write the servlet response in a byte array.
ByteArrayServletOutputStream() - Constructor for class org.xwiki.portlet.util.ByteArrayServletOutputStream
 

C

characters(char[], int, int) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
characters(char[], int, int) - Method in class org.xwiki.portlet.view.HTMLInlineCodeXMLFilter
 
close() - Method in class org.xwiki.portlet.util.StringServletPrintWriter
 
comment(char[], int, int) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
comment(char[], int, int) - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
containsHeader(String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
containsHeader(String) - Method in class org.xwiki.portlet.model.ResponseData
 
createURL() - Method in class org.xwiki.portlet.url.DispatchURLFactory
 
createURL(String) - Method in class org.xwiki.portlet.url.DispatchURLFactory
Creates a dispatch URL with the type determined from configuration.
createURL(RequestType) - Method in class org.xwiki.portlet.url.DispatchURLFactory
Creates a dispatch URL with the specified type that targets the current page.
createURL(String, RequestType) - Method in class org.xwiki.portlet.url.DispatchURLFactory
Creates a dispatch URL with the specified type.
CSSStreamFilter - Class in org.xwiki.portlet.view
Rewrites a CSS stream so that it can be used by a portlet in a portal page without affecting other portlets or the portal page itself.
CSSStreamFilter(String, URLRewriter) - Constructor for class org.xwiki.portlet.view.CSSStreamFilter
Creates a new CSS stream filter that uses the given URL rewriter to transform import URLs and the given name-space to prevent style rules from affecting other portlets or the portal page itself.
CSSStyleSheetFilter - Class in org.xwiki.portlet.view
Rewrites a CSS stream so that it can be used by a portlet in a portal page without affecting other portlets or the portal page itself.
CSSStyleSheetFilter(String, URLRewriter) - Constructor for class org.xwiki.portlet.view.CSSStyleSheetFilter
Creates a new CSSStyleSheet filter that rewrites import URLs using the given URL rewriter and name-spaces all style rules using the given name-space.

D

DefaultURLRewriter - Class in org.xwiki.portlet.url
Rewrites relative servlet URLs into portlet URLs.
DefaultURLRewriter(DispatchURLFactory, String) - Constructor for class org.xwiki.portlet.url.DefaultURLRewriter
Creates a new URL rewriter that transforms relative servlet URLs into portlet URLs.
destroy() - Method in class org.xwiki.portlet.controller.DispatchFilter
 
Dispatch - Class in org.xwiki.portlet.controller
Convenient way of passing dispatch information.
Dispatch(DispatchType, String) - Constructor for class org.xwiki.portlet.controller.Dispatch
Creates a new dispatch object with the given information.
DispatchedActionResponse - Class in org.xwiki.portlet.controller
Wraps a servlet response object dispatched from a portlet's process action method.
DispatchedActionResponse(HttpServletResponse) - Constructor for class org.xwiki.portlet.controller.DispatchedActionResponse
Wraps the given response object that has been dispatched from a portlet's process action method.
DispatchedMimeResponse - Class in org.xwiki.portlet.controller
Wraps a servlet response object dispatched from a portlet's render or serve resource method.
DispatchedMimeResponse(HttpServletResponse, Set<String>) - Constructor for class org.xwiki.portlet.controller.DispatchedMimeResponse
Wraps the given servlet response that has been dispatched from a portlet's render or serve resource method.
DispatchedRequest - Class in org.xwiki.portlet.controller
Wraps a servlet request object dispatched from a portlet.
DispatchedRequest(HttpServletRequest, boolean) - Constructor for class org.xwiki.portlet.controller.DispatchedRequest
Wraps the given request that has been dispatched from a portlet, exposing the query string parameters of the initial request.
DispatchedRequest(HttpServletRequest, String) - Constructor for class org.xwiki.portlet.controller.DispatchedRequest
Wraps the given request and behaves as if it was redirected to the specified URL.
DispatchFilter - Class in org.xwiki.portlet.controller
Wraps servlet requests that are dispatched from a portlet to overcome some of the limitations enforced by the JSR286 Portlet Specification.
DispatchFilter() - Constructor for class org.xwiki.portlet.controller.DispatchFilter
 
DispatchPortlet - Class in org.xwiki.portlet
Dispatches portlet requests coming from a JSR286 compatible portal to the URL provided either in the DispatchPortlet.PARAMETER_DISPATCH_URL request parameter on in the DispatchURLFactory.PARAMETER_DISPATCH_URL URL parameter.
DispatchPortlet() - Constructor for class org.xwiki.portlet.DispatchPortlet
 
DispatchType - Enum in org.xwiki.portlet.controller
Enumerates the ways in which a request can be dispatched.
DispatchURLFactory - Class in org.xwiki.portlet.url
Creates portlet URLs that tell to their target where to dispatch the associated request.
DispatchURLFactory(MimeResponse, URLRequestTypeMapper, String) - Constructor for class org.xwiki.portlet.url.DispatchURLFactory
Creates a new URL factory based on the given response.
doEdit(RenderRequest, RenderResponse) - Method in class org.xwiki.portlet.DispatchPortlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.xwiki.portlet.controller.DispatchFilter
 
doView(RenderRequest, RenderResponse) - Method in class org.xwiki.portlet.DispatchPortlet
 

E

endCDATA() - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
endDocument() - Method in class org.xwiki.portlet.util.XHTMLWriter
 
endDocument() - Method in class org.xwiki.portlet.view.HTMLIdAttributeXMLFilter
 
endDTD() - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
endElement(String, String, String) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
endElement(String, String, String) - Method in class org.xwiki.portlet.view.HTMLInlineCodeXMLFilter
 
endEntity(String) - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 

F

filter(Reader, Writer) - Method in class org.xwiki.portlet.view.CSSStreamFilter
 
filter(CSSStyleSheet) - Method in class org.xwiki.portlet.view.CSSStyleSheetFilter
 
filter(Reader, Writer) - Method in class org.xwiki.portlet.view.HTMLStreamFilter
 
filter(Reader, Writer) - Method in class org.xwiki.portlet.view.JavaScriptStreamFilter
 
filter(Reader, Writer) - Method in interface org.xwiki.portlet.view.StreamFilter
Filters the given character stream.
filter(String, Reader, Writer) - Method in class org.xwiki.portlet.view.StreamFilterManager
Applies the right stream filter based on the given content type.
forward(ServletRequest, ServletResponse) - Method in class org.xwiki.portlet.controller.NotifyingRequestDispatcher
 

G

getCharacterEncoding() - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
getCharacterEncoding() - Method in class org.xwiki.portlet.controller.DispatchedRequest
getCharacterEncoding() - Method in class org.xwiki.portlet.model.ResponseData
 
getContentLength() - Method in class org.xwiki.portlet.model.ResponseData
 
getContentType() - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
getContentType() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
getContentType() - Method in class org.xwiki.portlet.model.ResponseData
 
getCookies() - Method in class org.xwiki.portlet.model.ResponseData
 
getDefaultDispatchURL(PortletPreferences) - Method in class org.xwiki.portlet.DispatchPortlet
 
getDefaultDispatchURL(PortletPreferences) - Method in class org.xwiki.portlet.XWikiDispatchPortlet
 
getErrorCode() - Method in class org.xwiki.portlet.model.ResponseData
 
getErrorMessage() - Method in class org.xwiki.portlet.model.ResponseData
 
getHeaders() - Method in class org.xwiki.portlet.model.ResponseData
 
getKnownMimeTypes() - Method in class org.xwiki.portlet.view.StreamFilterManager
 
getLocale() - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
getLocale() - Method in class org.xwiki.portlet.model.ResponseData
 
getMediaType() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
getMimeType() - Method in class org.xwiki.portlet.model.ResponseData
 
getOutputStream() - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
getOutputStream() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
getOutputStream() - Method in class org.xwiki.portlet.model.ResponseData
 
getParameter(String) - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getParameterMap() - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getParameterNames() - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getParameterValues(String) - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getPath() - Method in class org.xwiki.portlet.controller.Dispatch
 
getPathInfo() - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getPathInfo() - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
 
getQueryString() - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getQueryString() - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
 
getReader() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
getReader() - Method in class org.xwiki.portlet.model.ResponseData
 
getRedirect() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
getRedirect() - Method in class org.xwiki.portlet.model.ResponseData
 
getRequestDispatcher(String) - Method in class org.xwiki.portlet.controller.DispatchedRequest
getRequestURI() - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getRequestURI() - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
 
getRequestURL() - Method in class org.xwiki.portlet.controller.DispatchedRequest
getResponseData() - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
getServletPath() - Method in class org.xwiki.portlet.controller.DispatchedRequest
 
getServletPath() - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
 
getStatusCode() - Method in class org.xwiki.portlet.model.ResponseData
 
getStatusMessage() - Method in class org.xwiki.portlet.model.ResponseData
 
getTitle(RenderRequest) - Method in class org.xwiki.portlet.DispatchPortlet
 
getType() - Method in class org.xwiki.portlet.controller.Dispatch
 
getType(String) - Method in class org.xwiki.portlet.url.URLRequestTypeMapper
 
getWriter() - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
getWriter() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
getWriter() - Method in class org.xwiki.portlet.model.ResponseData
 

H

HTMLConditionalCommentsXMLFilter - Class in org.xwiki.portlet.view
An XML filter that rewrites <link> HREFs inside Internet Explorer's specific conditional comments.
HTMLConditionalCommentsXMLFilter(URLRewriter) - Constructor for class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
Creates a new XML filter that rewrites link HREFs inside Internet Explorer's specific conditional comments.
HTMLIdAttributeXMLFilter - Class in org.xwiki.portlet.view
An XML filter that rewrites all element identifiers to ensure they are unique in the context of a portal page.
HTMLIdAttributeXMLFilter(String, boolean) - Constructor for class org.xwiki.portlet.view.HTMLIdAttributeXMLFilter
Creates a new XML filter that name-spaces all element identifiers.
HTMLInlineCodeXMLFilter - Class in org.xwiki.portlet.view
An XML filter that transforms the code (e.g.
HTMLInlineCodeXMLFilter(URLRewriter, String) - Constructor for class org.xwiki.portlet.view.HTMLInlineCodeXMLFilter
Creates a new HTML XML filter that rewrites the CSS and JavaScript code in-lined in the HTML document.
HTMLMetaDataXMLFilter - Class in org.xwiki.portlet.view
An XML filter that outputs meta data useful for client side scripts.
HTMLMetaDataXMLFilter(URLRewriter, boolean) - Constructor for class org.xwiki.portlet.view.HTMLMetaDataXMLFilter
Creates a new HTML XML filter that outputs meta data useful for client side scripts.
HTMLStreamFilter - Class in org.xwiki.portlet.view
Rewrites a servlet HTML stream into a portlet HTML stream.
HTMLStreamFilter(URLRewriter, String, boolean) - Constructor for class org.xwiki.portlet.view.HTMLStreamFilter
Creates a new HTML stream filter which executes the following transformations: converts relative servlet URLs prefixed with the given context path to portlet URLs created using the given URL factory name-space HTML element identifiers to prevent conflicts with other portlets and the portal page itself rewrite in-line JavaScript code to use the name-spaced element identifiers rewrite in-line CSS to prevent interference with other portlets and the portal page itself .
HTMLURLAttributeXMLFilter - Class in org.xwiki.portlet.view
An XML filter that rewrites some of the servlet URLs into portlet URLs.
HTMLURLAttributeXMLFilter(URLRewriter) - Constructor for class org.xwiki.portlet.view.HTMLURLAttributeXMLFilter
Creates a new HTML XML filter which rewrites servlet URLs into portlet URLs.

I

ignorableWhitespace(char[], int, int) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
include(ServletRequest, ServletResponse) - Method in class org.xwiki.portlet.controller.NotifyingRequestDispatcher
 
init(FilterConfig) - Method in class org.xwiki.portlet.controller.DispatchFilter
 
isOutputIntercepted() - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 

J

JavaScriptIdASTFilter - Class in org.xwiki.portlet.view
Name-spaces all occurrences of HTML element identifiers inside the AST tree.
JavaScriptIdASTFilter(String) - Constructor for class org.xwiki.portlet.view.JavaScriptIdASTFilter
Creates a new filter that uses the given string to name-space all occurrences of HTML element identifiers inside the AST tree.
JavaScriptNameASTFilter - Class in org.xwiki.portlet.view
Name-spaces all global variable names.
JavaScriptNameASTFilter(String) - Constructor for class org.xwiki.portlet.view.JavaScriptNameASTFilter
Creates a new filter that uses the given string to name-space all global variable names.
JavaScriptStreamFilter - Class in org.xwiki.portlet.view
Synchronizes the JavaScript code with the rewritten HTML code.
JavaScriptStreamFilter(String) - Constructor for class org.xwiki.portlet.view.JavaScriptStreamFilter
Creates a new JavaScript stream filter that updates all occurrences or element identifiers inside the JavaScript code.

N

NotifyingRequestDispatcher - Class in org.xwiki.portlet.controller
Wraps a request dispatcher to be able to notify the request that created it whenever it is used.
NotifyingRequestDispatcher(RequestDispatcher, DispatchedRequest, String) - Constructor for class org.xwiki.portlet.controller.NotifyingRequestDispatcher
Wraps a given request dispatcher and notifies the specified dispatched request whenever the dispatcher is used.

O

org.xwiki.portlet - package org.xwiki.portlet
 
org.xwiki.portlet.controller - package org.xwiki.portlet.controller
 
org.xwiki.portlet.model - package org.xwiki.portlet.model
 
org.xwiki.portlet.url - package org.xwiki.portlet.url
 
org.xwiki.portlet.util - package org.xwiki.portlet.util
 
org.xwiki.portlet.view - package org.xwiki.portlet.view
 

P

PARAMETER_DISPATCH_URL - Static variable in class org.xwiki.portlet.DispatchPortlet
The name of the portlet request parameter holding the URL to dispatch the request to.
PARAMETER_DISPATCH_URL - Static variable in class org.xwiki.portlet.url.DispatchURLFactory
The name of the portlet URL parameter holding the URL to dispatch the request to.
PARAMETER_DISPATCHED_RESPONSE_KEY - Static variable in class org.xwiki.portlet.DispatchPortlet
The key to access the data of a dispatched response from the session.
parse(String) - Method in class org.xwiki.portlet.util.QueryStringParser
Parses the given query string without decoding the parameter names and values.
parse(String, String) - Method in class org.xwiki.portlet.util.QueryStringParser
Parses the given query string and decodes the parameter names and values using the specified encoding.
parse(InputSource) - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
PREFERENCE_DEFAULT_DISPATCH_URL - Static variable in class org.xwiki.portlet.DispatchPortlet
The name of the preference holding the default dispatch URL, i.e.
PREFERENCE_EDIT_URL - Static variable in class org.xwiki.portlet.DispatchPortlet
The name of the preference holding the edit URL, i.e.
PREFERENCE_PATH_INFO - Static variable in class org.xwiki.portlet.XWikiDispatchPortlet
The name of the preference holding the path info used to compute the default dispatch URL.
PREFERENCE_SERVLET_PATH - Static variable in class org.xwiki.portlet.XWikiDispatchPortlet
The name of the preference holding the servlet path used to compute the default dispatch URL.
PREFERENCE_TITLE - Static variable in class org.xwiki.portlet.DispatchPortlet
The name of the preference that controls the title of the portlet.
processAction(ActionRequest, ActionResponse) - Method in class org.xwiki.portlet.DispatchPortlet
 
processEdit(ActionRequest, ActionResponse) - Method in class org.xwiki.portlet.DispatchPortlet
Processes the edit action.
processingInstruction(String, String) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
processView(ActionRequest, ActionResponse) - Method in class org.xwiki.portlet.DispatchPortlet
Processed the view action.

Q

QueryStringParser - Class in org.xwiki.portlet.util
Parses URL query strings.
QueryStringParser() - Constructor for class org.xwiki.portlet.util.QueryStringParser
 

R

RequestDispatchInfo - Class in org.xwiki.portlet.controller
The request information that can change when a request is dispatched.
RequestDispatchInfo() - Constructor for class org.xwiki.portlet.controller.RequestDispatchInfo
 
RequestType - Enum in org.xwiki.portlet.model
Portlet request types.
ResponseData - Class in org.xwiki.portlet.model
Stores the response data.
ResponseData() - Constructor for class org.xwiki.portlet.model.ResponseData
 
rewrite(String, Object...) - Method in class org.xwiki.portlet.url.DefaultURLRewriter
 
rewrite(String, Object...) - Method in interface org.xwiki.portlet.url.URLRewriter
Rewrites the given URL using the given parameters.

S

sendError(int, String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
sendError(int, String) - Method in class org.xwiki.portlet.model.ResponseData
Specifies that the request could not be fulfilled.
sendRedirect(String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
sendRedirect(String) - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
sendRedirect(String) - Method in class org.xwiki.portlet.model.ResponseData
Specifies that the request must be redirected.
serveResource(ResourceRequest, ResourceResponse) - Method in class org.xwiki.portlet.DispatchPortlet
 
setCharacterEncoding(String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
setCharacterEncoding(String) - Method in class org.xwiki.portlet.controller.DispatchedRequest
setCharacterEncoding(String) - Method in class org.xwiki.portlet.model.ResponseData
Sets the character encoding.
setContentLength(int) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
setContentLength(int) - Method in class org.xwiki.portlet.model.ResponseData
Sets the content length.
setContentType(String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
setContentType(String) - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
setContentType(String) - Method in class org.xwiki.portlet.model.ResponseData
Sets the content type.
setHeader(String, String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
setHeader(String, String) - Method in class org.xwiki.portlet.controller.DispatchedMimeResponse
 
setHeader(String, String) - Method in class org.xwiki.portlet.model.ResponseData
Overwrite all the values associated with an HTTP response header.
setLocale(Locale) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
setLocale(Locale) - Method in class org.xwiki.portlet.model.ResponseData
Sets the locale.
setPathInfo(String) - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
Sets the path info.
setProperty(String, Object) - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
setQueryString(String) - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
Sets the query string.
setRequestURI(String) - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
Sets the request URI.
setServletPath(String) - Method in class org.xwiki.portlet.controller.RequestDispatchInfo
Sets the servlet path.
setStatus(int, String) - Method in class org.xwiki.portlet.controller.DispatchedActionResponse
 
setStatus(int, String) - Method in class org.xwiki.portlet.model.ResponseData
Sets the response status.
startCDATA() - Method in class org.xwiki.portlet.util.XHTMLWriter
 
startCDATA() - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
startDocument() - Method in class org.xwiki.portlet.view.HTMLIdAttributeXMLFilter
 
startDocument() - Method in class org.xwiki.portlet.view.HTMLMetaDataXMLFilter
 
startDTD(String, String, String) - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
startElement(String, String, String, Attributes) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
startElement(String, String, String, Attributes) - Method in class org.xwiki.portlet.view.HTMLIdAttributeXMLFilter
 
startElement(String, String, String, Attributes) - Method in class org.xwiki.portlet.view.HTMLInlineCodeXMLFilter
 
startElement(String, String, String, Attributes) - Method in class org.xwiki.portlet.view.HTMLMetaDataXMLFilter
 
startElement(String, String, String, Attributes) - Method in class org.xwiki.portlet.view.HTMLURLAttributeXMLFilter
 
startEntity(String) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
startEntity(String) - Method in class org.xwiki.portlet.view.HTMLConditionalCommentsXMLFilter
 
StreamFilter - Interface in org.xwiki.portlet.view
Filters a stream of characters.
StreamFilterManager - Class in org.xwiki.portlet.view
Applies the right stream filter based on the stream content type.
StreamFilterManager(HttpServletRequest) - Constructor for class org.xwiki.portlet.view.StreamFilterManager
Creates a new StreamFilter manager for the given servlet request.
StreamFilterManager(PortletRequest, MimeResponse, String) - Constructor for class org.xwiki.portlet.view.StreamFilterManager
Creates a new StreamFilter manager for the given portlet request and response.
StreamFilterManager(DispatchURLFactory, String, String, RequestType) - Constructor for class org.xwiki.portlet.view.StreamFilterManager
Creates a new StreamFilter manager that uses the given portlet URL factory and the given portlet name-space.
StringServletPrintWriter - Class in org.xwiki.portlet.util
Class used to write the servlet response in a string.
StringServletPrintWriter() - Constructor for class org.xwiki.portlet.util.StringServletPrintWriter
Creates a new print writer that writes the servlet response content in a string.

T

toInputStream() - Method in class org.xwiki.portlet.util.ByteArrayServletOutputStream
 
toInputStream(String) - Method in class org.xwiki.portlet.util.StringServletPrintWriter
 
toReader(String) - Method in class org.xwiki.portlet.util.ByteArrayServletOutputStream
 
toReader() - Method in class org.xwiki.portlet.util.StringServletPrintWriter
 

U

URLRequestTypeMapper - Class in org.xwiki.portlet.url
Maps servlet URLs to portlet request types.
URLRequestTypeMapper() - Constructor for class org.xwiki.portlet.url.URLRequestTypeMapper
Creates a new instance that maps URL to RequestType based on a configuration file.
URLRewriter - Interface in org.xwiki.portlet.url
Interface to rewrite URLs.

V

valueOf(String) - Static method in enum org.xwiki.portlet.controller.DispatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.portlet.model.RequestType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.portlet.controller.DispatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.portlet.model.RequestType
Returns an array containing the constants of this enum type, in the order they are declared.
visit(AstNode) - Method in class org.xwiki.portlet.view.JavaScriptIdASTFilter
 
visit(AstNode) - Method in class org.xwiki.portlet.view.JavaScriptNameASTFilter
 

W

write(int) - Method in class org.xwiki.portlet.util.ByteArrayServletOutputStream
 
writeClose(String) - Method in class org.xwiki.portlet.util.XHTMLWriter
 
writeEmptyElementClose(String) - Method in class org.xwiki.portlet.util.XHTMLWriter
 

X

XHTMLWriter - Class in org.xwiki.portlet.util
A specialized XMLWriter for XHTML serialization.
XHTMLWriter(Writer) - Constructor for class org.xwiki.portlet.util.XHTMLWriter
Creates a new XHTML writer that outputs the serialized XHTML using the given writer.
XWikiDispatchPortlet - Class in org.xwiki.portlet
Extends DispatchPortlet with custom implementation for XWiki.
XWikiDispatchPortlet() - Constructor for class org.xwiki.portlet.XWikiDispatchPortlet
 

A B C D E F G H I J N O P Q R S T U V W X

Copyright © 2004-2013 XWiki. All Rights Reserved.