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

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
addFragment(Fragment) - 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 disaptched.
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.
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

BaseObjectProxy - Class in org.apache.jetspeed.util
BaseObjectProxy
BaseObjectProxy() - Constructor for class org.apache.jetspeed.util.BaseObjectProxy
 

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
 
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, String[]) - Constructor for class org.apache.jetspeed.portlets.layout.ColumnLayout
Same as ColumnLayout(int numberOfColumns, String layoutType) but also supplies a Collection of fragmetns to initially populate the layout with.
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
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(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

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
 
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, Fragment) - 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(Fragment, 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.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
 

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 attmept was made get the coordinates within a layout for a fragement that is not within that layout.
FragmentNotInLayoutException(Fragment) - Constructor for exception org.apache.jetspeed.portlets.layout.FragmentNotInLayoutException
 

G

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(Fragment) - 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(Fragment) - 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.
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)
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
 
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.
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.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.
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
 
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
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, Fragment) - 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
 
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
 
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
 
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.PageManagerLayoutEventListener
 
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
 

I

init(ServletConfig) - Method in class org.apache.jetspeed.container.JetspeedContainerServlet
 
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
 
isEmpty() - Method in class org.apache.jetspeed.security.PrincipalsSet
 
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
 
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, Fragment, 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
 

M

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(Fragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
 
moveLeft(Fragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Moves a fragment one column to the left.
moveRight(Fragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Moves a fragment one column to the right.
moveUp(Fragment) - Method in class org.apache.jetspeed.portlets.layout.ColumnLayout
Moves a fragment one row to the up.

N

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.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
 

P

PageManagerLayoutEventListener - Class in org.apache.jetspeed.portlets.layout
 
PageManagerLayoutEventListener(PageManager, Page, String) - Constructor for class org.apache.jetspeed.portlets.layout.PageManagerLayoutEventListener
 
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.
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.
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
 
setSubject(Subject) - Method in class org.apache.jetspeed.security.UserSubjectPrincipalImpl
 
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
 

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.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

valueBound(HttpSessionBindingEvent) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 
valueUnbound(HttpSessionBindingEvent) - Method in class org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
 

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

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