Portlet API 2
A B C D E G H I M O P R S T U W

A

AccessDeniedException - exception org.apache.jetspeed.portlet.AccessDeniedException.
The AccessDeniedException is thrown if a portlet attempts to access dynamic data in a manner that it is not allowed to.
AccessDeniedException() - Constructor for class org.apache.jetspeed.portlet.AccessDeniedException
 
ACTION_PERFORMED - Static variable in interface org.apache.jetspeed.portlet.event.ActionEvent
Event identifier indicating that portlet request has been received that one or more actions associated with it.
ActionAdapter - class org.apache.jetspeed.portlet.event.ActionAdapter.
The ActionAdapter is an action listener in which all callback methods are empty implementations.
ActionAdapter() - Constructor for class org.apache.jetspeed.portlet.event.ActionAdapter
 
ActionEvent - interface org.apache.jetspeed.portlet.event.ActionEvent.
An ActionEvent is sent by the portlet container when an HTTP request is received that is associated with one more actions.
ActionListener - interface org.apache.jetspeed.portlet.event.ActionListener.
The ActionListener interface must be implemented, if an object wishes to receive action events.
actionPerformed(ActionEvent) - Method in interface org.apache.jetspeed.portlet.event.ActionListener
Notifies this listener that the action which the listener is watching for has been performed.
actionPerformed(ActionEvent) - Method in class org.apache.jetspeed.portlet.event.ActionAdapter
 
addAction(PortletAction) - Method in interface org.apache.jetspeed.portlet.PortletURI
Adds the given action to this URI.
addActionListener(ActionListener) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Adds the given listener to receive action events when one of the portlet URIs is called that will be part of this response.
addAllFrom(DynamicData) - Method in interface org.apache.jetspeed.portlet.DynamicData
Adds all attributes from the given data to this data.
addListener(MessageListener) - Method in interface org.apache.jetspeed.portlet.PortletContext
Adds the given message listener to this context.
addParameter(String, String) - Method in interface org.apache.jetspeed.portlet.PortletURI
Adds the given parameter to this URI.
addWindowListener(WindowListener) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Adds the given listener to receive window events from this portlet window.

B

beginSession(PortletSession) - Method in interface org.apache.jetspeed.portlet.Portlet
Called by the portlet container to ask the portlet to initialize the given portlet session.

C

canBeClosed() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet can be closed or not.
canBeDetached() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet can be detached or not.
canBeMaximized() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet can be maximized or not.
canBeMinimized() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet can be minimized or not.
canBeMoved() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet can be moved or not.
canBeResized() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet can be resized or not.
Capability - class org.apache.jetspeed.portlet.Capability.
Instances of the Capability class correspond to particular properties which can be assigned to the client devices.
Client - interface org.apache.jetspeed.portlet.Client.
The Client interface represents the client device that the user connects to the portal with.
CONFIGURE - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
Allows the portlet to bring its own configuration screen if required.
createURI(Portlet.Mode) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Create a portlet URI for the given portlet mode.

D

DEFAULT - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
The standard "one-of many" portlet view on a page.
destroy() - Method in interface org.apache.jetspeed.portlet.Portlet
Called by the portlet container to indicate to this portlet that it is taken out of service.
DynamicData - interface org.apache.jetspeed.portlet.DynamicData.
The DynamicData is a collection of attributes (name-value pairs) that the portlet can use to tempoarily or persistently store information.

E

encodeURI(String) - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns the encoded URI of the resource at the given path.
endSession(PortletSession) - Method in interface org.apache.jetspeed.portlet.Portlet
Called by the portlet container to indicate to a virtual instance of the portlet is being removed.
equals(Object) - Method in class org.apache.jetspeed.portlet.Capability
Returns whether this and the given object represent the same capability.
error(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Logs the given error text in the portlet log.
error(String, Throwable) - Method in interface org.apache.jetspeed.portlet.PortletLog
Logs the given error text, cause, and a stack trace in the portlet log.
Event - interface org.apache.jetspeed.portlet.event.Event.
The Event is the base interface for all events that can occur whithin the portlet container.

G

getAction() - Method in interface org.apache.jetspeed.portlet.event.ActionEvent
Returns the action that this action event carries.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.DynamicData
Returns the value of the attribute with the given name, or null if no such attribute exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the value of the attribute with the given name, or null if no attribute with the given name exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletSession
Returns the value of the attribute with the given name, or null if no attribute with the given name exists.
getAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the attribute value with the given name, or null if no such attribute exists.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.DynamicData
Returns an enumeration of all available attributes names.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns an enumeration of names of all attributes available to this request.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletSession
Returns an enumeration of names of all attributes available to this session.
getAttributeNames() - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns an enumeration of the attribute names that this portlet context is aware of.
getClient() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns an object representing the client device that the user connects to the portal with.
getContainerInfo() - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the name and version of the portlet container which the portlet is running in.
getContentHandler() - Method in interface org.apache.jetspeed.portlet.xml.SaxPortletResponse
Returns the content handler that the portlet can use to write SAX events.
getContext() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns the portlet context.
getCreationTime() - Method in interface org.apache.jetspeed.portlet.PortletSession
Returns the point of time that this session was created.
getData() - Method in interface org.apache.jetspeed.portlet.PortletPage
Returns the dynamic data that contains the user's personalized view of the portlet on this particular page.
getData() - Method in interface org.apache.jetspeed.portlet.User
Returns the dynamic data of this user profile.
getData() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns the dynamic data as it is held by the configuration.
getData(String) - Method in interface org.apache.jetspeed.portlet.PortletPage
Returns the dynamic data of a shared section with the given name.
getData(String) - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns the dynamic data as it is held by the configuration in the shared section with the given name.
getFamilyName() - Method in interface org.apache.jetspeed.portlet.User
Returns the family (aka last) name of the user.
getGivenName() - Method in interface org.apache.jetspeed.portlet.User
Returns the given (aka first) name of the user.
getID() - Method in interface org.apache.jetspeed.portlet.User
Returns the user id.
getIdentifier() - Method in class org.apache.jetspeed.portlet.Capability
Returns the identifier of this capability.
getInitParameter(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the value of the context-wide initialization parameter with the given name, or null if the parameter does not exist.
getInitParameterNames() - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the names of this context’s initialization parameters as an enumeration, or an empty enumeration if this context has no initialization parameters.
getLastAccessedTime() - Method in interface org.apache.jetspeed.portlet.PortletSession
Returns the point of time that this session was last accessed.
getLastLoginTime() - Method in interface org.apache.jetspeed.portlet.User
Returns the point of time that this was last logged in, or null if this information is not available.
getLexicalHandler() - Method in interface org.apache.jetspeed.portlet.xml.SaxPortletResponse
Returns the lexical handler that the portlet can use to write SAX lexical events.
getLocale() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the locale of the preferred language.
getLocales() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns an enumeration of locales indicating, in decreasing order starting with the locale of the preferred languages, the preferred languages.
getLog() - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the portlet log which allows the portlet to write informational, warning, or error messages to a log.
getMajorVersion() - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the major version of the Portlet API that this portlet container supports.
getManufacturer() - Method in interface org.apache.jetspeed.portlet.Client
Returns the name of the manufacturer of this client.
getMessage() - Method in interface org.apache.jetspeed.portlet.event.MessageEvent
Returns the message that this event carries.
getMethod() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the HTTP method of this request.
getMiddleNames() - Method in interface org.apache.jetspeed.portlet.User
Returns the middle names of the user.
getMimeType() - Method in interface org.apache.jetspeed.portlet.Client
Returns the preferred mime-type that this client device supports.
getMimeTypes() - Method in interface org.apache.jetspeed.portlet.Client
Returns an array of mime-types in decreasing order of preferrence.
getMinorVersion() - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the minor version of the Portlet API that this portlet container supports.
getMode() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the mode that the portlet is running in.
getModel() - Method in interface org.apache.jetspeed.portlet.Client
Returns the name of the model of this client.
getName() - Method in interface org.apache.jetspeed.portlet.PortletPage
Returns the name of this page.
getName() - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns the name of the portlet.
getNickName() - Method in interface org.apache.jetspeed.portlet.User
Returns the nick name of the user.
getPage() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the page that the portlet is part of.
getParameter(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the value of the parameter with the given name, or null if no such parameter exists.
getParameterMap() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns a map of the parameters of this request.
getParameterNames() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns an enumeration of all parameter names.
getParameterValues(String) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the values of all parameters with the given name.
getRequest() - Method in interface org.apache.jetspeed.portlet.event.Event
Returns the portlet request that has caused this event.
getResourceAsStream(String) - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the resource located at the given path as an InputStream object.
getResourceAsStream(String, Locale) - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the resource with the given locale located at the given path as an InputStream object.
getRootCause() - Method in class org.apache.jetspeed.portlet.PortletException
Returns the exception that cause this portlet exception.
getSession() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the current session or, if there is no current session, it creates one and returns it.
getSession() - Method in interface org.apache.jetspeed.portlet.event.Event
Returns the portlet session of the virtual instance that receives this event.
getSession(boolean) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the current session or, if there is no current session and the given flag is true, it creates one and returns it.
getText(Locale, Client, PortletSession) - Method in interface org.apache.jetspeed.portlet.PortletTitle
Called by the portlet container to retrieve the text of the portlet title.
getText(String, Locale) - Method in interface org.apache.jetspeed.portlet.PortletContext
Returns the localized text resource with the given key and using the given locale.
getUnavailableSeconds() - Method in class org.apache.jetspeed.portlet.UnavailableException
Returns the number of seconds that this portlet is expected to be temporarily unavailable.
getUser() - Method in interface org.apache.jetspeed.portlet.PortletSession
Returns the user object.
getUserAgent() - Method in interface org.apache.jetspeed.portlet.Client
Returns the exact user agent that this client uses to connect to the portal.
getValue() - Method in class org.apache.jetspeed.portlet.Capability
Returns the integer value of this capability.
getVersion() - Method in interface org.apache.jetspeed.portlet.Client
Returns the version of the model of this client.
getWindow() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns the window that the portlet is running in.
getWriter() - Method in interface org.apache.jetspeed.portlet.PortletResponse
Returns the writer object that can be used to contribute markup to the portlet response.

H

hashCode() - Method in class org.apache.jetspeed.portlet.Capability
Returns a hash code for this capability.
HELP - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
A portlet should provide useful online help in this mode.
HTML_ACTIVE_X - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_CSS1 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_CSS2 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_CSSP - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_FORM - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_FRAME - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_IMAGE - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVA - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVA_1_0 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVA_1_1 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVA_1_2 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVASCRIPT - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVASCRIPT_1_0 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVASCRIPT_1_1 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_JAVASCRIPT_1_2 - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_NESTED_TABLE - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTML_TABLE - Static variable in class org.apache.jetspeed.portlet.Capability
 
HTTP_COOKIE - Static variable in class org.apache.jetspeed.portlet.Capability
 

I

include(String, PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.PortletContext
Allows the portlet to delegate the rendering to another resource as specified by the given path.
info(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Logs the given informational text in the portlet log.
init(PortletConfig) - Method in interface org.apache.jetspeed.portlet.Portlet
Called by the portlet container to indicate to this portlet that it is put into service.
isCapableOf(Capability) - Method in interface org.apache.jetspeed.portlet.Client
Returns whether this client has the given capability.
isCapableOf(Capability[]) - Method in interface org.apache.jetspeed.portlet.Client
Returns whether this client has the given capabilities.
isClosed() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Returns whether this portlet window is currently closed.
isDetached() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Returns whether this portlet window is currently detached.
isEnabled - Static variable in interface org.apache.jetspeed.portlet.PortletLog
A variable indicating whether the portlet log is enabled.
isEnabled() - Method in interface org.apache.jetspeed.portlet.PortletLog
Returns whether the portlet log is enabled.
isMaximized() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Returns whether this portlet window is currently maximized.
isMinimized() - Method in interface org.apache.jetspeed.portlet.PortletWindow
Returns whether this portlet window is currently minimized.
isSecure() - Method in interface org.apache.jetspeed.portlet.PortletRequest
Returns whether this request was made using a secure channel, such as HTTPS.

M

MESSAGE_RECEIVED - Static variable in interface org.apache.jetspeed.portlet.event.MessageEvent
Event identifier indicating that a message has been received.
MessageAdapter - class org.apache.jetspeed.portlet.event.MessageAdapter.
The MessageAdapter is an message listener in which all callback methods are empty implementations.
MessageAdapter() - Constructor for class org.apache.jetspeed.portlet.event.MessageAdapter
 
MessageEvent - interface org.apache.jetspeed.portlet.event.MessageEvent.
A MessageEvent is sent by the portlet container if one portlets send a message to another.
MessageListener - interface org.apache.jetspeed.portlet.event.MessageListener.
The MessageListener interface must be implemented, if an object wishes to receive message events.
messageReceived(MessageEvent) - Method in class org.apache.jetspeed.portlet.event.MessageAdapter
 
messageReceived(MessageEvent) - Method in interface org.apache.jetspeed.portlet.event.MessageListener
Notifies this listener that the message which the listener is watching for has been performed.

O

org.apache.jetspeed.portlet - package org.apache.jetspeed.portlet
 
org.apache.jetspeed.portlet.event - package org.apache.jetspeed.portlet.event
 
org.apache.jetspeed.portlet.xml - package org.apache.jetspeed.portlet.xml
 

P

PERSONALIZE - Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
This mode allows the portlet to capture user-specific parameterization, which leads to a personalized view of the portlet.
Portlet - interface org.apache.jetspeed.portlet.Portlet.
The Portlet interface is used by the portlet container to invoke the portlet.
Portlet.Mode - class org.apache.jetspeed.portlet.Portlet.Mode.
The Mode class is a finite enumeration of the possible modes that a portlet can assume.
PortletAction - interface org.apache.jetspeed.portlet.PortletAction.
The PortletAction can be implemented to defined portlet-specific actions that need to be executed for specific URIs.
PortletConfig - interface org.apache.jetspeed.portlet.PortletConfig.
The PortletConfig interface provides the portlet with its configuration.
PortletContext - interface org.apache.jetspeed.portlet.PortletContext.
The PortletContext interface defines a portlet's view of the portlet container within which each portlet is running.
PortletException - exception org.apache.jetspeed.portlet.PortletException.
The PortletException class defines a general exception that a portlet can throw when it encounters difficulty.
PortletException() - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception.
PortletException(String) - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception with the given text.
PortletException(String, Throwable) - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception when the portlet needs to throw an exception and include a message about the "root case" that interfered with its normal operation, including a description message.
PortletException(Throwable) - Constructor for class org.apache.jetspeed.portlet.PortletException
Constructs a new portlet exception when the portlet needs to throw an exception.
PortletLog - interface org.apache.jetspeed.portlet.PortletLog.
The PortletLog provides the portlet with the ability to log information, warning, or error texts.
PortletMessage - interface org.apache.jetspeed.portlet.PortletMessage.
The PortletMessage can be used for inter-portlet communication.
PortletPage - interface org.apache.jetspeed.portlet.PortletPage.
The PortletPage contains information about the currently visible page.
PortletRequest - interface org.apache.jetspeed.portlet.PortletRequest.
The PortletRequest encapsulates the request sent by the client to the portlet.
PortletResponse - interface org.apache.jetspeed.portlet.PortletResponse.
The PortletResponse interface represents the response sent to the client device.
PortletSession - interface org.apache.jetspeed.portlet.PortletSession.
The PortletSession holds the user-specific data that the portlet needs to personalize the one global portlet instance.
PortletTitle - interface org.apache.jetspeed.portlet.PortletTitle.
The PortletTitle interface has to be implemented if a portlet wants to support client, device, and/or user dependant titles.
PortletURI - interface org.apache.jetspeed.portlet.PortletURI.
A PortletURI represents a URI to a specific portlet function.
PortletWindow - interface org.apache.jetspeed.portlet.PortletWindow.
The PortletWindow represents the window that encloses a portlet.

R

removeAll() - Method in interface org.apache.jetspeed.portlet.DynamicData
Removes all attributes.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.DynamicData
Removes the attribute with the given name.
removeAttribute(String) - Method in interface org.apache.jetspeed.portlet.PortletSession
Removes the attribute with the given name.
removeListener(MessageListener) - Method in interface org.apache.jetspeed.portlet.PortletContext
Removes the given message listener from this context.
removeWindowListener(WindowListener) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Removes the given listener from receiving window events from this portlet window.

S

SaxPortlet - class org.apache.jetspeed.portlet.xml.SaxPortlet.
The SaxPortlet is an abstract implementation of the Portlet that enables the use of SAX events to be sent as the response.
SaxPortlet() - Constructor for class org.apache.jetspeed.portlet.xml.SaxPortlet
 
SaxPortletRequest - interface org.apache.jetspeed.portlet.xml.SaxPortletRequest.
The SaxPortletRequest encapsulates the request sent by the client to the portlet.
SaxPortletResponse - interface org.apache.jetspeed.portlet.xml.SaxPortletResponse.
The SaxPortletResponse interface represents the response sent to the client device.
send(String, PortletMessage) - Method in interface org.apache.jetspeed.portlet.PortletContext
Sends the given message to all portlets on the same page that have the given name.
service(PortletRequest, PortletResponse) - Method in interface org.apache.jetspeed.portlet.Portlet
Called by the portlet container to ask this portlet to generate its markup using the given request/response pair.
service(PortletRequest, PortletResponse) - Method in class org.apache.jetspeed.portlet.xml.SaxPortlet
 
service(SaxPortletRequest, SaxPortletResponse) - Method in class org.apache.jetspeed.portlet.xml.SaxPortlet
This portlet maps the original service() call to this method.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.DynamicData
Sets the attribute with the given name and value.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.PortletRequest
Associates an attribute with the given name and value with this request.
setAttribute(String, Object) - Method in interface org.apache.jetspeed.portlet.PortletSession
Associates an attribute with the given name and value with this session.
setClosed(boolean) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Sets this window to be closed.
setDetached(boolean) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Sets this window to be detached.
setMaximized(boolean) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Sets this window to be maximized.
setMinimized(boolean) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Sets this window to be minimized.
setTitle(PortletTitle) - Method in interface org.apache.jetspeed.portlet.PortletWindow
Sets the given title to be the title of this window.
supports(Locale) - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet supports the given locale.
supports(Portlet.Mode, Client) - Method in interface org.apache.jetspeed.portlet.PortletConfig
Returns whether the portlet supports the given mode for the given client.

T

toString() - Method in class org.apache.jetspeed.portlet.Portlet.Mode
 
toString() - Method in class org.apache.jetspeed.portlet.Capability
Returns the capability as a displayable string.
toString() - Method in interface org.apache.jetspeed.portlet.PortletURI
Returns the complete URI as a string.

U

UnavailableException - exception org.apache.jetspeed.portlet.UnavailableException.
Use the UnavailableException when the instantiation of a portlet fails.
UnavailableException(String) - Constructor for class org.apache.jetspeed.portlet.UnavailableException
Constructs a new exception with the given text.
UnavailableException(String, int) - Constructor for class org.apache.jetspeed.portlet.UnavailableException
Constructs a new exception with the given text and excepted receovery time.
User - interface org.apache.jetspeed.portlet.User.
The User interface is an abstract view on the user-specific data.

W

warn(String) - Method in interface org.apache.jetspeed.portlet.PortletLog
Logs the given warning text in the portlet log.
WINDOW_CLOSING - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be closed.
WINDOW_DETACHING - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be detached.
WINDOW_MAXIMIZING - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be maximized.
WINDOW_MINIMIZING - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be minimized.
WINDOW_MOVING - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be moved.
WINDOW_RESIZING - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be resized.
WINDOW_RESTORED - Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
Event identifier indicating that a portlet window will be restored.
WindowAdapter - class org.apache.jetspeed.portlet.event.WindowAdapter.
The WindowAdapter is a window listener in which all callback methods are empty implementations.
WindowAdapter() - Constructor for class org.apache.jetspeed.portlet.event.WindowAdapter
 
windowClosed(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Notifies this listener that a portlet window has been closed.
windowClosed(WindowEvent) - Method in class org.apache.jetspeed.portlet.event.WindowAdapter
 
windowClosing(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Notifies this listener that a portlet window is about to be closed.
windowClosing(WindowEvent) - Method in class org.apache.jetspeed.portlet.event.WindowAdapter
 
windowDetached(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Notifies this listener that a portlet window has been detached.
WindowEvent - interface org.apache.jetspeed.portlet.event.WindowEvent.
A WindowEvent is sent by a portlet window whenever the user or the portal interacts with its controls.
WindowListener - interface org.apache.jetspeed.portlet.event.WindowListener.
The WindowListener interface must be implemented, if an object wishes to receive events from a portlet window.
windowMaximized(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Notifies this listener that a portlet window has been maximized.
windowMaximized(WindowEvent) - Method in class org.apache.jetspeed.portlet.event.WindowAdapter
 
windowMinimized(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Notifies this listener that a portlet window has been minimized.
windowMinimized(WindowEvent) - Method in class org.apache.jetspeed.portlet.event.WindowAdapter
 
windowRestored(WindowEvent) - Method in interface org.apache.jetspeed.portlet.event.WindowListener
Notifies this listener that a portlet window has been restored from being minimized or maximized, respectively.
windowRestored(WindowEvent) - Method in class org.apache.jetspeed.portlet.event.WindowAdapter
 
WML_TABLE - Static variable in class org.apache.jetspeed.portlet.Capability
 

A B C D E G H I M O P R S T U W
Portlet API 2