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

A

AbstractFileSystemHelper - Class in org.apache.jetspeed.util
implements common directory and jar operations
AbstractFileSystemHelper() - Constructor for class org.apache.jetspeed.util.AbstractFileSystemHelper
 
add(Principal) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
addAll(Collection<? extends Principal>) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
ADDED - Static variable in class org.apache.jetspeed.portlets.layout.LayoutEvent
Event type value that notifies that a fragment has been added
addField(Locale, String, String) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
addField(LocalizedField) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
addFragment(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Adds a fragment to the layout using fragment properties of row and column as hints on where to put this fragment.
addLayoutEventListener(LayoutEventListener) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Adds a LayoutEventListener to this layout that will be fired any time a LayoutEvent is dispatched.
addPortletService(String, Object) - Method in class org.apache.jetspeed.services.JetspeedPortletServices
 
addPortletService(String, Object) - Method in interface org.apache.jetspeed.services.PortletServices
 
addSegment(String) - Method in class org.apache.jetspeed.util.Path
Adds this segment to the end of the path but before the current file segment, if one exists.
aggregateHeadElements(List<KeyValue<String, HeadElement>>, ContentFragment) - Static method in class org.apache.jetspeed.util.HeadElementsUtils
 
aggregateHeadElements(List<KeyValue<String, HeadElement>>, List<KeyValue<String, HeadElement>>) - Static method in class org.apache.jetspeed.util.HeadElementsUtils
 
append(Object) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for an Object.
append(long) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a long.
append(int) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for an int.
append(short) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a short.
append(char) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a char.
append(byte) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a byte.
append(double) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a double.
append(float) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a float.
append(boolean) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a long.
append(Object[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for an Object array.
append(long[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a long array.
append(int[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for an int array.
append(short[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a short array.
append(char[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a char array.
append(byte[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a byte array.
append(double[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a double array.
append(float[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a float array.
append(boolean[]) - Method in class org.apache.jetspeed.util.HashCodeBuilder
Append a hashCode for a boolean array.
ArgUtil - Class in org.apache.jetspeed.util
ArgUtil
ArgUtil() - Constructor for class org.apache.jetspeed.util.ArgUtil
 
assertNotNull(Class, Object, Object) - Static method in class org.apache.jetspeed.util.ArgUtil
notNull
assertNotNull(Class, Object, Object, String) - Static method in class org.apache.jetspeed.util.ArgUtil
 
assertPropertyNotNull(Object, Object, String, String) - Static method in class org.apache.jetspeed.util.ArgUtil
 
AuthenticatedUserImpl - Class in org.apache.jetspeed.security
 
AuthenticatedUserImpl(User, UserCredential) - Constructor for class org.apache.jetspeed.security.AuthenticatedUserImpl
 
AuthenticatedUserImpl(User, Set<Object>, Set<Object>) - Constructor for class org.apache.jetspeed.security.AuthenticatedUserImpl
 

B

baseName - Variable in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 
BaseObjectProxy - Class in org.apache.jetspeed.util
BaseObjectProxy
BaseObjectProxy() - Constructor for class org.apache.jetspeed.util.BaseObjectProxy
 
buildDetachedPortletList(Collection<ContentFragment>) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 

C

ChecksumHelper - Class in org.apache.jetspeed.util
implements checksum related utilities
ChecksumHelper() - Constructor for class org.apache.jetspeed.util.ChecksumHelper
 
clear() - Method in class org.apache.jetspeed.security.PrincipalsSet
 
clearSubject() - Static method in class org.apache.jetspeed.security.JSSubject
Clear subject reference in current thread.
close() - Method in class org.apache.jetspeed.util.DirectoryHelper
close
close() - Method in class org.apache.jetspeed.util.JarHelper
close
ColumnLayout - Class in org.apache.jetspeed.portlets.layout
Basics
ColumnLayout(int, String, String[]) - Constructor for class org.apache.jetspeed.portlets.layout.ColumnLayout
 
ColumnLayout(int, String, Collection<ContentFragment>, String[], ContentFragment) - Constructor for class org.apache.jetspeed.portlets.layout.ColumnLayout
Same as ColumnLayout(int numberOfColumns, String layoutType) but also supplies a Collection of fragments to initially populate the layout with.
ColumnLayout(int, String, Collection<ContentFragment>, String[]) - Constructor for class org.apache.jetspeed.portlets.layout.ColumnLayout
 
compareTo(Object) - Method in class org.apache.jetspeed.portlets.layout.LayoutCoordinate
 
CONTAINER_INFO - Static variable in class org.apache.jetspeed.container.ContainerInfo
 
ContainerConstants - Class in org.apache.jetspeed.container
Container Constants
ContainerConstants() - Constructor for class org.apache.jetspeed.container.ContainerConstants
 
ContainerInfo - Class in org.apache.jetspeed.container
Container Information
contains(Object) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
containsAll(Collection<?>) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
convertLocaleToString(Locale) - Static method in class org.apache.jetspeed.util.JetspeedLocale
Converts Locale to String.
convertStringToLocale(String) - Static method in class org.apache.jetspeed.util.JetspeedLocale
Converts String to Locale.
copyEntryToFile(JarFile, File, JarEntry) - Method in class org.apache.jetspeed.util.JarHelper
copyEntryToFile
copyFields(Collection<LocalizedField>) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
copyFiles(File, File, FileFilter) - Method in class org.apache.jetspeed.util.DirectoryHelper
copyFiles
copyFrom(File) - Method in class org.apache.jetspeed.util.DirectoryHelper
copyFrom
copyFrom(File, FileFilter) - Method in class org.apache.jetspeed.util.DirectoryHelper
copyFrom
copyFrom(File, FileFilter) - Method in class org.apache.jetspeed.util.JarHelper
copyFrom
copyFrom(File) - Method in class org.apache.jetspeed.util.JarHelper
copyFrom
createFromString(String) - Static method in class org.apache.jetspeed.util.JetspeedObjectID
 
createProxy(Object, boolean, boolean, String) - Static method in class org.apache.jetspeed.portlet.PortletObjectProxy
 
createProxy(Object, boolean, boolean, String, boolean, String) - Static method in class org.apache.jetspeed.portlet.PortletObjectProxy
 
createProxy(Class[], Object...) - Static method in class org.apache.jetspeed.util.DelegatingObjectProxy
 
createProxy(Class[], ClassLoader, Object...) - Static method in class org.apache.jetspeed.util.DelegatingObjectProxy
 
createResourceURL(PortletConfig, RenderRequest, RenderResponse, Map) - Method in class org.apache.jetspeed.portlet.PortletResourceURLFactoryImpl
 
createSubject(AuthenticatedUser, Set<Principal>) - Static method in class org.apache.jetspeed.security.JetspeedSubjectFactory
 
createSubject(User, Set<Object>, Set<Object>, Set<Principal>) - Static method in class org.apache.jetspeed.security.JetspeedSubjectFactory
 

D

debug(String) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
debug(String, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
debug(String, Object, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
debug(String, Object[]) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
debug(String, Throwable) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
DECORATOR_RENDERED - Static variable in class org.apache.jetspeed.portlets.layout.NameValueProperty
 
DEFAULT_LOGGER_FACTORY - Static variable in class org.apache.jetspeed.util.JetspeedLoggerUtil
Default logger factory class name
DEFAULT_LOGGER_FACTORY_METHOD - Static variable in class org.apache.jetspeed.util.JetspeedLoggerUtil
Default logger factory method to create a logger object.
DelegatingObjectProxy - Class in org.apache.jetspeed.util
DelegatingObjectProxy is a convenient utility class to provide a dynamic proxy by using delegating object(s).
DelegatingObjectProxy(Class[], Object...) - Constructor for class org.apache.jetspeed.util.DelegatingObjectProxy
 
delegatorObjectMethodPairCache - Variable in class org.apache.jetspeed.util.DelegatingObjectProxy
 
delegatorObjects - Variable in class org.apache.jetspeed.util.DelegatingObjectProxy
 
destroy() - Method in class org.apache.jetspeed.container.JetspeedContainerServlet
 
DETACHED - Static variable in class org.apache.jetspeed.portlets.layout.NameValueProperty
 
directory - Variable in class org.apache.jetspeed.util.DirectoryHelper
 
DirectoryHelper - Class in org.apache.jetspeed.util
 
DirectoryHelper(File) - Constructor for class org.apache.jetspeed.util.DirectoryHelper
 
dirHelper - Variable in class org.apache.jetspeed.util.JarHelper
 
doAdd(int, int, ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Adds a fragment at the indicated columnNumber and rowNumber.
doAs(Subject, PrivilegedAction) - Static method in class org.apache.jetspeed.security.JSSubject
Perform work as a particular Subject after setting subject reference in current thread
doAs(Subject, PrivilegedExceptionAction) - Static method in class org.apache.jetspeed.security.JSSubject
Perform work as a particular Subject after setting subject reference in current thread.
doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) - Static method in class org.apache.jetspeed.security.JSSubject
Perform privileged work as a particular Subject after setting subject reference in current thread.
doAsPrivileged(Subject, PrivilegedExceptionAction, AccessControlContext) - Static method in class org.apache.jetspeed.security.JSSubject
Perform privileged work as a particular Subject after setting subject reference in current thread.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jetspeed.container.JetspeedContainerServlet
The primary method invoked when the Jetspeed servlet is executed.
doMove(ContentFragment, LayoutCoordinate, LayoutCoordinate) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Performs the actual movement of a fragment.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jetspeed.container.JetspeedContainerServlet
In this application doGet and doPost are the same thing.
doRemove(File) - Method in class org.apache.jetspeed.util.DirectoryHelper
doRemove

E

EmptyLayoutLocationException - Exception in org.apache.jetspeed.portlets.layout
This exception indicates that an attempt to access a layout coordinate that does not contain a Fragment.
EmptyLayoutLocationException(int, int) - Constructor for exception org.apache.jetspeed.portlets.layout.EmptyLayoutLocationException
 
equals(Object) - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
equals(Object) - Method in class org.apache.jetspeed.portlets.layout.LayoutCoordinate
Two LayoutCoordinates are equal if thier respective x and y values are equal.
equals(Object) - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
 
equals(Object) - Method in class org.apache.jetspeed.util.JetspeedLongObjectID
 
equals(Object) - Method in class org.apache.jetspeed.util.JetspeedObjectID
 
equals(Object) - Method in class org.apache.jetspeed.util.Path
 
equalsMethod - Static variable in class org.apache.jetspeed.util.BaseObjectProxy
 
error(String) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
error(String, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
error(String, Object, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
error(String, Object[]) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
error(String, Throwable) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 

F

FIFOQueue - Class in org.apache.jetspeed.util
Simple FIFO implementation of Queue interface extending Vector as storage backend.
FIFOQueue() - Constructor for class org.apache.jetspeed.util.FIFOQueue
 
file - Variable in class org.apache.jetspeed.util.JarHelper
 
FragmentNotInLayoutException - Exception in org.apache.jetspeed.portlets.layout
This exception indicates that an attempt was made get the coordinates within a layout for a fragment that is not within that layout.
FragmentNotInLayoutException(ContentFragment) - Constructor for exception org.apache.jetspeed.portlets.layout.FragmentNotInLayoutException
 

G

GenericMetadataImpl - Class in org.apache.jetspeed.om.portlet
GenericMetadataImpl
Implementation that allows retrieving localized information
GenericMetadataImpl() - Constructor for class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
GenericPortletUtils - Class in org.apache.jetspeed.util
GenericPortletUtils
getBaseName() - Method in class org.apache.jetspeed.util.Path
 
getBestLocalizedObject(List<? extends LocalizedObject>, Locale) - Static method in class org.apache.jetspeed.util.JetspeedLocale
 
getBestPrincipal(Subject, Class<? extends Principal>) - Static method in class org.apache.jetspeed.security.SubjectHelper
Given a subject, finds the first principal of the given classe for that subject.
getBestPrincipal(Principal[], Class<? extends Principal>) - Static method in class org.apache.jetspeed.security.SubjectHelper
Returns the first matching principal of a given type.
getChecksum(String) - Method in class org.apache.jetspeed.util.AbstractFileSystemHelper
 
getChecksum(InputStream) - Static method in class org.apache.jetspeed.util.ChecksumHelper
 
getChild(String) - Method in class org.apache.jetspeed.util.Path
 
getChild(Path) - Method in class org.apache.jetspeed.util.Path
 
getColumn(int) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getColumn(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Gets the row number of this fragment to looking the layoutType property column.
getColumnFloat(int) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
returns the float to be used with the specified column.
getColumnMap(int) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Retrieves this specified columnNumber as a SortedMap.
getColumns() - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getColumnWidth(int) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
returns the width to be used with the specified column.
getComponentManager() - Static method in class org.apache.jetspeed.Jetspeed
 
getConfiguration() - Static method in class org.apache.jetspeed.Jetspeed
 
getContext() - Static method in class org.apache.jetspeed.Jetspeed
 
getContextPath() - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
getCoordinate(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getCurrentRequestContext() - Static method in class org.apache.jetspeed.Jetspeed
Delegtes to the current Engine to retreive the RequestContext appropriate for the current thread.
getDefaultLocale() - Static method in class org.apache.jetspeed.Jetspeed
 
getDefaultLocale() - Static method in class org.apache.jetspeed.util.JetspeedLocale
According to PLT.21.8.1, the default locale should be English.
getDetachedPortlets() - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getEngine() - Static method in class org.apache.jetspeed.Jetspeed
 
getEventType() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the event type (see event constants)
getFields(String) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
getFields() - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
getFileExtension() - Method in class org.apache.jetspeed.util.Path
 
getFileName() - Method in class org.apache.jetspeed.util.Path
 
getFirstColumn() - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getFragment() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the fragment that is the target of this event.
getFragmentAt(int, int) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Retrieves the fragment at the specified loaction.
getFragmentAt(LayoutCoordinate) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Retrieves the fragment at the specified loaction.
getFragments() - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Returns an immutable Collection of all the Fragments contained within this ColumnLayout in no sepcific order.
getHttpServletRequest(GenericPortlet, PortletRequest) - Method in class org.apache.jetspeed.portlet.ServletContextProviderImpl
 
getHttpServletResponse(GenericPortlet, PortletResponse) - Method in class org.apache.jetspeed.portlet.ServletContextProviderImpl
 
getInfo() - Static method in class org.apache.jetspeed.container.ContainerInfo
 
getKeys() - Method in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 
getLanguage() - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
getLastColumn() - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getLastRowNumber(int) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Returns the index of the last row in the specified column.
getLocale() - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
getLocale() - Method in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 
getLocalLogger(Class<?>) - Static method in class org.apache.jetspeed.util.JetspeedLoggerUtil
Returns a JetspeedLogger from the portlet application.
getLocalLogger(String) - Static method in class org.apache.jetspeed.util.JetspeedLoggerUtil
Returns a JetspeedLogger from the portlet application.
getLogger(Class<?>) - Method in interface org.apache.jetspeed.logger.JetspeedLoggerFactory
Returns a JetspeedLogger.
getLogger(String) - Method in interface org.apache.jetspeed.logger.JetspeedLoggerFactory
Returns a JetspeedLogger.
getLong() - Method in class org.apache.jetspeed.util.JetspeedLongObjectID
 
getMajorSpecificationVersion() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getMinorSpecificationVersion() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getName() - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
getName() - Method in class org.apache.jetspeed.security.UserSubjectPrincipalImpl
 
getNewCoordinate() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the new/current coordinate of the Fragment targeted by this event.
getNumberOfColumns() - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
getOID() - Method in class org.apache.jetspeed.util.JetspeedLongObjectID
 
getOID() - Method in interface org.apache.jetspeed.util.PortalObjectID
 
getOriginalCoordinate() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the original (prior to the event) coordinate of the Fragment targeted by this event.
getPage() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the page that is the target of this event.
getPortalSessionId() - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
getPortalSessionKey() - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
getPortletContainerMajorVersion() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getPortletContainerMinorVersion() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getPortletContainerName() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getPortletContainerVersion() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getPortletName() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the portlet name.
getPortletType() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
Returns the portlet type.
getPrincipal(Subject, Class<? extends Principal>) - Static method in class org.apache.jetspeed.security.SubjectHelper
Given a subject, finds the first principal of the given classe for that subject.
getPrincipal(Subject, Class<? extends Principal>, String) - Static method in class org.apache.jetspeed.security.SubjectHelper
Given a subject, finds a specific principal by name of the given classe for that subject.
getPrincipals(Subject, Class<? extends Principal>) - Static method in class org.apache.jetspeed.security.SubjectHelper
Given a subject, finds all principals of the given classe for that subject.
getPrincipals(Subject, String) - Static method in class org.apache.jetspeed.security.SubjectHelper
Given a subject, finds all principals of the given JetspeedPrincipalType(JPT) for that subject.
getPrivateCredentials() - Method in class org.apache.jetspeed.security.AuthenticatedUserImpl
 
getPublicCredentials() - Method in class org.apache.jetspeed.security.AuthenticatedUserImpl
 
getQueryString() - Method in class org.apache.jetspeed.util.Path
 
getRealPath(String) - Static method in class org.apache.jetspeed.Jetspeed
Given a application relative path, returns the real path relative to the application root
getRenderModeHelperMethod(GenericPortlet, PortletMode) - Static method in class org.apache.jetspeed.util.GenericPortletUtils
Finds the helper method from the portlet object extending javax.portlet.GenericPortlet.
getRenderModeHelperMethod(Class<? extends GenericPortlet>, PortletMode) - Static method in class org.apache.jetspeed.util.GenericPortletUtils
Finds the helper method from the portlet class extending javax.portlet.GenericPortlet.
getRootDirectory() - Method in class org.apache.jetspeed.util.AbstractFileSystemHelper
 
getRootDirectory() - Method in class org.apache.jetspeed.util.DirectoryHelper
getRootDirectory
getRootDirectory() - Method in class org.apache.jetspeed.util.JarHelper
getRootDirectory
getRow(int, ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Gets the row number of this fragment to looking the layoutType property row.
getSegment(int) - Method in class org.apache.jetspeed.util.Path
Returns the segement of the path at the specified index i.
getServerInfo() - Method in class org.apache.jetspeed.container.ContainerInfo
 
getService(String) - Method in class org.apache.jetspeed.services.JetspeedPortletServices
 
getService(String) - Method in interface org.apache.jetspeed.services.PortletServices
 
getServletContext(GenericPortlet) - Method in class org.apache.jetspeed.portlet.ServletContextProviderImpl
 
getSession() - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
getSharedLogger(Class<?>) - Static method in class org.apache.jetspeed.util.JetspeedLoggerUtil
Returns a JetspeedLogger from the portal services component.
getSharedLogger(String) - Static method in class org.apache.jetspeed.util.JetspeedLoggerUtil
Returns a JetspeedLogger from the portal services component.
getSingleton() - Static method in class org.apache.jetspeed.services.JetspeedPortletServices
Necessary evil until we get a PA component framework
getSourcePath() - Method in class org.apache.jetspeed.util.DirectoryHelper
getSourcePath
getSourcePath() - Method in class org.apache.jetspeed.util.JarHelper
getSourcePath
getSubject(AccessControlContext) - Static method in class org.apache.jetspeed.security.JSSubject
Get the Subject associated with the provided AccessControlContext fromn the current Thread or from the standard SUBJECT mechansim
getSubject() - Method in class org.apache.jetspeed.security.UserSubjectPrincipalImpl
 
getSubPath(int) - Method in class org.apache.jetspeed.util.Path
 
getSubPath(int, int) - Method in class org.apache.jetspeed.util.Path
 
getText(String, Locale) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
getText - get localized text from metadata
getUser() - Method in class org.apache.jetspeed.security.AuthenticatedUserImpl
 
getUser() - Method in class org.apache.jetspeed.security.UserSubjectPrincipalImpl
 
getUserCredential(Subject) - Static method in class org.apache.jetspeed.security.SubjectHelper
Given a subject, find the (first) UserCredential from the private credentials
getUserName() - Method in class org.apache.jetspeed.security.AuthenticatedUserImpl
 
getValue() - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
getValue(String) - Method in class org.apache.jetspeed.portlets.layout.NameValueProperty
 
getX() - Method in class org.apache.jetspeed.portlets.layout.LayoutCoordinate
 
getY() - Method in class org.apache.jetspeed.portlets.layout.LayoutCoordinate
 

H

handleEvent(LayoutEvent) - Method in interface org.apache.jetspeed.portlets.layout.LayoutEventListener
Invoked anytime a LayoutEvent is dispatched.
handleEvent(LayoutEvent) - Method in class org.apache.jetspeed.portlets.layout.PageLayoutEventListener
 
handleGetObject(String) - Method in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 
hashCode() - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
hashCode() - Method in class org.apache.jetspeed.portlets.layout.LayoutCoordinate
 
hashCode() - Method in class org.apache.jetspeed.util.JetspeedLongObjectID
 
hashCode() - Method in class org.apache.jetspeed.util.JetspeedObjectID
 
hashCode() - Method in class org.apache.jetspeed.util.Path
 
HashCodeBuilder - Class in org.apache.jetspeed.util
HashCode generation routines.
HashCodeBuilder() - Constructor for class org.apache.jetspeed.util.HashCodeBuilder
Constructor for HashCodeBuilder.
HashCodeBuilder(int, int) - Constructor for class org.apache.jetspeed.util.HashCodeBuilder
Constructor for HashCodeBuilder.
hashCodeMethod - Static variable in class org.apache.jetspeed.util.BaseObjectProxy
 
HeadElementsUtils - Class in org.apache.jetspeed.util
 

I

info(String) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
info(String, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
info(String, Object, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
info(String, Object[]) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
info(String, Throwable) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
init(ServletConfig) - Method in class org.apache.jetspeed.container.JetspeedContainerServlet
 
internalBundle - Variable in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 
invalidateSession() - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
InvalidLayoutLocationException - Exception in org.apache.jetspeed.portlets.layout
Indicates an attempt to access a local within a layout that is outside of the bounds of that layout.
InvalidLayoutLocationException(LayoutCoordinate) - Constructor for exception org.apache.jetspeed.portlets.layout.InvalidLayoutLocationException
 
InvalidLayoutLocationException(int) - Constructor for exception org.apache.jetspeed.portlets.layout.InvalidLayoutLocationException
 
invoke(Object, Method, Object[]) - Method in class org.apache.jetspeed.portlet.PortletObjectProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.jetspeed.util.BaseObjectProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.jetspeed.util.DelegatingObjectProxy
 
isDebugEnabled() - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
isDecoratorRendered() - Method in class org.apache.jetspeed.portlets.layout.NameValueProperty
 
isDetached() - Method in class org.apache.jetspeed.portlets.layout.NameValueProperty
 
isEmpty() - Method in class org.apache.jetspeed.security.PrincipalsSet
 
isErrorEnabled() - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
isInfoEnabled() - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
isWarnEnabled() - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
iterator() - Method in class org.apache.jetspeed.security.PrincipalsSet
 

J

jarFile - Variable in class org.apache.jetspeed.util.JarHelper
 
JarHelper - Class in org.apache.jetspeed.util
 
JarHelper(File, boolean) - Constructor for class org.apache.jetspeed.util.JarHelper
 
jarRoot - Variable in class org.apache.jetspeed.util.JarHelper
 
Jetspeed - Class in org.apache.jetspeed
Jetspeed environment
Provides an easy way to access the current running environment of jetspeed.
Jetspeed() - Constructor for class org.apache.jetspeed.Jetspeed
 
JetspeedContainerServlet - Class in org.apache.jetspeed.container
Jetspeed Container entry point.
JetspeedContainerServlet() - Constructor for class org.apache.jetspeed.container.JetspeedContainerServlet
 
JetspeedLocale - Class in org.apache.jetspeed.util
Class to set and get Locale settings for Jetspeed.
JetspeedLocale() - Constructor for class org.apache.jetspeed.util.JetspeedLocale
 
JetspeedLogger - Interface in org.apache.jetspeed.logger
JetspeedLogger
JetspeedLoggerFactory - Interface in org.apache.jetspeed.logger
JetspeedLoggerFactory
JetspeedLoggerUtil - Class in org.apache.jetspeed.util
JetspeedLoggerUtil to get access to portlet web application's logger or shared portal logger.
JetspeedLongObjectID - Class in org.apache.jetspeed.util
JetspeedLongObjectID
JetspeedLongObjectID(long) - Constructor for class org.apache.jetspeed.util.JetspeedLongObjectID
 
JetspeedLongObjectID(Long) - Constructor for class org.apache.jetspeed.util.JetspeedLongObjectID
 
JetspeedObjectID - Class in org.apache.jetspeed.util
JetspeedObjectID Wraps around the internal Object IDs.
JetspeedObjectID(String) - Constructor for class org.apache.jetspeed.util.JetspeedObjectID
 
JetspeedPortletServices - Class in org.apache.jetspeed.services
JetspeedPortletServices
JetspeedPortletServices() - Constructor for class org.apache.jetspeed.services.JetspeedPortletServices
 
JetspeedPortletServices(Map) - Constructor for class org.apache.jetspeed.services.JetspeedPortletServices
 
JetspeedSubjectFactory - Class in org.apache.jetspeed.security
 
JetspeedSubjectFactory() - Constructor for class org.apache.jetspeed.security.JetspeedSubjectFactory
 
JSSubject - Class in org.apache.jetspeed.security
 
JSSubject() - Constructor for class org.apache.jetspeed.security.JSSubject
 

L

LayoutCoordinate - Class in org.apache.jetspeed.portlets.layout
Simple class that holds an x,y (column,row) coordinate.
LayoutCoordinate(int, int) - Constructor for class org.apache.jetspeed.portlets.layout.LayoutCoordinate
 
LayoutError - Error in org.apache.jetspeed.portlets.layout
Should only be thrown when something truely unexpected happens when processing a layout.
LayoutError() - Constructor for error org.apache.jetspeed.portlets.layout.LayoutError
 
LayoutError(String) - Constructor for error org.apache.jetspeed.portlets.layout.LayoutError
 
LayoutError(Throwable) - Constructor for error org.apache.jetspeed.portlets.layout.LayoutError
 
LayoutError(String, Throwable) - Constructor for error org.apache.jetspeed.portlets.layout.LayoutError
 
LayoutEvent - Class in org.apache.jetspeed.portlets.layout
A LayoutEvent is used by ColumnLayout to notify its LayoutAeventListeners that there have been a change in the position of a fragment within the layout.
LayoutEvent(int, ContentPage, String, String) - Constructor for class org.apache.jetspeed.portlets.layout.LayoutEvent
 
LayoutEvent(int, ContentFragment, LayoutCoordinate, LayoutCoordinate) - Constructor for class org.apache.jetspeed.portlets.layout.LayoutEvent
 
LayoutEventException - Exception in org.apache.jetspeed.portlets.layout
 
LayoutEventException() - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutEventException
 
LayoutEventException(String) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutEventException
 
LayoutEventException(KeyedMessage) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutEventException
 
LayoutEventException(Throwable) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutEventException
 
LayoutEventException(String, Throwable) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutEventException
 
LayoutEventException(KeyedMessage, Throwable) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutEventException
 
LayoutEventListener - Interface in org.apache.jetspeed.portlets.layout
Interface to be implemented by classes that want to handle LayoutEvents
LayoutException - Exception in org.apache.jetspeed.portlets.layout
Base exception for all layout exceptions.
LayoutException() - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutException
 
LayoutException(String) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutException
 
LayoutException(KeyedMessage) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutException
 
LayoutException(Throwable) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutException
 
LayoutException(String, Throwable) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutException
 
LayoutException(KeyedMessage, Throwable) - Constructor for exception org.apache.jetspeed.portlets.layout.LayoutException
 
length() - Method in class org.apache.jetspeed.util.Path
 
locale - Variable in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
LocalizedFieldImpl - Class in org.apache.jetspeed.om.portlet
LocalizedFieldImpl
Implementation that represents a string value and the locale of that string
LocalizedFieldImpl() - Constructor for class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
LocalizedFieldImpl(Locale, String) - Constructor for class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 

M

mergeHeadElementsByHint(List<KeyValue<String, HeadElement>>) - Static method in class org.apache.jetspeed.util.HeadElementsUtils
 
METHOD_ACTION - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
METHOD_ADMIN - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
METHOD_EVENT - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
METHOD_ID - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
METHOD_NOOP - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
METHOD_RENDER - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
METHOD_RESOURCE - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
MOVED_DOWN - Static variable in class org.apache.jetspeed.portlets.layout.LayoutEvent
Event type value that notifies that a fragment has been moved down
MOVED_LEFT - Static variable in class org.apache.jetspeed.portlets.layout.LayoutEvent
Event type value that notifies that a fragment has been moved left
MOVED_RIGHT - Static variable in class org.apache.jetspeed.portlets.layout.LayoutEvent
Event type value that notifies that a fragment has been moved right
MOVED_UP - Static variable in class org.apache.jetspeed.portlets.layout.LayoutEvent
Event type value that notifies that a fragment has been moved up
moveDown(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
moveLeft(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Moves a fragment one column to the left.
moveRight(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Moves a fragment one column to the right.
moveUp(ContentFragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Moves a fragment one row to the up.

N

name - Variable in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
NAME_VALUE_PROPERTY - Static variable in class org.apache.jetspeed.portlets.layout.NameValueProperty
 
NameValueProperty - Class in org.apache.jetspeed.portlets.layout
 
NameValueProperty(String) - Constructor for class org.apache.jetspeed.portlets.layout.NameValueProperty
 
notNull(Object[], String[], String) - Static method in class org.apache.jetspeed.util.ArgUtil
 

O

org.apache.jetspeed - package org.apache.jetspeed
 
org.apache.jetspeed.container - package org.apache.jetspeed.container
 
org.apache.jetspeed.container.session - package org.apache.jetspeed.container.session
 
org.apache.jetspeed.logger - package org.apache.jetspeed.logger
 
org.apache.jetspeed.om.portlet - package org.apache.jetspeed.om.portlet
 
org.apache.jetspeed.portlet - package org.apache.jetspeed.portlet
 
org.apache.jetspeed.portlets.layout - package org.apache.jetspeed.portlets.layout
 
org.apache.jetspeed.security - package org.apache.jetspeed.security
 
org.apache.jetspeed.services - package org.apache.jetspeed.services
 
org.apache.jetspeed.util - package org.apache.jetspeed.util
 
overridingProps - Variable in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 

P

PageLayoutEventListener - Class in org.apache.jetspeed.portlets.layout
 
PageLayoutEventListener(String) - Constructor for class org.apache.jetspeed.portlets.layout.PageLayoutEventListener
 
Path - Class in org.apache.jetspeed.util
Overview
Path() - Constructor for class org.apache.jetspeed.util.Path
 
Path(String) - Constructor for class org.apache.jetspeed.util.Path
 
PATH_SEPERATOR - Static variable in class org.apache.jetspeed.util.Path
 
peek() - Method in class org.apache.jetspeed.util.FIFOQueue
Gets the first object in the queue without removing it from the queue
pop() - Method in class org.apache.jetspeed.util.FIFOQueue
Gets the first object in the queue and remove it from the queue
PORTAL_CONTEXT - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PortalObjectID - Interface in org.apache.jetspeed.util
PortalObjectID
PORTLET - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PORTLET_ACTION - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PORTLET_CONFIG - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PORTLET_NAME - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PORTLET_REQUEST - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PORTLET_RESPONSE - Static variable in class org.apache.jetspeed.container.ContainerConstants
 
PortletApplicationSessionMonitorImpl - Class in org.apache.jetspeed.container.session
PortletApplicationSessionMonitorImpl
PortletApplicationSessionMonitorImpl(String, String, long) - Constructor for class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
PortletApplicationSessionMonitorImpl(String, String, long, boolean) - Constructor for class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
PortletObjectProxy - Class in org.apache.jetspeed.portlet
PortletObjectProxy
PortletResourceURLFactoryImpl - Class in org.apache.jetspeed.portlet
Jetspeed specific implementation of PortletResourceURLFactory.
PortletResourceURLFactoryImpl() - Constructor for class org.apache.jetspeed.portlet.PortletResourceURLFactoryImpl
 
PortletServices - Interface in org.apache.jetspeed.services
PortletServices
PrincipalsSet - Class in org.apache.jetspeed.security
PrincipalsSet - provides an ordered 'set' of principals required for some profiling rules that are dependent on order of insert.
PrincipalsSet() - Constructor for class org.apache.jetspeed.security.PrincipalsSet
 
processEvent(LayoutEvent) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Dispatches a LayoutEvent to all LayoutEventListeners registered to this layout.
proxyEquals(Object, Object) - Method in class org.apache.jetspeed.util.BaseObjectProxy
 
proxyHashCode(Object) - Method in class org.apache.jetspeed.util.BaseObjectProxy
 
proxyInterfaces - Variable in class org.apache.jetspeed.util.DelegatingObjectProxy
 
proxyProcessAction(ActionRequest, ActionResponse) - Method in class org.apache.jetspeed.portlet.PortletObjectProxy
 
proxyRender(RenderRequest, RenderResponse) - Method in class org.apache.jetspeed.portlet.PortletObjectProxy
 
proxyToString(Object) - Method in class org.apache.jetspeed.util.BaseObjectProxy
 
push(Object) - Method in class org.apache.jetspeed.util.FIFOQueue
Adds a new object into the queue

R

reflectionHashCode(Object) - Static method in class org.apache.jetspeed.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object, boolean) - Static method in class org.apache.jetspeed.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object) - Static method in class org.apache.jetspeed.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean) - Static method in class org.apache.jetspeed.util.HashCodeBuilder
This method uses reflection to build a valid hash code.
reload(ClassLoader) - Method in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
Reloads resource bundle from the properties file which can be decided by the baseName.
ReloadablePropertyResourceBundle - Class in org.apache.jetspeed.util
ReloadablePropertyResourceBundle
ReloadablePropertyResourceBundle(PropertyResourceBundle, String) - Constructor for class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
 
remove(Object) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
remove() - Method in class org.apache.jetspeed.util.DirectoryHelper
remove
remove() - Method in class org.apache.jetspeed.util.JarHelper
remove
removeAll(Collection<?>) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
removeLastPathSegment() - Method in class org.apache.jetspeed.util.Path
Removes the last directory segment in this path.
reset() - Method in class org.apache.jetspeed.util.ReloadablePropertyResourceBundle
Resets overriding properties.
retainAll(Collection<?>) - Method in class org.apache.jetspeed.security.PrincipalsSet
 

S

ServletContextProviderImpl - Class in org.apache.jetspeed.portlet
ServletContextProviderImpl supplies access to the Servlet context of a Jetspeed Portlet.
ServletContextProviderImpl() - Constructor for class org.apache.jetspeed.portlet.ServletContextProviderImpl
 
sessionDidActivate(HttpSessionEvent) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
sessionWillPassivate(HttpSessionEvent) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
setEngine(Engine) - Static method in class org.apache.jetspeed.Jetspeed
 
setFields(String, Collection<LocalizedField>) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
setFields(Collection<LocalizedField>) - Method in class org.apache.jetspeed.om.portlet.GenericMetadataImpl
 
setLanguage(String) - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
setLocale(Locale) - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
setName(String) - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
setSubject(Subject) - Method in class org.apache.jetspeed.security.UserSubjectPrincipalImpl
 
setValue(String) - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
shutdown() - Static method in class org.apache.jetspeed.Jetspeed
Shuts down the currently running instance of the portal Engine.
size() - Method in class org.apache.jetspeed.security.PrincipalsSet
 
SubjectHelper - Class in org.apache.jetspeed.security
Subject helper.
SubjectHelper() - Constructor for class org.apache.jetspeed.security.SubjectHelper
 
syncPortalSessionId(PortalSessionMonitor) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 

T

toArray(T[]) - Method in class org.apache.jetspeed.security.PrincipalsSet
 
toArray() - Method in class org.apache.jetspeed.security.PrincipalsSet
 
toHashCode() - Method in class org.apache.jetspeed.util.HashCodeBuilder
Return the computed hashCode
toString() - Method in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
toString() - Method in class org.apache.jetspeed.portlets.layout.LayoutCoordinate
 
toString() - Method in class org.apache.jetspeed.portlets.layout.LayoutEvent
 
toString() - Method in class org.apache.jetspeed.util.JetspeedLongObjectID
 
toString() - Method in class org.apache.jetspeed.util.JetspeedObjectID
 
toString() - Method in class org.apache.jetspeed.util.Path
 
toStringMethod - Static variable in class org.apache.jetspeed.util.BaseObjectProxy
 

U

UserSubjectPrincipalImpl - Class in org.apache.jetspeed.security
 
UserSubjectPrincipalImpl(User) - Constructor for class org.apache.jetspeed.security.UserSubjectPrincipalImpl
 

V

value - Variable in class org.apache.jetspeed.om.portlet.LocalizedFieldImpl
 
valueBound(HttpSessionBindingEvent) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 

W

warn(String) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
warn(String, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
warn(String, Object[]) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
warn(String, Object, Object) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 
warn(String, Throwable) - Method in interface org.apache.jetspeed.logger.JetspeedLogger
 

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

Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.