- 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
-
- addCleanupCallback(ServletRequestCleanupCallback) - Static method in class org.apache.jetspeed.util.ServletRequestCleanupService
-
- 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
-
- 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
-
- getDroppedRows() - Method in class org.apache.jetspeed.tools.migration.JetspeedMigrationResultImpl
-
- 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
-
- getMigratedRows() - Method in class org.apache.jetspeed.tools.migration.JetspeedMigrationResultImpl
-
- 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
-