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

A

AbstractResourceLoader - class net.sf.jportlet.util.AbstractResourceLoader.
Abstract Implementation of ResourceLoader
AbstractResourceLoader() - Constructor for class net.sf.jportlet.util.AbstractResourceLoader
 
AccessDeniedException - exception net.sf.jportlet.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 net.sf.jportlet.portlet.AccessDeniedException
 
AccessDeniedException(String) - Constructor for class net.sf.jportlet.portlet.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for class net.sf.jportlet.portlet.AccessDeniedException
 
AccessDeniedException(Throwable) - Constructor for class net.sf.jportlet.portlet.AccessDeniedException
 
ACTION - Static variable in class net.sf.jportlet.impl.PortletURIImpl
 
ACTION_CONFIGURE - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Name of the action if the portlet in Portlet.Mode.CONFIGURE mode
ACTION_EDIT - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Name of the action if the portlet in Portlet.Mode.EDIT mode
ACTION_HELP - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Name of the action if the portlet in Portlet.Mode.HELP mode
ACTION_VIEW - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Name of the action if the portlet in Portlet.Mode.VIEW mode
ActionEvent - interface net.sf.jportlet.portlet.event.ActionEvent.
An ActionEvent is sent by the portlet container when an HTTP request is received that is associated with an action
ActionEventImpl - class net.sf.jportlet.impl.ActionEventImpl.
Implementation of ActionEvent
ActionEventImpl(String, PortletRequestImpl, PortletResponseImpl) - Constructor for class net.sf.jportlet.impl.ActionEventImpl
 
ActionListener - interface net.sf.jportlet.portlet.event.ActionListener.
The ActionListener interface is an addition to the net.sf.jportlet.portlet.Porlet interface.
actionPerformed(ActionEvent) - Method in interface net.sf.jportlet.portlet.event.ActionListener
Notifies this listener that the action which the listener is watching for has been performed
actionPerformed(ActionEvent) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
addAuthConstraintDescriptor(AuthConstraintDescriptor) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
addCacheDescriptor(CacheDescriptor) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
addContextParameter(String, String) - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
addError(Object) - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Add an error.
addError(Object) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
addError(Object) - Method in class net.sf.jportlet.impl.ActionEventImpl
 
addErrors(Collection) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
addInitParameter(String, String) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
addLanguageDescriptor(LanguageDescriptor) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
addMarkupDescriptor(MarkupDescriptor) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
addParameter(String, String) - Method in interface net.sf.jportlet.portlet.PortletURI
Adds the given parameter to this URI.
addParameter(String, String) - Method in class net.sf.jportlet.impl.PortletURIImpl
 
addPortletDescriptor(PortletDescriptor) - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
addReturnUri(String, String) - Method in class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
 
addRole(String) - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 
addUser(PortletRequest) - Method in interface net.sf.jportlet.service.user.UserService
Create a new user account
addUser(PortletRequest) - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
addWebflowActionDescriptor(WebflowActionDescriptor) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
afterActionPerformed(PortletProxy, ActionEvent) - Method in class net.sf.jportlet.portlet.application.SecurityInterceptor
 
afterActionPerformed(PortletProxy, ActionEvent) - Method in interface net.sf.jportlet.portlet.application.Interceptor
This method is called after the ActionListener#actionPerformed(net.sf.jportlet.portlet.event.ActionEvent)
afterActionPerformed(PortletProxy, ActionEvent) - Method in class net.sf.jportlet.portlet.application.ClientInterceptor
 
afterActionPerformed(PortletProxy, ActionEvent) - Method in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
afterService(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.SecurityInterceptor
 
afterService(PortletProxy, PortletRequest, PortletResponse) - Method in interface net.sf.jportlet.portlet.application.Interceptor
This method is called after Portlet#service(net.sf.jportlet.portlet.PortletRequest, net.sf.jportlet.portlet.PortletResponse)
afterService(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.ClientInterceptor
 
afterService(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
ALL - Static variable in interface net.sf.jportlet.util.Constants
 
ANONYMOUS_ID - Static variable in class net.sf.jportlet.portlet.application.PortletProxy
 
ANONYMOUS_ID - Static variable in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
APPLICATION_KEY - Static variable in interface net.sf.jportlet.util.Constants
 
ApplicationDescriptor - class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor.
The ApplicationDescriptor describes the portlet application
ApplicationDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
ApplicationDescriptorLoader - interface net.sf.jportlet.portlet.descriptor.ApplicationDescriptorLoader.
Loader of ApplicationDescriptor
ApplicationDescriptorLoaderXml - class net.sf.jportlet.portlet.descriptor.ApplicationDescriptorLoaderXml.
Implementation of ApplicationDescriptorLoader that loads descriptors from XML java.io.InputStream
ApplicationDescriptorLoaderXml() - Constructor for class net.sf.jportlet.portlet.descriptor.ApplicationDescriptorLoaderXml
 
AuthConstraintDescriptor - class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor.
The AuthConstraintDescriptor describe the authorization constraint
AuthConstraintDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 

B

beforeActionPerformed(PortletProxy, ActionEvent) - Method in class net.sf.jportlet.portlet.application.SecurityInterceptor
 
beforeActionPerformed(PortletProxy, ActionEvent) - Method in interface net.sf.jportlet.portlet.application.Interceptor
This method is called before the ActionListener#actionPerformed(net.sf.jportlet.portlet.event.ActionEvent) of a portlet is invoed
beforeActionPerformed(PortletProxy, ActionEvent) - Method in class net.sf.jportlet.portlet.application.ClientInterceptor
 
beforeActionPerformed(PortletProxy, ActionEvent) - Method in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
beforeService(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.SecurityInterceptor
 
beforeService(PortletProxy, PortletRequest, PortletResponse) - Method in interface net.sf.jportlet.portlet.application.Interceptor
This method is called before Portlet#service
beforeService(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.ClientInterceptor
 
beforeService(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
BodyTag - class net.sf.jportlet.web.taglib.BodyTag.
This Tag renders the body of the page
BodyTag() - Constructor for class net.sf.jportlet.web.taglib.BodyTag
 
BUFFER_SIZE - Static variable in class net.sf.jportlet.service.ssi.SSIText
 
buildPath(String, String, String, String, String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 

C

Cacheable - interface net.sf.jportlet.service.cache.Cacheable.
The Cacheable represents an object that can be inserted into the cache
CacheableImpl - class net.sf.jportlet.service.cache.CacheableImpl.
Implementation of CacheableImpl
CacheableImpl(Object, Object, long) - Constructor for class net.sf.jportlet.service.cache.CacheableImpl
 
CacheDescriptor - class net.sf.jportlet.portlet.descriptor.CacheDescriptor.
The CacheDescriptor describe the caching strategy of a portlet
CacheDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
CacheInterceptor - class net.sf.jportlet.portlet.application.CacheInterceptor.
Deprecated. This interceptor is no longer used
CacheInterceptor() - Constructor for class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
CacheRegion - interface net.sf.jportlet.service.cache.CacheRegion.
The CacheRegion manages a set of Cacheable objects.
CacheRegionImpl - class net.sf.jportlet.service.cache.CacheRegionImpl.
Implementation of CacheRegion
CacheRegionImpl(Object) - Constructor for class net.sf.jportlet.service.cache.CacheRegionImpl
 
CacheService - interface net.sf.jportlet.service.cache.CacheService.
This service is used for caching data
CacheServiceImpl - class net.sf.jportlet.service.cache.CacheServiceImpl.
Implementation of CacheService
CacheServiceImpl() - Constructor for class net.sf.jportlet.service.cache.CacheServiceImpl
 
canAccess(Portlet.Mode) - Method in class net.sf.jportlet.impl.PortletRequestImpl
Return true if the current user can access the portlet in a given mode
ClasspathResourceLoader - class net.sf.jportlet.util.ClasspathResourceLoader.
Implementation of ResourceLoader that retrieve resource from the classpath
ClasspathResourceLoader(Class) - Constructor for class net.sf.jportlet.util.ClasspathResourceLoader
 
Client - interface net.sf.jportlet.portlet.Client.
The Client interface represents the client device that the user connects to the portal with.
CLIENT_KEY - Static variable in class net.sf.jportlet.impl.ClientImpl
Key for accessing the current Client from the HttpServletRequest
ClientAwareTag - class net.sf.jportlet.web.taglib.ClientAwareTag.
Base class of all tag that supports multi-device clients
ClientAwareTag() - Constructor for class net.sf.jportlet.web.taglib.ClientAwareTag
 
ClientImpl - class net.sf.jportlet.impl.ClientImpl.
Implementation of PortletConfig.
ClientImpl() - Constructor for class net.sf.jportlet.impl.ClientImpl
 
ClientInterceptor - class net.sf.jportlet.portlet.application.ClientInterceptor.
This interceptor check if the portlet supports the user client
ClientInterceptor() - Constructor for class net.sf.jportlet.portlet.application.ClientInterceptor
 
ColumnTag - class net.sf.jportlet.web.taglib.ColumnTag.
This Tag renders a column containing portlets
ColumnTag() - Constructor for class net.sf.jportlet.web.taglib.ColumnTag
 
CONFIG_FILENAME - Static variable in class net.sf.jportlet.service.webflow.WebflowServiceImpl
 
CONFIGURE - Static variable in class net.sf.jportlet.portlet.Portlet.Mode
 
Constants - interface net.sf.jportlet.util.Constants.
Generic constants
containsRole(String) - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 
containsRoles(Collection) - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 
CONTINUE - Static variable in interface net.sf.jportlet.portlet.application.Interceptor
 
CR - Static variable in class net.sf.jportlet.util.HTMLHelper
 
createURI() - Method in interface net.sf.jportlet.portlet.PortletResponse
Creates a portlet URI pointing to the current portlet mode.
createURI() - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
createURI(Portlet.Mode, PortletWindow.State) - Method in interface net.sf.jportlet.portlet.PortletResponse
Create a portlet URI pointing to the current portlet for a given mode and state.
createURI(Portlet.Mode, PortletWindow.State) - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
createURI(String) - Method in interface net.sf.jportlet.portlet.PortletResponse
Create a portlet URI for executing an action
createURI(String) - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
CSS_BODY - Static variable in class net.sf.jportlet.impl.PortletPageContext
 
CSS_ERROR - Static variable in class net.sf.jportlet.impl.PortletPageContext
 
CSS_TITLE - Static variable in class net.sf.jportlet.impl.PortletPageContext
 

D

debug(Object) - Method in interface net.sf.jportlet.portlet.PortletLog
 
debug(Object) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
debug(Object, Throwable) - Method in interface net.sf.jportlet.portlet.PortletLog
 
debug(Object, Throwable) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
destroy() - Method in class net.sf.jportlet.web.servlet.PortletServlet
 
destroy() - Method in class net.sf.jportlet.service.webflow.WebflowServiceImpl
 
destroy() - Method in interface net.sf.jportlet.service.ssi.SSI
This method is called by the container when shutted down
destroy() - Method in class net.sf.jportlet.service.ssi.SSIText
 
destroy() - Method in class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
 
destroy() - Method in class net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl
 
destroy() - Method in class net.sf.jportlet.service.cache.CacheServiceImpl
 
destroy() - Method in interface net.sf.jportlet.service.PortletService
Destroy the service
destroy() - Method in class net.sf.jportlet.service.PortletServiceAdapter
 
destroy() - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
destroy() - Method in class net.sf.jportlet.impl.PortletServiceFactoryImpl
 
destroy() - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
doAction(PortletURIImpl, HttpServletRequest, HttpServletResponse) - Method in class net.sf.jportlet.web.servlet.PortletServlet
 
doConfigure(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.PortletAdapter
Renders the portlet in net.sf.jportlet.portlet.Portlet.Model.CONFIGURE mode
doEdit(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.PortletAdapter
Renders the portlet in net.sf.jportlet.portlet.Portlet.Model.EDIT mode
doEndHtml() - Method in class net.sf.jportlet.web.taglib.PageTag
 
doEndHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.HeaderTag
 
doEndHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 
doEndHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.BodyTag
 
doEndHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.ColumnTag
 
doEndTag() - Method in class net.sf.jportlet.web.taglib.PortletTag
 
doEndTag() - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 
doHelp(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.PortletAdapter
Renders the portlet in net.sf.jportlet.portlet.Portlet.Model.HELP mode
doRender(PortletURIImpl, HttpServletRequest, HttpServletResponse) - Method in class net.sf.jportlet.web.servlet.PortletServlet
 
doStartHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.PageTag
 
doStartHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.HeaderTag
 
doStartHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 
doStartHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.BodyTag
 
doStartHtml(HttpServletRequest) - Method in class net.sf.jportlet.web.taglib.ColumnTag
 
doStartTag() - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 
doView(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.PortletAdapter
Renders the portlet in net.sf.jportlet.portlet.Portlet.Model.VIEW mode

E

EDIT - Static variable in class net.sf.jportlet.portlet.Portlet.Mode
 
EMAIL - Static variable in interface net.sf.jportlet.service.user.UserService
 
EMPTY - Static variable in class net.sf.jportlet.util.HTMLHelper
 
encode(String) - Static method in class net.sf.jportlet.util.HTMLHelper
Encode a string to be HTML readable.
encodeNamespace(String) - Method in interface net.sf.jportlet.portlet.PortletResponse
Maps the given string value into this portlet's namespace.
encodeNamespace(String) - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
encodeURL(String) - Method in interface net.sf.jportlet.portlet.PortletResponse
Returns the encoded URI of the resource at the given path.
encodeURL(String) - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
error(Object) - Method in interface net.sf.jportlet.portlet.PortletLog
 
error(Object) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
error(Object, Throwable) - Method in interface net.sf.jportlet.portlet.PortletLog
 
error(Object, Throwable) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
Event - interface net.sf.jportlet.portlet.event.Event.
The Event is the base interface for all events that can occur whithin the portlet container.
EventImpl - class net.sf.jportlet.impl.EventImpl.
Implementation of Event
EventImpl(PortletRequestImpl, PortletResponseImpl) - Constructor for class net.sf.jportlet.impl.EventImpl
 
expire() - Method in interface net.sf.jportlet.service.cache.Cacheable
Force the object to expire
expire() - Method in class net.sf.jportlet.service.cache.CacheableImpl
 

F

find(Locale, Map, String) - Static method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
FIRSTNAME - Static variable in interface net.sf.jportlet.service.user.UserService
 
FooterTag - class net.sf.jportlet.web.taglib.FooterTag.
This Tag renders the footer of the page
FooterTag() - Constructor for class net.sf.jportlet.web.taglib.FooterTag
 
fromMimeType(String) - Static method in class net.sf.jportlet.portlet.Portlet.Markup
 
fromString(String) - Static method in class net.sf.jportlet.portlet.Portlet.Markup
 
fromString(String) - Static method in class net.sf.jportlet.portlet.Portlet.Mode
 
fromString(String) - Static method in class net.sf.jportlet.portlet.PortletWindow.State
 

G

get(Object) - Method in interface net.sf.jportlet.service.cache.CacheRegion
Return an object from the cache, or null if the object not in the cache
get(Object) - Method in class net.sf.jportlet.service.cache.CacheRegionImpl
 
getAction() - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Returns the action that this action event carries.
getAction() - Method in interface net.sf.jportlet.portlet.PortletURI
Return the name action
getAction() - Method in class net.sf.jportlet.impl.PortletURIImpl
 
getAction() - Method in class net.sf.jportlet.impl.ActionEventImpl
 
getActionListenerClass() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getAll() - Static method in class net.sf.jportlet.portlet.Portlet.Mode
 
getApplication() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getAttribute(String) - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
getAttribute(String) - Method in interface net.sf.jportlet.portlet.PortletContext
 
getAttribute(String) - Method in interface net.sf.jportlet.portlet.PortletData
Returns the value of an attribute or null if no such attribute exists
getAttribute(String) - Method in interface net.sf.jportlet.portlet.PortletSession
 
getAttribute(String) - Method in class net.sf.jportlet.impl.PortletSessionImpl
 
getAttribute(String) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getAttribute(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getAttribute(String) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getAttribute(String) - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getAttribute(String, String) - Method in interface net.sf.jportlet.portlet.PortletData
Returns the value of an attribute
getAttribute(String, String) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getAttributeNames() - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
getAttributeNames() - Method in interface net.sf.jportlet.portlet.PortletContext
 
getAttributeNames() - Method in interface net.sf.jportlet.portlet.PortletData
Returns the names of all the attribute
getAttributeNames() - Method in interface net.sf.jportlet.portlet.PortletSession
 
getAttributeNames() - Method in class net.sf.jportlet.impl.PortletSessionImpl
 
getAttributeNames() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getAttributeNames() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getAttributeNames() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getAttributeNames() - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getAttributes() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getAuthConstraintDescriptor(Portlet.Mode) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getBasepath() - Method in class net.sf.jportlet.util.WebResourceLoader
 
getBasepath() - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getBasepath() - Method in class net.sf.jportlet.util.ClasspathResourceLoader
 
getBuffer() - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
getBundle(Locale) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
Returns the ResourceBundle of the portlet
getCacheDescriptor(Portlet.Mode) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getCacheService(PortletProxy) - Method in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
getClient() - Method in interface net.sf.jportlet.portlet.PortletRequest
Returns informations about the client device
getClient() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getClient(HttpServletRequest) - Static method in class net.sf.jportlet.impl.ClientImpl
Returns the information of the current client for the current request
getConnection() - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
getConnection() - Method in interface net.sf.jportlet.service.jdbc.JDBCService
Returns a SQL connection
getConnection() - Method in class net.sf.jportlet.service.jdbc.JDBCServiceImpl
 
getContext(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
Not supported function.
getContextName() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getContextParameter(String) - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
getContextParameterNames() - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
getContextPath() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getContextPath() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getCreationTime() - Method in interface net.sf.jportlet.portlet.PortletSession
 
getCreationTime() - Method in class net.sf.jportlet.impl.PortletSessionImpl
 
getCss() - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 
getCssBody() - Method in class net.sf.jportlet.web.taglib.PortletTag
CSS style to apply to the portlet body
getCssBody() - Method in class net.sf.jportlet.impl.PortletPageContext
 
getCssError() - Method in class net.sf.jportlet.web.taglib.PortletTag
 
getCssError() - Method in class net.sf.jportlet.impl.PortletPageContext
 
getCssTitle() - Method in class net.sf.jportlet.web.taglib.PortletTag
CSS style to apply to the portlet title
getCssTitle() - Method in class net.sf.jportlet.impl.PortletPageContext
 
getData() - Method in interface net.sf.jportlet.service.cache.Cacheable
Returns the data
getData() - Method in class net.sf.jportlet.service.cache.CacheableImpl
 
getData() - Method in interface net.sf.jportlet.portlet.PortletRequest
Returns the data of the portlet
getData() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getDefaultLocale() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getDeleteSQL() - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
getDeleteSQL() - Method in class net.sf.jportlet.impl.PortletDataImpl
 
getDeleteSQL() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getDescription() - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
getDescriptor() - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
getEmail() - Method in interface net.sf.jportlet.portlet.User
User's email
getEmail() - Method in class net.sf.jportlet.impl.UserImpl
 
getErrors() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getExpires() - Method in class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
getFirstname() - Method in interface net.sf.jportlet.portlet.User
User's firstname
getFirstname() - Method in class net.sf.jportlet.impl.UserImpl
 
getHttpRequest() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getHttpResponse() - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
getId() - Method in interface net.sf.jportlet.service.cache.Cacheable
Returns if object unique identifier
getId() - Method in interface net.sf.jportlet.service.cache.CacheRegion
Returns the unique identifier of the region
getId() - Method in class net.sf.jportlet.service.cache.CacheableImpl
 
getId() - Method in class net.sf.jportlet.service.cache.CacheRegionImpl
 
getId() - Method in interface net.sf.jportlet.portlet.User
ID of the user
getId() - Method in class net.sf.jportlet.impl.UserImpl
 
getId(PortletProxy, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.CacheInterceptor
Deprecated.  
getInitParameter(String) - Method in class net.sf.jportlet.service.PortletServiceAdapter
 
getInitParameter(String) - Method in interface net.sf.jportlet.service.PortletServiceConfig
Return the value of an initialization parameter of the service
getInitParameter(String) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getInitParameter(String) - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
getInitParameter(String) - Method in interface net.sf.jportlet.portlet.PortletConfig
 
getInitParameter(String) - Method in interface net.sf.jportlet.portlet.PortletContext
 
getInitParameter(String) - Method in class net.sf.jportlet.impl.PortletServiceConfigImpl
 
getInitParameter(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getInitParameter(String) - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
getInitParameter(String) - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getInitParameter(String, String) - Method in class net.sf.jportlet.service.PortletServiceAdapter
 
getInitParameterNames() - Method in interface net.sf.jportlet.service.PortletServiceConfig
Returns all the names of the initialization parameters
getInitParameterNames() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getInitParameterNames() - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
getInitParameterNames() - Method in interface net.sf.jportlet.portlet.PortletConfig
 
getInitParameterNames() - Method in interface net.sf.jportlet.portlet.PortletContext
 
getInitParameterNames() - Method in class net.sf.jportlet.impl.PortletServiceConfigImpl
 
getInitParameterNames() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getInitParameterNames() - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
getInitParameterNames() - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getInputStream(String) - Method in class net.sf.jportlet.util.WebResourceLoader
 
getInputStream(String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getInputStream(String) - Method in class net.sf.jportlet.util.ClasspathResourceLoader
 
getInsertSQL() - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
getInsertSQL() - Method in class net.sf.jportlet.impl.PortletDataImpl
 
getInsertSQL() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getInterceptors() - Method in class net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl
 
getInterceptors() - Method in interface net.sf.jportlet.service.interceptor.InterceptorFactoryService
Return the collection of Interceptors
getInterceptors() - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
getKeywords() - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
getLanguageDescriptor(Locale) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getLastModified(PortletRequest) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
getLastModified(PortletRequest) - Method in class net.sf.jportlet.portlet.Portlet
Returns the time the response of the Portlet object was last modified, in milliseconds since midnight January 1, 1970 GMT.
getLastModified(PortletRequest) - Method in class net.sf.jportlet.portlet.PortletAdapter
 
getLastname() - Method in interface net.sf.jportlet.portlet.User
User's last name
getLastname() - Method in class net.sf.jportlet.impl.UserImpl
 
getLocale() - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
getLocale() - Method in interface net.sf.jportlet.portlet.User
User's locale
getLocale() - Method in class net.sf.jportlet.impl.UserImpl
 
getLocale() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getLocale(String, Locale) - Static method in class net.sf.jportlet.util.LocaleHelper
Return a locale by its string value or the default locale if the value if unknown
getLocales() - Method in class net.sf.jportlet.service.velocity.Runtime
Return all the available java.util.Locale
getLog() - Method in class net.sf.jportlet.portlet.PortletAdapter
 
getLog() - Method in interface net.sf.jportlet.portlet.PortletContext
Returns the portlet log which allows the portlet to write debug, informational, warning, or error messages to a log
getLog() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getMajorVersion() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getManufacturer() - Method in interface net.sf.jportlet.portlet.Client
Returns the name of the manufacturer of this client, or null if the name is not available
getManufacturer() - Method in class net.sf.jportlet.impl.ClientImpl
 
getMarkup() - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
getMarkup() - Method in interface net.sf.jportlet.portlet.Client
Returns the preferred markup name that this client device supports
getMarkup() - Method in class net.sf.jportlet.impl.ClientImpl
 
getMessage() - Method in interface net.sf.jportlet.portlet.event.MessageEvent
 
getMessage() - Method in class net.sf.jportlet.impl.MessageEventImpl
 
getMessageListenerClass() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getMimeType() - Method in interface net.sf.jportlet.portlet.Client
Return the prefered mimeType of the client device
getMimeType() - Method in class net.sf.jportlet.portlet.Portlet.Markup
 
getMimeType() - Method in class net.sf.jportlet.impl.ClientImpl
 
getMimeType(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getMinorVersion() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getMode() - Method in class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
getMode() - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 
getMode() - Method in interface net.sf.jportlet.portlet.PortletRequest
Returns the mode of the portlet
getMode() - Method in interface net.sf.jportlet.portlet.PortletURI
Return the current mode
getMode() - Method in class net.sf.jportlet.impl.PortletURIImpl
 
getMode() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getMode(String) - Method in class net.sf.jportlet.service.velocity.Runtime
Return a Portlet.Mode by its name
getModel() - Method in interface net.sf.jportlet.portlet.Client
Returns the name of the model of this client, or null if the name is not available
getModel() - Method in class net.sf.jportlet.impl.ClientImpl
 
getName() - Method in class net.sf.jportlet.web.taglib.PortletTag
Name of the portlet to render, if not specified, the tag will render the portlet refered by the request URI
getName() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getName() - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
getName() - Method in class net.sf.jportlet.portlet.descriptor.ParameterDescriptor
 
getName() - Method in class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
 
getNamedDispatcher(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
Not supported function.
getNextURI() - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Return the URI where to move after the action is executed.
getNextURI() - Method in class net.sf.jportlet.impl.ActionEventImpl
 
getPage(Portlet.Mode) - Method in interface net.sf.jportlet.service.page.PortletPageService
Returns the path a the page to render for a given mode when the portlet is maximized
getPage(Portlet.Mode) - Method in class net.sf.jportlet.service.page.PortletPageServiceImpl
 
getPageContext() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getPassword() - Method in class net.sf.jportlet.impl.UserImpl
 
getPortlet() - Method in interface net.sf.jportlet.portlet.event.Event
Return the portlet that sends the event
getPortlet() - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
getPortlet() - Method in class net.sf.jportlet.impl.EventImpl
 
getPortlet(String) - Method in interface net.sf.jportlet.service.PortletServiceContext
 
getPortlet(String) - Method in interface net.sf.jportlet.portlet.application.PortletApplication
Returns a Portlet by its name
getPortlet(String) - Method in class net.sf.jportlet.impl.PortletServiceContextImpl
 
getPortlet(String) - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getPortletBody(PortletRequestImpl, PortletResponseImpl) - Method in class net.sf.jportlet.portlet.application.PortletProxy
Return the body of the portlet.
getPortletClass() - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getPortletConfig() - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
getPortletConfig() - Method in class net.sf.jportlet.portlet.Portlet
Returns the configuration of the portlet
getPortletContainer() - Method in class net.sf.jportlet.web.taglib.PortletTag
 
getPortletContext() - Method in class net.sf.jportlet.portlet.PortletAdapter
 
getPortletContext() - Method in interface net.sf.jportlet.portlet.PortletConfig
Returns the context of the portlet
getPortletContext() - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
getPortletDescriptor(String) - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
getPortletDescriptors() - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
getPortletName() - Method in interface net.sf.jportlet.portlet.PortletConfig
Returns the name of the portlet
getPortletName() - Method in class net.sf.jportlet.impl.PortletURIImpl
 
getPortletName() - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
getPortletName() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getPortletNames() - Method in interface net.sf.jportlet.service.PortletServiceContext
 
getPortletNames() - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
getPortletNames() - Method in class net.sf.jportlet.impl.PortletServiceContextImpl
 
getPortletNames() - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getPortletRequest() - Method in interface net.sf.jportlet.portlet.event.Event
Returns the request associate with the event
getPortletRequest() - Method in class net.sf.jportlet.impl.EventImpl
 
getPortletResponse() - Method in interface net.sf.jportlet.portlet.event.Event
Returns the response associate with the event
getPortletResponse() - Method in class net.sf.jportlet.impl.EventImpl
 
getPortletService(String) - Method in interface net.sf.jportlet.service.PortletServiceContext
 
getPortletService(String) - Method in interface net.sf.jportlet.service.PortletServiceFactory
Return a PortletService by its name
getPortletService(String) - Method in class net.sf.jportlet.impl.PortletServiceFactoryImpl
 
getPortletService(String) - Method in class net.sf.jportlet.impl.PortletServiceContextImpl
 
getPortletServiceFactory() - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
getPortletServiceFactory() - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
getPortletSession() - Method in interface net.sf.jportlet.portlet.PortletRequest
Returns the current session or, if there is no current session, it creates one and returns it.
getPortletSession() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getPortletSession(boolean) - Method in interface net.sf.jportlet.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.
getPortletSession(boolean) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getPortletURI() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getProxy() - Method in class net.sf.jportlet.impl.PortletResponseImpl
 
getProxy() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getRealPath(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getRegion(Object, boolean) - Method in interface net.sf.jportlet.service.cache.CacheService
 
getRegion(Object, boolean) - Method in class net.sf.jportlet.service.cache.CacheServiceImpl
 
getRequestDispatcher(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
Not supported function.
getResource(String) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResource(String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResource(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getResourceAsStream(String) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResourceAsStream(String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResourceAsStream(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getResourceAsStream(String, Client) - Method in interface net.sf.jportlet.portlet.PortletContext
Returns the resource located at the given path (inside the portlet context) as an InputStream for a given client device , or null if the resource not found.
getResourceAsStream(String, Client) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getResourceAsStream(String, Client, Locale) - Method in interface net.sf.jportlet.portlet.PortletContext
Returns the resource located at the given path (inside the portlet context) as an java.io.InputStream for a given client device and Locale, or null if the resource not found.
getResourceAsStream(String, Client, Locale) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getResourceAsStream(String, String) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResourceAsStream(String, String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResourceAsStream(String, String, Locale) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResourceAsStream(String, String, Locale) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResourcePath(String) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResourcePath(String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResourcePath(String, Client) - Method in interface net.sf.jportlet.portlet.PortletContext
Return the path of a resource for a given client device , or null if the resource not found.
getResourcePath(String, Client) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getResourcePath(String, Client, Locale) - Method in interface net.sf.jportlet.portlet.PortletContext
Return the path of a resource for a given client device and Locale, or null if the resource not found.
getResourcePath(String, Client, Locale) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getResourcePath(String, String) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResourcePath(String, String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResourcePath(String, String, Locale) - Method in interface net.sf.jportlet.util.ResourceLoader
 
getResourcePath(String, String, Locale) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getResourcePaths(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getReturnCode() - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Returns the returnCode.
getReturnCode() - Method in class net.sf.jportlet.impl.ActionEventImpl
 
getReturnURI() - Method in class net.sf.jportlet.web.taglib.PortletTag
URI where to go when the user press the Return button
getReturnURI() - Method in class net.sf.jportlet.impl.PortletPageContext
 
getReturnURI(String) - Method in class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
 
getReturnUriKey() - Method in class net.sf.jportlet.service.velocity.Runtime
Return the key of the returnURI
getRoles() - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 
getRoles(String) - Method in interface net.sf.jportlet.service.user.UserService
Retrieve all the roles of a given user
getRoles(String) - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
getSelectSQL() - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
getSelectSQL() - Method in class net.sf.jportlet.impl.PortletDataImpl
 
getSelectSQL() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getServerInfo() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getService(String) - Method in interface net.sf.jportlet.portlet.PortletContext
This function looks up a portlet service with the given classname.
getService(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getServiceConfig() - Method in interface net.sf.jportlet.service.PortletService
Return the configuration of the service
getServiceConfig() - Method in class net.sf.jportlet.service.PortletServiceAdapter
 
getServiceContext() - Method in interface net.sf.jportlet.service.PortletServiceConfig
Returns the context of the service
getServiceContext() - Method in class net.sf.jportlet.impl.PortletServiceConfigImpl
 
getServiceName() - Method in class net.sf.jportlet.service.webflow.WebflowServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.velocity.VelocityServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
getServiceName() - Method in class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.page.PortletPageServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.login.LoginServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.jdbc.JDBCServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.cache.CacheServiceImpl
 
getServiceName() - Method in interface net.sf.jportlet.service.PortletService
Returns the name of the service
getServiceName() - Method in class net.sf.jportlet.service.hibernate.HibernateServiceImpl
 
getServiceName() - Method in class net.sf.jportlet.service.mail.MailServiceImpl
 
getServlet(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getServletConfig() - Method in interface net.sf.jportlet.service.PortletServiceConfig
Return the configuration of the container servlet
getServletConfig() - Method in class net.sf.jportlet.impl.PortletServiceConfigImpl
 
getServletContext() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getServletContext() - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
getServletContextName() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getServletName() - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
getServletNames() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getServlets() - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getSessionFactory() - Method in interface net.sf.jportlet.service.hibernate.HibernateService
Returns the Hibername SessionFactory
getSessionFactory() - Method in class net.sf.jportlet.service.hibernate.HibernateServiceImpl
 
getSettings() - Method in interface net.sf.jportlet.portlet.PortletRequest
Returns the settings of the portlet
getSettings() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getSkin() - Method in class net.sf.jportlet.web.taglib.PageTag
 
getSkinContextPath() - Method in class net.sf.jportlet.web.taglib.PageTag
 
getSkinContextPath() - Method in class net.sf.jportlet.impl.PortletPageContext
 
getSSI(String) - Method in interface net.sf.jportlet.service.ssi.SSIFactoryService
Returns a net.sf.jportal.ssi.SSI by the extension of the file
getSSI(String) - Method in class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
 
getState() - Method in interface net.sf.jportlet.portlet.PortletURI
Returnt the state of the portlet
getState() - Method in interface net.sf.jportlet.portlet.PortletWindow
Return the state of the window
getState() - Method in class net.sf.jportlet.impl.PortletWindowImpl
 
getState() - Method in class net.sf.jportlet.impl.PortletURIImpl
 
getTemplate() - Method in class net.sf.jportlet.web.taglib.PortletTag
Path to de template to use for rendering the portlet.
getTemplate() - Method in class net.sf.jportlet.impl.PortletPageContext
 
getText(String, Locale) - Method in class net.sf.jportlet.service.velocity.Runtime
Returns a localize text from the jPortlet ResourceBundle
getText(String, Locale) - Method in class net.sf.jportlet.portlet.PortletAdapter
Returns the value of a localized text.
getText(String, Locale) - Method in interface net.sf.jportlet.portlet.PortletContext
Returns the localized text resource with the given key and using the given locale.
getText(String, Locale) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
getTitle() - Method in class net.sf.jportlet.web.taglib.PageTag
 
getTitle() - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
getTitleShort() - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
getUnless() - Method in class net.sf.jportlet.web.taglib.PortletTag
If the portlet's name refered by the request URI name is equals to this string, then this portlet will not be displayed.
getUpdateSQL() - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
getUpdateSQL() - Method in class net.sf.jportlet.impl.PortletDataImpl
 
getUpdateSQL() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
getURL(String) - Method in class net.sf.jportlet.util.WebResourceLoader
 
getURL(String) - Method in class net.sf.jportlet.util.AbstractResourceLoader
 
getURL(String) - Method in class net.sf.jportlet.util.ClasspathResourceLoader
 
getUser() - Method in interface net.sf.jportlet.portlet.PortletRequest
Return the information of the current user.
getUser() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getUser(String) - Method in interface net.sf.jportlet.service.user.UserService
Retrieve a user by its id
getUser(String) - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
getUserAgent() - Method in interface net.sf.jportlet.portlet.Client
Returns the exact user agent that this client uses to identify itself to the portal
getUserAgent() - Method in class net.sf.jportlet.impl.ClientImpl
 
getUserByEmail(String) - Method in interface net.sf.jportlet.service.user.UserService
Retrieve a user by its email
getUserByEmail(String) - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
getUserId() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getUserRoles() - Method in class net.sf.jportlet.impl.PortletRequestImpl
Return a list of all the roles of the current user, or null if the current user has no role or no user is logged in
getValue() - Method in class net.sf.jportlet.portlet.descriptor.ParameterDescriptor
 
getVersion() - Method in interface net.sf.jportlet.portlet.Client
Returns the version of the model of this client, or null if the version is not available
getVersion() - Method in class net.sf.jportlet.impl.ClientImpl
 
getWebflowAction(String) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
getWidth() - Method in class net.sf.jportlet.web.taglib.PageTag
 
getWidth() - Method in class net.sf.jportlet.web.taglib.ColumnTag
 
getWindow() - Method in interface net.sf.jportlet.portlet.PortletRequest
Return the window of the portlet
getWindow() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
getWindowState(String) - Method in class net.sf.jportlet.service.velocity.Runtime
Return a PortletWindow.State by its name
getWriter() - Method in class net.sf.jportlet.impl.PortletResponseImpl
 

H

hasErrors() - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Return true if the action has errors
hasErrors() - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
hasErrors() - Method in class net.sf.jportlet.impl.ActionEventImpl
 
HeaderTag - class net.sf.jportlet.web.taglib.HeaderTag.
This Tag renders the header of the page
HeaderTag() - Constructor for class net.sf.jportlet.web.taglib.HeaderTag
 
HELP - Static variable in class net.sf.jportlet.portlet.Portlet.Mode
 
HibernateService - interface net.sf.jportlet.service.hibernate.HibernateService.
This service integrates jPortlet with Hibernate.
HibernateServiceImpl - class net.sf.jportlet.service.hibernate.HibernateServiceImpl.
Implementation of HibernateService
HibernateServiceImpl() - Constructor for class net.sf.jportlet.service.hibernate.HibernateServiceImpl
 
HTML - Static variable in class net.sf.jportlet.portlet.Portlet.Markup
 
htmlEncode(String) - Method in class net.sf.jportlet.service.velocity.Runtime
 
HTMLHelper - class net.sf.jportlet.util.HTMLHelper.
HTML helper
HTMLHelper() - Constructor for class net.sf.jportlet.util.HTMLHelper
 

I

include(String, PortletContext, PortletRequest, PortletResponse) - Method in interface net.sf.jportlet.service.ssi.SSI
Include a file
include(String, PortletContext, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.service.ssi.SSIVelocity
 
include(String, PortletContext, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.service.ssi.SSIText
 
include(String, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.PortletAdapter
Include a file into the PortletResponse.
include(String, PortletRequest, PortletResponse) - Method in interface net.sf.jportlet.portlet.PortletContext
Allows the portlet to render a resource as specified by the given path (inside the portlet context).
include(String, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
info(Object, Throwable) - Method in interface net.sf.jportlet.portlet.PortletLog
 
info(Object, Throwable) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
info(String) - Method in interface net.sf.jportlet.portlet.PortletLog
 
info(String) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
INFOS - Static variable in interface net.sf.jportlet.portlet.application.PortletApplication
 
init() - Method in class net.sf.jportlet.impl.PortletPageContext
 
init(InputStream, ServletConfig) - Method in class net.sf.jportlet.impl.PortletServiceFactoryImpl
 
init(PortletConfig) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
init(PortletConfig) - Method in class net.sf.jportlet.portlet.Portlet
Initialize the portlet
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.webflow.WebflowServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.velocity.VelocityServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
init(PortletServiceConfig) - Method in interface net.sf.jportlet.service.ssi.SSI
This method is called by the container when started
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.ssi.SSIText
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.page.PortletPageServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.jdbc.JDBCServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.cache.CacheServiceImpl
 
init(PortletServiceConfig) - Method in interface net.sf.jportlet.service.PortletService
Initialize the service
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.PortletServiceAdapter
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.hibernate.HibernateServiceImpl
 
init(PortletServiceConfig) - Method in class net.sf.jportlet.service.mail.MailServiceImpl
 
init(ServletConfig) - Method in class net.sf.jportlet.web.servlet.PortletServlet
 
init(ServletConfig) - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
Interceptor - interface net.sf.jportlet.portlet.application.Interceptor.
A PortletInterceptor is an object that is called prior and after Portlet#service() is called
InterceptorFactoryService - interface net.sf.jportlet.service.interceptor.InterceptorFactoryService.
The InterceptorFactoryService give access to the list of Interceptors
InterceptorFactoryServiceImpl - class net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl.
Implementation of InterceptorFactoryService
InterceptorFactoryServiceImpl() - Constructor for class net.sf.jportlet.service.interceptor.InterceptorFactoryServiceImpl
 
isAllowAnonymous() - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
 
isDebugEnabled() - Method in interface net.sf.jportlet.portlet.PortletLog
 
isDebugEnabled() - Method in class net.sf.jportlet.impl.PortletLogImpl
 
isDirty(PortletRequest) - Method in class net.sf.jportlet.portlet.application.PortletProxy
Returns true if the portlet has been modified since the last time the portlet has been rendered
isErrorEnabled() - Method in interface net.sf.jportlet.portlet.PortletLog
 
isErrorEnabled() - Method in class net.sf.jportlet.impl.PortletLogImpl
 
isExpired() - Method in interface net.sf.jportlet.service.cache.Cacheable
Returns true if the object has expired
isExpired() - Method in class net.sf.jportlet.service.cache.CacheableImpl
 
isHideTitle() - Method in class net.sf.jportlet.web.taglib.PortletTag
Hide the title bar?
isHideTitle() - Method in class net.sf.jportlet.impl.PortletPageContext
 
isInfoEnabled() - Method in interface net.sf.jportlet.portlet.PortletLog
 
isInfoEnabled() - Method in class net.sf.jportlet.impl.PortletLogImpl
 
isShared() - Method in class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
isUserInRole(String) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
isWarnEnabled() - Method in interface net.sf.jportlet.portlet.PortletLog
 
isWarnEnabled() - Method in class net.sf.jportlet.impl.PortletLogImpl
 

J

JDBCService - interface net.sf.jportlet.service.jdbc.JDBCService.
The JDBCService provides SQL java.sql.Connection.
JDBCServiceImpl - class net.sf.jportlet.service.jdbc.JDBCServiceImpl.
Implementation of JDBCService.
JDBCServiceImpl() - Constructor for class net.sf.jportlet.service.jdbc.JDBCServiceImpl
 
JPORTLET_SERVICES - Static variable in class net.sf.jportlet.impl.PortletServiceFactoryImpl
 

L

LanguageDescriptor - class net.sf.jportlet.portlet.descriptor.LanguageDescriptor.
The LanguageDescriptor contains language sensitive information of a portlet
LanguageDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
LASTNAME - Static variable in interface net.sf.jportlet.service.user.UserService
 
LF - Static variable in class net.sf.jportlet.util.HTMLHelper
 
load(InputStream) - Method in interface net.sf.jportlet.portlet.descriptor.ApplicationDescriptorLoader
Loads ApplicationDescriptor from a InputStream
load(InputStream) - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptorLoaderXml
 
LOCALE - Static variable in interface net.sf.jportlet.service.user.UserService
 
LOCALE_KEY - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Key for accessing the Locale from HttpSession
LocaleHelper - class net.sf.jportlet.util.LocaleHelper.
 
LocaleHelper() - Constructor for class net.sf.jportlet.util.LocaleHelper
 
log(Exception, String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
log(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
log(String, Throwable) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
login(PortletRequest) - Method in class net.sf.jportlet.service.login.LoginServiceImpl
 
login(PortletRequest) - Method in interface net.sf.jportlet.service.login.LoginService
Authenticate a user.
login(PortletRequest) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
login(PortletRequest) - Method in class net.sf.jportlet.portlet.Portlet
Called by the portlet container to ask the portlet to initialize a personalized user experience
login(PortletRequest) - Method in class net.sf.jportlet.portlet.PortletAdapter
 
LoginService - interface net.sf.jportlet.service.login.LoginService.
The LoginService manager the login/logout.
LoginServiceImpl - class net.sf.jportlet.service.login.LoginServiceImpl.
Implementation of LoginService
LoginServiceImpl() - Constructor for class net.sf.jportlet.service.login.LoginServiceImpl
 
logout(PortletRequest) - Method in class net.sf.jportlet.service.login.LoginServiceImpl
 
logout(PortletRequest) - Method in interface net.sf.jportlet.service.login.LoginService
Logs the current user out of the portal.
logout(PortletRequest) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
logout(PortletRequest) - Method in class net.sf.jportlet.portlet.Portlet
Called by the portlet container to indicate that a concrete portlet instance is being removed
logout(PortletRequest) - Method in class net.sf.jportlet.portlet.PortletAdapter
 
LYNX - Static variable in class net.sf.jportlet.impl.ClientImpl
 

M

MailService - interface net.sf.jportlet.service.mail.MailService.
The MailService sends emails.
MailServiceImpl - class net.sf.jportlet.service.mail.MailServiceImpl.
 
MailServiceImpl() - Constructor for class net.sf.jportlet.service.mail.MailServiceImpl
 
MAJOR_VERSION - Static variable in interface net.sf.jportlet.portlet.application.PortletApplication
 
MalformedURIException - exception net.sf.jportlet.impl.MalformedURIException.
 
MalformedURIException() - Constructor for class net.sf.jportlet.impl.MalformedURIException
 
MalformedURIException(String) - Constructor for class net.sf.jportlet.impl.MalformedURIException
 
MalformedURIException(String, Throwable) - Constructor for class net.sf.jportlet.impl.MalformedURIException
 
MalformedURIException(Throwable) - Constructor for class net.sf.jportlet.impl.MalformedURIException
 
MarkupDescriptor - class net.sf.jportlet.portlet.descriptor.MarkupDescriptor.
The MarkupDescriptor describe the supported view for a give markup
MarkupDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
matchPassword(String) - Method in interface net.sf.jportlet.portlet.User
Check if a string match the password of the user
matchPassword(String) - Method in class net.sf.jportlet.impl.UserImpl
 
MAXIMIZED - Static variable in class net.sf.jportlet.portlet.PortletWindow.State
 
merge(String, PortletRequest, PortletResponse) - Method in interface net.sf.jportlet.service.velocity.VelocityService
Marge a velocity file with the current request/response The velocity context has the following variables defined: request: The portlet request (type=PortletRequest) response: The portlet response (type=PortletResponse) portlet: The portlet to render (type=Portlet) proxy: The portlet proxy (type=PortletProxy) runtime: Instance of (type=Runtime) All the attributes of the request
merge(String, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.service.velocity.VelocityServiceImpl
 
merge(String, PortletRequest, PortletResponse, Map) - Method in interface net.sf.jportlet.service.velocity.VelocityService
 
merge(String, PortletRequest, PortletResponse, Map) - Method in class net.sf.jportlet.service.velocity.VelocityServiceImpl
 
MessageEvent - interface net.sf.jportlet.portlet.event.MessageEvent.
A MessageEvent is sent by the portlet container if one portlets send a message to another
MessageEventImpl - class net.sf.jportlet.impl.MessageEventImpl.
Implementation of MessageEvent
MessageEventImpl(Object, PortletRequestImpl, PortletResponseImpl) - Constructor for class net.sf.jportlet.impl.MessageEventImpl
 
MessageListener - interface net.sf.jportlet.portlet.event.MessageListener.
The MessageListener interface is an addition to the net.sf.jportlet.portlet.Porlet interface.
messageReceived(MessageEvent) - Method in interface net.sf.jportlet.portlet.event.MessageListener
Notifies this listener that the message which the listener is watching for has been performed
messageReceived(MessageEvent) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
MIME_HTML - Static variable in interface net.sf.jportlet.service.mail.MailService
 
MIME_TEXT - Static variable in interface net.sf.jportlet.service.mail.MailService
 
MINOR_VERSION - Static variable in interface net.sf.jportlet.portlet.application.PortletApplication
 
MODE - Static variable in class net.sf.jportlet.impl.PortletURIImpl
 
MOZILLA - Static variable in class net.sf.jportlet.impl.ClientImpl
 
MSIE - Static variable in class net.sf.jportlet.impl.ClientImpl
 

N

NAME - Static variable in interface net.sf.jportlet.service.webflow.WebflowService
Deprecated.  
NAME - Static variable in interface net.sf.jportlet.service.velocity.VelocityService
 
NAME - Static variable in interface net.sf.jportlet.service.user.UserService
 
NAME - Static variable in interface net.sf.jportlet.service.ssi.SSIFactoryService
 
NAME - Static variable in interface net.sf.jportlet.service.page.PortletPageService
 
NAME - Static variable in interface net.sf.jportlet.service.login.LoginService
 
NAME - Static variable in interface net.sf.jportlet.service.jdbc.JDBCService
 
NAME - Static variable in interface net.sf.jportlet.service.interceptor.InterceptorFactoryService
 
NAME - Static variable in interface net.sf.jportlet.service.cache.CacheService
 
NAME - Static variable in interface net.sf.jportlet.service.hibernate.HibernateService
 
NAME - Static variable in interface net.sf.jportlet.service.mail.MailService
 
NBSP - Static variable in class net.sf.jportlet.util.HTMLHelper
 
net.sf.jportlet.impl - package net.sf.jportlet.impl
 
net.sf.jportlet.portlet - package net.sf.jportlet.portlet
 
net.sf.jportlet.portlet.application - package net.sf.jportlet.portlet.application
 
net.sf.jportlet.portlet.descriptor - package net.sf.jportlet.portlet.descriptor
 
net.sf.jportlet.portlet.event - package net.sf.jportlet.portlet.event
 
net.sf.jportlet.service - package net.sf.jportlet.service
 
net.sf.jportlet.service.cache - package net.sf.jportlet.service.cache
 
net.sf.jportlet.service.hibernate - package net.sf.jportlet.service.hibernate
 
net.sf.jportlet.service.interceptor - package net.sf.jportlet.service.interceptor
 
net.sf.jportlet.service.jdbc - package net.sf.jportlet.service.jdbc
 
net.sf.jportlet.service.login - package net.sf.jportlet.service.login
 
net.sf.jportlet.service.mail - package net.sf.jportlet.service.mail
 
net.sf.jportlet.service.page - package net.sf.jportlet.service.page
 
net.sf.jportlet.service.ssi - package net.sf.jportlet.service.ssi
 
net.sf.jportlet.service.user - package net.sf.jportlet.service.user
 
net.sf.jportlet.service.velocity - package net.sf.jportlet.service.velocity
 
net.sf.jportlet.service.webflow - package net.sf.jportlet.service.webflow
 
net.sf.jportlet.util - package net.sf.jportlet.util
 
net.sf.jportlet.web.servlet - package net.sf.jportlet.web.servlet
 
net.sf.jportlet.web.taglib - package net.sf.jportlet.web.taglib
 
nextURI(ActionEvent) - Method in interface net.sf.jportlet.service.webflow.WebflowService
Deprecated. Returns the URI where to move after the execution of an event
nextURI(ActionEvent) - Method in class net.sf.jportlet.service.webflow.WebflowServiceImpl
 
NORMAL - Static variable in class net.sf.jportlet.portlet.PortletWindow.State
 

O

OPERA - Static variable in class net.sf.jportlet.impl.ClientImpl
 
outputCss() - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 

P

PageTag - class net.sf.jportlet.web.taglib.PageTag.
This Tag renders a page containing portlets
PageTag() - Constructor for class net.sf.jportlet.web.taglib.PageTag
 
ParameterDescriptor - class net.sf.jportlet.portlet.descriptor.ParameterDescriptor.
 
ParameterDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.ParameterDescriptor
 
parse(String) - Static method in class net.sf.jportlet.impl.PortletURIImpl
 
PASSWORD - Static variable in interface net.sf.jportlet.service.user.UserService
 
PASSWORD - Static variable in interface net.sf.jportlet.service.login.LoginService
 
PATH_SEPARATOR - Static variable in interface net.sf.jportlet.util.Constants
 
PersistentAttributes - class net.sf.jportlet.impl.PersistentAttributes.
Base class of all classes that contains persistent attributes
PersistentAttributes(PortletProxy, PortletServiceFactory) - Constructor for class net.sf.jportlet.impl.PersistentAttributes
 
Portlet - class net.sf.jportlet.portlet.Portlet.
The abstract Portlet is used by the portlet container to invoke the portlet.
PORTLET - Static variable in interface net.sf.jportlet.service.velocity.VelocityService
 
PORTLET - Static variable in class net.sf.jportlet.impl.PortletURIImpl
 
PORTLET_DD - Static variable in class net.sf.jportlet.impl.PortletApplicationImpl
 
PORTLET_REQUEST_KEY - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Key for accessing the previous PortletRequest
PORTLET_URI_KEY - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Key for accessing the PortletURI from HttpServletRequest
Portlet.Markup - class net.sf.jportlet.portlet.Portlet.Markup.
The Markup class is a finite enumeration of the possible markup languages that a portlet can supports
Portlet.Mode - class net.sf.jportlet.portlet.Portlet.Mode.
The Mode class is a finite enumeration of the possible modes that a portlet can assume
Portlet() - Constructor for class net.sf.jportlet.portlet.Portlet
 
PortletAdapter - class net.sf.jportlet.portlet.PortletAdapter.
The PortletAdapter provides a default implementation for the Portlet interface.
PortletAdapter() - Constructor for class net.sf.jportlet.portlet.PortletAdapter
 
PortletApplication - interface net.sf.jportlet.portlet.application.PortletApplication.
Container of Portlets
PortletApplicationImpl - class net.sf.jportlet.impl.PortletApplicationImpl.
Implementation of PortletApplication
PortletApplicationImpl() - Constructor for class net.sf.jportlet.impl.PortletApplicationImpl
 
PortletConfig - interface net.sf.jportlet.portlet.PortletConfig.
The PortletConfig interface provides the portlet with its configuration.
PortletConfigImpl - class net.sf.jportlet.impl.PortletConfigImpl.
Implementation of PortletConfig
PortletConfigImpl(PortletProxy, ServletConfig, PortletApplication) - Constructor for class net.sf.jportlet.impl.PortletConfigImpl
 
PortletContext - interface net.sf.jportlet.portlet.PortletContext.
The PortletContext interface defines a portlet's view of the portlet container within which each portlet is running.
PortletContextImpl - class net.sf.jportlet.impl.PortletContextImpl.
Implementation of net.fs.jportlet.portlet.PortletContext
PortletContextImpl(PortletProxy, PortletApplication, ServletContext) - Constructor for class net.sf.jportlet.impl.PortletContextImpl
 
PortletData - interface net.sf.jportlet.portlet.PortletData.
The PortletData contains information about the concrete portlet instance for a given user.
PortletDataImpl - class net.sf.jportlet.impl.PortletDataImpl.
Implementation of PortletData.
PortletDataImpl(PortletProxy, PortletServiceFactory, User) - Constructor for class net.sf.jportlet.impl.PortletDataImpl
 
PortletDescriptor - class net.sf.jportlet.portlet.descriptor.PortletDescriptor.
Descriptor of a Portlet
PortletDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
PortletException - exception net.sf.jportlet.portlet.PortletException.
The Portlet class defines a general exception that a portlet can throw when it encounters difficulty
PortletException() - Constructor for class net.sf.jportlet.portlet.PortletException
 
PortletException(String) - Constructor for class net.sf.jportlet.portlet.PortletException
 
PortletException(String, Throwable) - Constructor for class net.sf.jportlet.portlet.PortletException
 
PortletException(Throwable) - Constructor for class net.sf.jportlet.portlet.PortletException
 
PortletLog - interface net.sf.jportlet.portlet.PortletLog.
The PortletLog provides the portlet with the ability to log information, warning, or error texts.
PortletLogImpl - class net.sf.jportlet.impl.PortletLogImpl.
Implementation of net.jportal.portlet.PortletLog
PortletLogImpl(String) - Constructor for class net.sf.jportlet.impl.PortletLogImpl
 
PortletNotFoundException - exception net.sf.jportlet.portlet.application.PortletNotFoundException.
This exception is thrown when a requested portlet is not found
PortletNotFoundException() - Constructor for class net.sf.jportlet.portlet.application.PortletNotFoundException
 
PortletNotFoundException(String) - Constructor for class net.sf.jportlet.portlet.application.PortletNotFoundException
 
PortletNotFoundException(String, Throwable) - Constructor for class net.sf.jportlet.portlet.application.PortletNotFoundException
 
PortletNotFoundException(Throwable) - Constructor for class net.sf.jportlet.portlet.application.PortletNotFoundException
 
PortletPageContext - class net.sf.jportlet.impl.PortletPageContext.
 
PortletPageContext() - Constructor for class net.sf.jportlet.impl.PortletPageContext
 
PortletPageService - interface net.sf.jportlet.service.page.PortletPageService.
 
PortletPageServiceImpl - class net.sf.jportlet.service.page.PortletPageServiceImpl.
Implementation of PortletService
PortletPageServiceImpl() - Constructor for class net.sf.jportlet.service.page.PortletPageServiceImpl
 
PortletProxy - class net.sf.jportlet.portlet.application.PortletProxy.
Proxy that intercepts all the calls to Portlet
PortletProxy(PortletDescriptor) - Constructor for class net.sf.jportlet.portlet.application.PortletProxy
 
PortletRequest - interface net.sf.jportlet.portlet.PortletRequest.
The PortletRequest encapsulates the request sent by the client to the portlet
PortletRequestImpl - class net.sf.jportlet.impl.PortletRequestImpl.
Implementation of PortletRequest
PortletRequestImpl(PortletProxy, HttpServletRequest, PortletServiceFactory) - Constructor for class net.sf.jportlet.impl.PortletRequestImpl
 
PortletResponse - interface net.sf.jportlet.portlet.PortletResponse.
The PortletResponse interface represents the response sent to the client device.
PortletResponseImpl - class net.sf.jportlet.impl.PortletResponseImpl.
Implementation of PortletResponse
PortletResponseImpl(PortletProxy, PortletRequestImpl, HttpServletResponse) - Constructor for class net.sf.jportlet.impl.PortletResponseImpl
 
PortletService - interface net.sf.jportlet.service.PortletService.
The PortletService interface is the base for all portlet services.
PortletServiceAdapter - class net.sf.jportlet.service.PortletServiceAdapter.
Base class of all PortletService
PortletServiceAdapter() - Constructor for class net.sf.jportlet.service.PortletServiceAdapter
 
PortletServiceConfig - interface net.sf.jportlet.service.PortletServiceConfig.
Configuration of a PortletService
PortletServiceConfigImpl - class net.sf.jportlet.impl.PortletServiceConfigImpl.
Implementation of PortletServiceConfig
PortletServiceConfigImpl(String, Properties, ServletConfig, PortletApplication) - Constructor for class net.sf.jportlet.impl.PortletServiceConfigImpl
 
PortletServiceContext - interface net.sf.jportlet.service.PortletServiceContext.
 
PortletServiceContextImpl - class net.sf.jportlet.impl.PortletServiceContextImpl.
Implementation of PortletServiceContext
PortletServiceContextImpl(PortletApplication) - Constructor for class net.sf.jportlet.impl.PortletServiceContextImpl
 
PortletServiceException - exception net.sf.jportlet.service.PortletServiceException.
 
PortletServiceException() - Constructor for class net.sf.jportlet.service.PortletServiceException
 
PortletServiceException(String) - Constructor for class net.sf.jportlet.service.PortletServiceException
 
PortletServiceException(String, Throwable) - Constructor for class net.sf.jportlet.service.PortletServiceException
 
PortletServiceException(Throwable) - Constructor for class net.sf.jportlet.service.PortletServiceException
 
PortletServiceFactory - interface net.sf.jportlet.service.PortletServiceFactory.
Factory of PortletServices
PortletServiceFactoryImpl - class net.sf.jportlet.impl.PortletServiceFactoryImpl.
Implementation of PortletServiceFactory
PortletServiceFactoryImpl(PortletApplication) - Constructor for class net.sf.jportlet.impl.PortletServiceFactoryImpl
 
PortletServiceNotFoundException - exception net.sf.jportlet.service.PortletServiceNotFoundException.
 
PortletServiceNotFoundException() - Constructor for class net.sf.jportlet.service.PortletServiceNotFoundException
 
PortletServiceNotFoundException(String) - Constructor for class net.sf.jportlet.service.PortletServiceNotFoundException
 
PortletServiceNotFoundException(String, Throwable) - Constructor for class net.sf.jportlet.service.PortletServiceNotFoundException
 
PortletServiceNotFoundException(Throwable) - Constructor for class net.sf.jportlet.service.PortletServiceNotFoundException
 
PortletServiceUnavailableException - exception net.sf.jportlet.service.PortletServiceUnavailableException.
 
PortletServiceUnavailableException() - Constructor for class net.sf.jportlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException(String) - Constructor for class net.sf.jportlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException(String, Throwable) - Constructor for class net.sf.jportlet.service.PortletServiceUnavailableException
 
PortletServiceUnavailableException(Throwable) - Constructor for class net.sf.jportlet.service.PortletServiceUnavailableException
 
PortletServlet - class net.sf.jportlet.web.servlet.PortletServlet.
Portlet Servlet
PortletServlet() - Constructor for class net.sf.jportlet.web.servlet.PortletServlet
 
PortletSession - interface net.sf.jportlet.portlet.PortletSession.
The PortletSession holds the user-specific data for a given that the portlet needs to personalize the one global portlet instance.
PortletSessionImpl - class net.sf.jportlet.impl.PortletSessionImpl.
Implementation of PortletSession
PortletSessionImpl() - Constructor for class net.sf.jportlet.impl.PortletSessionImpl
 
PortletSettings - interface net.sf.jportlet.portlet.PortletSettings.
The PortletSettings interface provides the portlet with its dynamic configuration.
PortletSettingsImpl - class net.sf.jportlet.impl.PortletSettingsImpl.
Implementation of PortletSettings.
PortletSettingsImpl(PortletProxy, PortletServiceFactory) - Constructor for class net.sf.jportlet.impl.PortletSettingsImpl
 
PortletTag - class net.sf.jportlet.web.taglib.PortletTag.
This tag renders Portlets
PortletTag() - Constructor for class net.sf.jportlet.web.taglib.PortletTag
 
PortletURI - interface net.sf.jportlet.portlet.PortletURI.
A PortletURI represents a URI to a specific portlet function.
PortletURIImpl - class net.sf.jportlet.impl.PortletURIImpl.
Implementation of PortletURI
PortletURIImpl(PortletRequestImpl, PortletResponseImpl) - Constructor for class net.sf.jportlet.impl.PortletURIImpl
 
PortletURIImpl(String, String) - Constructor for class net.sf.jportlet.impl.PortletURIImpl
 
PortletWindow - interface net.sf.jportlet.portlet.PortletWindow.
The PortletWindow contains information about the portlet's window state
PortletWindow.State - class net.sf.jportlet.portlet.PortletWindow.State.
State of a Window
PortletWindowImpl - class net.sf.jportlet.impl.PortletWindowImpl.
Implementation of PortletWindow
PortletWindowImpl(PortletRequestImpl) - Constructor for class net.sf.jportlet.impl.PortletWindowImpl
 
prepareDelete(String, PreparedStatement) - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
prepareDelete(String, PreparedStatement) - Method in class net.sf.jportlet.impl.PortletDataImpl
 
prepareDelete(String, PreparedStatement) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
prepareInsert(String, String, PreparedStatement) - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
prepareInsert(String, String, PreparedStatement) - Method in class net.sf.jportlet.impl.PortletDataImpl
 
prepareInsert(String, String, PreparedStatement) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
prepareSelect(PreparedStatement) - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
prepareSelect(PreparedStatement) - Method in class net.sf.jportlet.impl.PortletDataImpl
 
prepareSelect(PreparedStatement) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
prepareUpdate(String, String, PreparedStatement) - Method in class net.sf.jportlet.impl.PortletSettingsImpl
 
prepareUpdate(String, String, PreparedStatement) - Method in class net.sf.jportlet.impl.PortletDataImpl
 
prepareUpdate(String, String, PreparedStatement) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
PROXY - Static variable in interface net.sf.jportlet.service.velocity.VelocityService
 
put(Cacheable) - Method in interface net.sf.jportlet.service.cache.CacheRegion
Put an object into the cache
put(Cacheable) - Method in class net.sf.jportlet.service.cache.CacheRegionImpl
 

R

release() - Method in class net.sf.jportlet.web.taglib.PortletTag
 
release() - Method in class net.sf.jportlet.web.taglib.PageTag
 
release() - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
 
release() - Method in class net.sf.jportlet.web.taglib.ColumnTag
 
removeAttribute(String) - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
removeAttribute(String) - Method in interface net.sf.jportlet.portlet.PortletContext
 
removeAttribute(String) - Method in interface net.sf.jportlet.portlet.PortletData
Removes the attribute with the given name.
removeAttribute(String) - Method in interface net.sf.jportlet.portlet.PortletSession
 
removeAttribute(String) - Method in class net.sf.jportlet.impl.PortletSessionImpl
 
removeAttribute(String) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
removeAttribute(String) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
removeAttribute(String) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
removeAttribute(String) - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
removeExpiredObject() - Method in interface net.sf.jportlet.service.cache.CacheRegion
Remove all the expired object from the region.
removeExpiredObject() - Method in class net.sf.jportlet.service.cache.CacheRegionImpl
 
REQUEST - Static variable in interface net.sf.jportlet.service.velocity.VelocityService
 
ResourceLoader - interface net.sf.jportlet.util.ResourceLoader.
The ResourceLoader load resources as java.io.InputStream or bind resources to their path in the application context.
RESPONSE - Static variable in interface net.sf.jportlet.service.velocity.VelocityService
 
RETURN - Static variable in interface net.sf.jportlet.service.webflow.WebflowService
Deprecated.  
RETURN - Static variable in class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
 
RETURN_ERROR - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Code to return if an error has occured while perfoming the action
RETURN_INPUT - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Code to return if mode input data are required
RETURN_SUCCESS - Static variable in interface net.sf.jportlet.portlet.event.ActionEvent
Code to return if performing the action was successfull
RETURN_URI_KEY - Static variable in interface net.sf.jportlet.util.Constants
 
ROLES_KEY - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Key for accessing the User's roles from HttpServletRequest
Runtime - class net.sf.jportlet.service.velocity.Runtime.
Helper for Velocity templates.
RUNTIME - Static variable in interface net.sf.jportlet.service.velocity.VelocityService
 
Runtime() - Constructor for class net.sf.jportlet.service.velocity.Runtime
 

S

SecurityInterceptor - class net.sf.jportlet.portlet.application.SecurityInterceptor.
This interceptor make sure that the current user is allowed to access the portlet
SecurityInterceptor() - Constructor for class net.sf.jportlet.portlet.application.SecurityInterceptor
 
send(Address, Address[], String, String, String) - Method in interface net.sf.jportlet.service.mail.MailService
Send an email
send(Address, Address[], String, String, String) - Method in class net.sf.jportlet.service.mail.MailServiceImpl
 
send(String, Object, PortletRequest, PortletResponse) - Method in interface net.sf.jportlet.portlet.PortletContext
Send a message to a portlet.
send(String, Object, PortletRequest, PortletResponse) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
SERVICE_DD - Static variable in class net.sf.jportlet.impl.PortletApplicationImpl
 
service(HttpServletRequest, HttpServletResponse) - Method in class net.sf.jportlet.web.servlet.PortletServlet
 
service(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.application.PortletProxy
 
service(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.Portlet
This function is invoke by the container in order to render the portlet
service(PortletRequest, PortletResponse) - Method in class net.sf.jportlet.portlet.PortletAdapter
 
SESSION_KEY_PREFIX - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Prefix of the key of each PortletSession stored in the HttpSession
setAction(String) - Method in interface net.sf.jportlet.portlet.PortletURI
Set the name of the action
setAction(String) - Method in class net.sf.jportlet.impl.PortletURIImpl
 
setActionListenerClass(Class) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
setAllowAnonymous(boolean) - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
Sets the allowAnonymous.
setAttribute(String, Object) - Method in interface net.sf.jportlet.portlet.application.PortletApplication
 
setAttribute(String, Object) - Method in interface net.sf.jportlet.portlet.PortletContext
 
setAttribute(String, Object) - Method in interface net.sf.jportlet.portlet.PortletSession
 
setAttribute(String, Object) - Method in class net.sf.jportlet.impl.PortletSessionImpl
 
setAttribute(String, Object) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
setAttribute(String, Object) - Method in class net.sf.jportlet.impl.PortletContextImpl
 
setAttribute(String, Object) - Method in class net.sf.jportlet.impl.PortletApplicationImpl
 
setAttribute(String, String) - Method in interface net.sf.jportlet.portlet.PortletData
Sets the attribute with the given name and value
setAttribute(String, String) - Method in class net.sf.jportlet.impl.PersistentAttributes
 
setAttributes(Map) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
setContextName(String) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
setCss(String) - Method in class net.sf.jportlet.web.taglib.ClientAwareTag
Sets the css.
setCssBody(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the cssBody.
setCssBody(String) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the cssBody.
setCssError(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the cssError.
setCssError(String) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the cssError.
setCssTitle(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the cssTitle.
setCssTitle(String) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the cssTitle.
setDefaultLocale(String) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
setDescription(String) - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
setEmail(String) - Method in class net.sf.jportlet.impl.UserImpl
Sets the email.
setExpires(long) - Method in class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
setFirstname(String) - Method in class net.sf.jportlet.impl.UserImpl
Sets the firstname.
setHideTitle(boolean) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the hideTitle.
setHideTitle(boolean) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the hideTitle.
setId(String) - Method in class net.sf.jportlet.impl.UserImpl
Sets the id.
setKeywords(String) - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
setLastname(String) - Method in class net.sf.jportlet.impl.UserImpl
Sets the lastname.
setLocale(Locale) - Method in class net.sf.jportlet.impl.UserImpl
Sets the locale.
setLocale(String) - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
setMarkup(String) - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
Sets the markup.
setMessageListenerClass(Class) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
setMode(Portlet.Mode) - Method in interface net.sf.jportlet.portlet.PortletURI
Set the mode of the portlet
setMode(Portlet.Mode) - Method in class net.sf.jportlet.impl.PortletURIImpl
 
setMode(String) - Method in class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
setMode(String) - Method in class net.sf.jportlet.portlet.descriptor.AuthConstraintDescriptor
Sets the mode.
setName(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the name.
setName(String) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
setName(String) - Method in class net.sf.jportlet.portlet.descriptor.ApplicationDescriptor
 
setName(String) - Method in class net.sf.jportlet.portlet.descriptor.ParameterDescriptor
 
setName(String) - Method in class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
Sets the name.
setNextURI(PortletURI) - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Set the URI where to move after the action is executed
setNextURI(PortletURI) - Method in class net.sf.jportlet.impl.ActionEventImpl
 
setPageContext(PortletPageContext) - Method in class net.sf.jportlet.impl.PortletRequestImpl
Sets the pageContext.
setPassword(String) - Method in class net.sf.jportlet.impl.UserImpl
Sets the password.
setPortletClass(Class) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
setPortletName(String) - Method in class net.sf.jportlet.impl.PortletURIImpl
Sets the portletName.
setReturnCode(String) - Method in interface net.sf.jportlet.portlet.event.ActionEvent
Set the returnCode.
setReturnCode(String) - Method in class net.sf.jportlet.impl.ActionEventImpl
 
setReturnURI(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the returnURI.
setReturnURI(String) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the returnURI.
setShared(boolean) - Method in class net.sf.jportlet.portlet.descriptor.CacheDescriptor
 
setSkin(String) - Method in class net.sf.jportlet.web.taglib.PageTag
Sets the skin.
setSkinContextPath(String) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the skinContextPath.
setState(PortletWindow.State) - Method in interface net.sf.jportlet.portlet.PortletURI
Set the state of the window
setState(PortletWindow.State) - Method in class net.sf.jportlet.impl.PortletURIImpl
 
setTemplate(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the template.
setTemplate(String) - Method in class net.sf.jportlet.impl.PortletPageContext
Sets the template.
setTitle(String) - Method in class net.sf.jportlet.web.taglib.PageTag
Sets the title.
setTitle(String) - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
setTitleShort(String) - Method in class net.sf.jportlet.portlet.descriptor.LanguageDescriptor
 
setUnless(String) - Method in class net.sf.jportlet.web.taglib.PortletTag
Sets the exclude.
setUserAgent(String) - Method in class net.sf.jportlet.impl.ClientImpl
 
setValue(String) - Method in class net.sf.jportlet.portlet.descriptor.ParameterDescriptor
 
setWidth(String) - Method in class net.sf.jportlet.web.taglib.PageTag
Sets the width.
setWidth(String) - Method in class net.sf.jportlet.web.taglib.ColumnTag
Sets the width.
SKIP - Static variable in interface net.sf.jportlet.portlet.application.Interceptor
 
SSI - interface net.sf.jportlet.service.ssi.SSI.
Server Side Include
SSIFactoryService - interface net.sf.jportlet.service.ssi.SSIFactoryService.
The SSIFactoryService manages SSIs
SSIFactoryServiceImpl - class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl.
Implementation of net.sf.jportal.ssi.SSIFactory.
SSIFactoryServiceImpl() - Constructor for class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
 
SSINotFoundException - exception net.sf.jportlet.service.ssi.SSINotFoundException.
 
SSINotFoundException() - Constructor for class net.sf.jportlet.service.ssi.SSINotFoundException
 
SSINotFoundException(String) - Constructor for class net.sf.jportlet.service.ssi.SSINotFoundException
 
SSINotFoundException(String, Throwable) - Constructor for class net.sf.jportlet.service.ssi.SSINotFoundException
 
SSINotFoundException(Throwable) - Constructor for class net.sf.jportlet.service.ssi.SSINotFoundException
 
SSIText - class net.sf.jportlet.service.ssi.SSIText.
Default implementation of SSI.
SSIText() - Constructor for class net.sf.jportlet.service.ssi.SSIText
 
SSIVelocity - class net.sf.jportlet.service.ssi.SSIVelocity.
This class includes Velocity files into the portlet response.
SSIVelocity() - Constructor for class net.sf.jportlet.service.ssi.SSIVelocity
 
startSession(User) - Method in class net.sf.jportlet.impl.PortletRequestImpl
Start a new session for a user.
STATE - Static variable in class net.sf.jportlet.impl.PortletURIImpl
 
stopSession() - Method in class net.sf.jportlet.impl.PortletRequestImpl
Stop the current session.
store() - Method in interface net.sf.jportlet.portlet.PortletData
Store all the attributes
store() - Method in class net.sf.jportlet.impl.PersistentAttributes
 
storeClass(Class) - Method in interface net.sf.jportlet.service.hibernate.HibernateService
Register a persistent class by loading if .hbm.xml file.
storeClass(Class) - Method in class net.sf.jportlet.service.hibernate.HibernateServiceImpl
 
supportConfigure() - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
supportEdit() - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
supportHelp() - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
supports(Portlet.Mode) - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
supports(Portlet.Mode, Client) - Method in interface net.sf.jportlet.portlet.PortletConfig
Returns whether the portlet supports the given mode for the given client.
supports(Portlet.Mode, Client) - Method in class net.sf.jportlet.impl.PortletConfigImpl
 
supports(Portlet.Mode, Portlet.Markup) - Method in class net.sf.jportlet.portlet.descriptor.PortletDescriptor
 
supportView() - Method in class net.sf.jportlet.portlet.descriptor.MarkupDescriptor
 
SYSTEM_BUNDLE_NAME - Static variable in interface net.sf.jportlet.util.Constants
Name of the jPortlet ResourceBundle

T

TEMPLATE - Static variable in class net.sf.jportlet.impl.PortletPageContext
 
toString() - Method in class net.sf.jportlet.portlet.Portlet.Markup
 
toString() - Method in class net.sf.jportlet.portlet.Portlet.Mode
 
toString() - Method in interface net.sf.jportlet.portlet.PortletURI
Returns the complete URI as a string.
toString() - Method in class net.sf.jportlet.portlet.PortletWindow.State
 
toString() - Method in class net.sf.jportlet.impl.PortletURIImpl
Format of the URI: //portlet//action/[]/mode/[][&]
toString() - Method in class net.sf.jportlet.impl.ClientImpl
 
toString() - Method in class net.sf.jportlet.impl.PortletPageContext
 

U

updateUser(PortletRequest) - Method in interface net.sf.jportlet.service.user.UserService
Update a user account
updateUser(PortletRequest) - Method in class net.sf.jportlet.service.user.UserServiceJDBC
 
User - interface net.sf.jportlet.portlet.User.
Information about a User
USER_ID - Static variable in interface net.sf.jportlet.service.user.UserService
 
USER_ID - Static variable in interface net.sf.jportlet.service.login.LoginService
 
USER_ID_KEY - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Key for accessing the current user's id from HttpSession
USER_KEY - Static variable in class net.sf.jportlet.impl.PortletRequestImpl
Key for accessing the User from HttpServletRequest
userChanged(User) - Method in class net.sf.jportlet.impl.PortletRequestImpl
 
UserEmailNotUniqueException - exception net.sf.jportlet.service.user.UserEmailNotUniqueException.
 
UserEmailNotUniqueException() - Constructor for class net.sf.jportlet.service.user.UserEmailNotUniqueException
 
UserEmailNotUniqueException(String) - Constructor for class net.sf.jportlet.service.user.UserEmailNotUniqueException
 
UserEmailNotUniqueException(String, Throwable) - Constructor for class net.sf.jportlet.service.user.UserEmailNotUniqueException
 
UserEmailNotUniqueException(Throwable) - Constructor for class net.sf.jportlet.service.user.UserEmailNotUniqueException
 
UserException - exception net.sf.jportlet.service.user.UserException.
 
UserException() - Constructor for class net.sf.jportlet.service.user.UserException
 
UserException(String) - Constructor for class net.sf.jportlet.service.user.UserException
 
UserException(String, Throwable) - Constructor for class net.sf.jportlet.service.user.UserException
 
UserException(Throwable) - Constructor for class net.sf.jportlet.service.user.UserException
 
UserIdNotUniqueException - exception net.sf.jportlet.service.user.UserIdNotUniqueException.
 
UserIdNotUniqueException() - Constructor for class net.sf.jportlet.service.user.UserIdNotUniqueException
 
UserIdNotUniqueException(String) - Constructor for class net.sf.jportlet.service.user.UserIdNotUniqueException
 
UserIdNotUniqueException(String, Throwable) - Constructor for class net.sf.jportlet.service.user.UserIdNotUniqueException
 
UserIdNotUniqueException(Throwable) - Constructor for class net.sf.jportlet.service.user.UserIdNotUniqueException
 
UserImpl - class net.sf.jportlet.impl.UserImpl.
Implementation of User
UserImpl() - Constructor for class net.sf.jportlet.impl.UserImpl
 
UserImpl(String, String, String, String, String, Locale) - Constructor for class net.sf.jportlet.impl.UserImpl
 
UserNotFoundException - exception net.sf.jportlet.service.user.UserNotFoundException.
 
UserNotFoundException() - Constructor for class net.sf.jportlet.service.user.UserNotFoundException
 
UserNotFoundException(String) - Constructor for class net.sf.jportlet.service.user.UserNotFoundException
 
UserNotFoundException(String, Throwable) - Constructor for class net.sf.jportlet.service.user.UserNotFoundException
 
UserNotFoundException(Throwable) - Constructor for class net.sf.jportlet.service.user.UserNotFoundException
 
UserService - interface net.sf.jportlet.service.user.UserService.
The UserService manages Users
UserServiceJDBC - class net.sf.jportlet.service.user.UserServiceJDBC.
Implementation of UserService based on JDBC.
UserServiceJDBC() - Constructor for class net.sf.jportlet.service.user.UserServiceJDBC
 

V

VelocityService - interface net.sf.jportlet.service.velocity.VelocityService.
The VelocityService renders Velocity files
VelocityServiceImpl - class net.sf.jportlet.service.velocity.VelocityServiceImpl.
Implementation of VelocityService
VelocityServiceImpl() - Constructor for class net.sf.jportlet.service.velocity.VelocityServiceImpl
 
VIEW - Static variable in class net.sf.jportlet.portlet.Portlet.Mode
 

W

warn(Object, Throwable) - Method in interface net.sf.jportlet.portlet.PortletLog
 
warn(Object, Throwable) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
warn(String) - Method in interface net.sf.jportlet.portlet.PortletLog
 
warn(String) - Method in class net.sf.jportlet.impl.PortletLogImpl
 
WebflowActionDescriptor - class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor.
 
WebflowActionDescriptor() - Constructor for class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
 
WebflowService - interface net.sf.jportlet.service.webflow.WebflowService.
Deprecated. This has been deprecated since 1.1 by <webflow> element in portlet.xml
WebflowServiceImpl - class net.sf.jportlet.service.webflow.WebflowServiceImpl.
Implementation of WebflowService
WebflowServiceImpl() - Constructor for class net.sf.jportlet.service.webflow.WebflowServiceImpl
 
WebResourceLoader - class net.sf.jportlet.util.WebResourceLoader.
Implementation of ResourceLoader that retrieve resource from the web context
WebResourceLoader(String, ServletContext) - Constructor for class net.sf.jportlet.util.WebResourceLoader
 
WML - Static variable in class net.sf.jportlet.portlet.Portlet.Markup
 

_

__codes - Static variable in class net.sf.jportlet.util.HTMLHelper
 
__log - Static variable in class net.sf.jportlet.portlet.descriptor.WebflowActionDescriptor
 
_CLASS - Static variable in class net.sf.jportlet.service.ssi.SSIFactoryServiceImpl
 
_CLASS - Static variable in class net.sf.jportlet.impl.PortletServiceFactoryImpl
 
_init - Variable in class net.sf.jportlet.service.ssi.SSIText
 
_log - Variable in class net.sf.jportlet.service.ssi.SSIText
 
_log - Variable in class net.sf.jportlet.service.PortletServiceAdapter
 
_markup - Variable in class net.sf.jportlet.web.taglib.ClientAwareTag
 
_request - Variable in class net.sf.jportlet.impl.EventImpl
 
_response - Variable in class net.sf.jportlet.impl.EventImpl
 
_serviceConfig - Variable in class net.sf.jportlet.service.ssi.SSIText
 
_serviceConfig - Variable in class net.sf.jportlet.service.PortletServiceAdapter
 
_serviceContext - Variable in class net.sf.jportlet.service.ssi.SSIText
 
_serviceContext - Variable in class net.sf.jportlet.service.PortletServiceAdapter
 
_servletContext - Variable in class net.sf.jportlet.service.ssi.SSIText
 

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

Copyright © 2002 Herve Tchepannou. All Rights Reserved.