| |||||||||
PREV NEXT | FRAMES NO FRAMES |
AddUIElementException
is thrown when an error occurs during the attempt
to add a transient UI element.com.ibm.portal.um.User attributes can be received by calling
com.ibm.portal.um.PumaProfile.getDefinedUserAttributes()
- AttributeNotDefinedException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.AttributeNotDefinedException
-
- attributeRemoved(PortletSettingsAttributeEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- attributeRemoved(PortletApplicationSettingsAttributeEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- attributeRemoved(PortletApplicationSettingsAttributeEvent) -
Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributesListener
- Deprecated. Notification that an existing attribute has been removed from the portlet settings.
- attributeRemoved(PortletSettingsAttributeEvent) -
Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributesListener
- Deprecated. Notification that an existing attribute has been removed from the portlet settings.
- attributeReplaced(PortletSettingsAttributeEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- attributeReplaced(PortletApplicationSettingsAttributeEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- attributeReplaced(PortletApplicationSettingsAttributeEvent) -
Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributesListener
- Deprecated. Notification that an attribute in the portlet settings has been replaced.
- attributeReplaced(PortletSettingsAttributeEvent) -
Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributesListener
- Deprecated. Notification that an attribute in the portlet settings has been replaced.
- AUTHENTICATION_LEVEL -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- AUTHENTICATION_LEVEL_INFO -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- AuthenticationException - Exception in com.ibm.portal.auth.exceptions
- Root exception for authentication related exceptions.
- AuthenticationException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.AuthenticationException
- Initializes the exception with the reason of the exception.
- AuthenticationFailedException - Exception in com.ibm.portal.auth.exceptions
- This Exception is thrown if the authentication against the User Registry or the
WAS authentication failed, typically because of a wrong user id/password combination.
- AuthenticationFailedException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.AuthenticationFailedException
- Initializes the exception with the reason of the exception.
- AuthLevelConfig - Interface in com.ibm.portal.auth.stepup
- Provides a view to the Config settings of an
AuthLevelVerifier
- AuthLevelVerifier - Interface in com.ibm.portal.auth.stepup
- This is the plug point for plugin a custom authentication level verifier.
ResourceUrlAccessor
(serving as a factory for resource URLs)
cannot be obtained.CheckedEngineURLs
which allow setting
access control checks on the generated URL.CLASS_ATTRIBUTE
indicates the fully
qualified classname of the Java class implementing the
IThemeContent interface.
activateActions
or deactivateActions
calls.
com.ibm.portal.model.controller
package contains home and provider interfaces
for model controllers. DynamicUIInfo
and DynamicUICtrl
. RedirectURLGenerator
.CommandManager
class is a factory class for creating
classes that control the storage and retrieval of IViewCommands.CommandManager
class is a factory class for creating
classes that control the storage and retrieval of IViewCommands.CONTENT_NODE_ATTRIBUTE
indicates the content node
in the navigation model that we want to generate a URL to.
ContentNodeType.LABEL
).
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ContentMetaDataModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- ContentModel<E extends java.lang.Object & ContentNode> - Interface in com.ibm.portal.content
- Interface for a content model.
- ContentModelController<T extends ContentNode,M extends ModifiableContentNode> - Interface in com.ibm.portal.content
- A controller interface for the ContentModel
interface.
- ContentModelControllerHome - Interface in com.ibm.portal.model.controller
- Home interface for JNDI based lookups for
com.ibm.portal.model.ContentModelControllerProvider.
- ContentModelControllerProvider - Interface in com.ibm.portal.model.controller
- Provider interface for content model controllers.
- ContentModelControllerResumeService - Interface in com.ibm.portal.model.controller
- The future - may be implemented after web2.0 tech preview: allow management
of content model controllers across a prolonged time, e.g.
- ContentModelControllerResumeService.Memento - Interface in com.ibm.portal.model.controller
- Interface acting as a handle for a suspended model controller.
- ContentModelHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for ContentModelProvider.
- ContentModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- ContentModelProvider - Interface in com.ibm.portal.model
- An interface for a provider of content models.
- ContentModelProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of content models.
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ContentModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- ContentNode - Interface in com.ibm.portal.content
- Interface of a content node.
- ContentNodeCreationContext - Interface in com.ibm.portal.content
- A node creation context for ContentNodes.
- ContentNodeType - Class in com.ibm.portal.content
- This class enumerates content node types.
- ContentPage - Interface in com.ibm.portal.content
- An interface for a content node representing a page.
- ContentPageCreationContext - Interface in com.ibm.portal.content
- A page creation context for ContentPages.
- ContentURL - Interface in com.ibm.portal.content
- An interface for a content node representing an internal or external URL.
- context -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
context
the ThemeContext
- CONTEXT_PATH_PREFIX -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The key used for storing the Context path prefix in servlet context
- CONTEXT_PATH_PREFIX -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The key used for storing the Context path prefix in servlet context
- ContextAccessor - Interface in com.ibm.portal.resolver.accessors
- Provides information about the current context (e.g.
- Controller - Interface in com.ibm.portal
- Tagging interface for controllers.
- ControlLocator - Interface in com.ibm.portal.content
- A locator for finding LayoutControls in a layout
model.
- CookieUserNotRetrievableException - Exception in com.ibm.portal.um.exceptions
- An Exception of type CookieUserNotRetrievableException is
thrown, if the user ID cannot be retrieved from a remember me cookie or if
the retrieval of a
com.ibm.portal.um.User
using the obtained
ID fails. - CookieUserNotRetrievableException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.CookieUserNotRetrievableException
- Initializes the exception with the reason of the exception.
- COPY -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "copy" action.
- COPY_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "copy" action.
- copyNode(MenuNode, MenuTreeInfoCtrl, MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCopyCtrl
- Deprecated. Copies the node src into the dst node using
the dstTree instance of the destination tree that exposes the
MenuTreeInfoCtrl interface.
- COPYRIGHT -
Static variable in class com.ibm.portal.model.controller.CreationContextBuilderFactory
-
- COPYRIGHT -
Static variable in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
- copyright
- COPYRIGHT -
Static variable in class com.ibm.portal.resolver.uri.PortletURI
- copyright
- COPYRIGHT -
Static variable in interface com.ibm.portal.struts.command.IViewCommand
- add copyright statement.
- COPYRIGHT -
Static variable in interface com.ibm.portal.struts.plugins.IErrorResponseFormatter
- add copyright statement.
- COPYRIGHT -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
-
- COPYRIGHT -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- copyright statement.
- COPYRIGHT -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
-
- COPYRIGHT -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
-
- CORBusinessComponentService - Class in com.ibm.portal.resolver.cai.helper
- Business component service that implements itself by dispatching to a business component
service provided by the COR.
- CORBusinessComponentService() -
Constructor for class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- initialize the resolution service without default resolution service
- CORBusinessComponentService(BusinessComponentService) -
Constructor for class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- Initialize the resolution service passing a default service reference that
will be used if no COR service can be found
- CorLocalizedContextHome - Interface in com.ibm.portal.model
- A home interface for lookups to LocalizedContext
instances.
- CORLookupService - Class in com.ibm.portal.resolver.helper
- Lookup service that implements itself by dispatching to a lookup service
provided by the COR.
- CORLookupService(LookupService) -
Constructor for class com.ibm.portal.resolver.helper.CORLookupService
- Initialize the lookup service passing a default service reference that
will be used if no COR service can be found
- CORLookupService() -
Constructor for class com.ibm.portal.resolver.helper.CORLookupService
- initialize the lookup service without default lookup
- CORResolutionService - Class in com.ibm.portal.resolver.helper
- Resolution service that implements itself by dispatching to a resolution
service provided by the COR.
- CORResolutionService() -
Constructor for class com.ibm.portal.resolver.helper.CORResolutionService
- initialize the resolution service without default resolution service
- CORResolutionService(ResolutionService) -
Constructor for class com.ibm.portal.resolver.helper.CORResolutionService
- Initialize the resolution service passing a default service reference that
will be used if no COR service can be found
- CORService - Interface in com.ibm.portal.resolver.helper
- Tagging interface for services that use the content operations registry to perform
the final lookup.
- create(Class, CreationContext) -
Method in interface com.ibm.portal.content.LayoutModelController
- Creates a modifiable layout node.
- create(Class, CreationContext) -
Method in interface com.ibm.portal.ModelController
- Creates a modifiable node.
- create(Class, CreationContext) -
Method in interface com.ibm.portal.portlet.PortletModelController
- Creates a modifiable node and inserts it into the model.
- create(String, String) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Creates a new node without adding it to the document's topology.
- CREATE_PAGE -
Static variable in interface com.ibm.portal.state.accesscheck.Constants
- Predefined constant for create new portal pages permission.
- createAction(String, DNDProperty[], DNDValidator, String, String, String, boolean, String) -
Method in interface com.ibm.portal.dnd.DNDFactory
- This method is used to create a DNDAction object with the parameters provided.
- PortletRequest)">createAction(PortletRequest) -
Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
- Creates and returns an action associated with a portlet, given the PortletRequest.
- createAction(PortletSettings) -
Static method in class com.ibm.wps.pb.property.PropertyFactory
- Deprecated. Creates and returns an Action object.
- PortletConfig, com.ibm.portal.struts.portlet.StrutsInfo)">createActionServlet(ServletContext, ServletConfig, PortletConfig, StrutsInfo) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Returns the ActionServlet.
- createActionServlet(ServletContext, PortletConfig, WpsStrutsInfo) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the WpsActionServlet for this application.
- createApplicationInfo(String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.BaseFactory
- Creates an application info object for the specified application ID.
- createApplicationInfo(String, String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.BaseFactory
- Creates an application info object for the specified application ID, and
sets the given token.
- createAtomContentHandler() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomContentHandler(ContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomContentHandler(ResettableAtomContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomContentHandler(ResettableContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomDateParser() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Creates a push-parser that converts the ContentHandler.characters(char[], int, int)
calls to an atom parser into Date objects.
- createAtomPublishingContentHandler() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomPublishingContentHandler(ContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomPublishingContentHandler(ResettableContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomPublishingXMLReader() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Constructs an ATOM XML parser and uses the default SAX parser as the
basis for parsing the original XML stream
- createAtomPublishingXMLReader(XMLReader) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Constructs an ATOM XML parser and allows to specify a basis XML reader
instance to parse the actual XML stream
- createAtomThreadingContentHandler() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomThreadingContentHandler(ContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomThreadingContentHandler(ResettableAtomThreadingContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomThreadingContentHandler(ResettableContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a handler that allows to produce ATOM feeds by calling
high-level, ATOM specific methods.
- createAtomThreadingXMLReader() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Constructs an ATOM XML parser and uses the default SAX parser as the
basis for parsing the original XML stream
- createAtomThreadingXMLReader(XMLReader) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Constructs an ATOM XML parser and allows to specify a basis XML reader
instance to parse the actual XML stream
- createAtomXMLReader() -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Constructs an ATOM XML parser and uses the default SAX parser as the
basis for parsing the original XML stream
- createAtomXMLReader(XMLReader) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- Constructs an ATOM XML parser and allows to specify a basis XML reader
instance to parse the actual XML stream
- createCommand(Class<T>, SitemanagementCommandContext<? extends T>) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandFactory
- Returns a Command object.
- createCommand(String, HttpServletRequest, HttpServletResponse, String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates the IViewCommand object for the path for the specified mode
prefix.
- createCommand(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates the IViewCommand object for the path for the specified mode
prefix.
- createCommand(String, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates the IViewCommand object for the path for the specified mode
prefix.
- PortletRequest, com.ibm.portal.struts.command.ViewCommandExecutionContext)">createCommand(String, PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Create a command based on the given URI and request
- PortletRequest, com.ibm.portal.struts.command.ViewCommandExecutionContext)">createCommand(ErrorResponseInfo, PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Create a command based on the given ErrorResponseInfo.
- createCommand(String, HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Creates a command based on the given URI and request.
- createCommand(ErrorResponseInfo, HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Creates a command based on the given ErrorResponseInfo.
- createCommandExecutionContext(PortletContext, ModuleContext, ServletContext) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Creates a ViewCommandExecutionContext to be used when executing a ViewCommand.
- createCommandExecutionContext(PortletContext, ModuleContext, ServletContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Creates a ViewCommandExecutionContext to be used when executing a ViewCommand.
- createContentHandler(AtomContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a SAX content handler that converts SAX events in the ATOM
namespace into method callbacks on the AtomContentHandler
interface.
- createContentHandler(AtomThreadingContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
-
Constructs a SAX content handler that converts SAX events in the ATOM
namespace into method callbacks on the AtomContentHandler
interface.
- com.ibm.portal.content.ContentModel)">createContentModelController(ContentModel) -
Method in interface com.ibm.portal.model.controller.ContentModelControllerProvider
- Creates a content model controller for the specified content model.
- createContentModelController(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.model.controller.ContentModelControllerProvider
- Creates a content model controller for the content model implied through the given request and response.
- createContext() -
Method in interface com.ibm.portal.resolver.service.PocService
- Deprecated.
- createCredential(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactory
- Returns an instance of the specified credential type but the instance is
not initialized yet.
- createCredential(String) -
Method in class com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactoryImpl
- Returns an instance of the specified credential type but the instance is
not initialized yet.
- createCredentialSlot(String, ObjectID, Map, Map, int, boolean, boolean, PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Creates a new credential slot in the given vault segment.
- CREATED -
Static variable in class com.ibm.portal.InvalidationType
- Invalidation type "Creation".
- CREATED -
Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- The property value change is being propagated as the value was newly created
- createDefaultContentHandler() -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a default content handler that can be attached with different
target ContentHandler implementations
- createDefaultContentHandler(ContentHandler) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a default content handler that can be attached with different
target ContentHandler implementations and automatically
associates it with a handler
- createDefaultContentHandler(ResettableContentHandler) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a default content handler that can be attached with different
target ContentHandler implementations.
- com.ibm.portal.content.ContentModelController)">createDemoteCommandContext(ContentModelController<ContentNode, ModifiableContentNode>) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandContextFactory
- Creates a SitemanagementCommandContext object
- createEmptyMenuTree(MenuContext) -
Method in class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
- Deprecated. Returns a memory menu tree with only one unnamed root node,
do not overwrite, but call this method from the derived class.
- CreateFailedException - Exception in com.ibm.portal.propertybroker.service
- This exception indicates that there was an error trying to create a new object
using the Property Broker service.
- CreateFailedException() -
Constructor for exception com.ibm.portal.propertybroker.service.CreateFailedException
- Default constructor
- CreateFailedException(Throwable) -
Constructor for exception com.ibm.portal.propertybroker.service.CreateFailedException
- Constructor that takes a nested exception
- createFormatterRequest(EntrySet) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.FormatterFactory
- Creates formatter Request object according to specified EntrySet
- createFromTemplate(Reader, ListModel) -
Method in interface com.ibm.portal.app.component.Templatable
- Called when an instance of this component is created from a template.
- createGroup(String, String, Map<String, ?>) -
Method in interface com.ibm.portal.um.PumaController
- Creates a new Groups with the given shortname for the given Parent dn and
the available initial Attributes
The character encoding used as input for attribute key and value
must match the encoding acceptable by the user store
- createHttpServletRequestWrapper(HttpServletRequest) -
Method in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
- Creates a wrapper around the HttpServletRequest that strips the
friendly path prefix from the request and stores it as a request
attribute
- createIconFilename(String, PortalResources.State) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
- This method is called to process the concatenation of the state to the
icon filename
- createInstance(ListModel) -
Method in interface com.ibm.portal.app.component.Lifecycle
- Called when an instance of this component is created.
- createPageURL(ObjectID) -
Method in interface com.ibm.portal.state.RedirectURLGenerator
- Creates an url that points to the page referenced by the pageID.
- createParameter(Action, Property) -
Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
- Creates and returns a parameter associated with a portlet's action.
- createParameter(Property, Action) -
Static method in class com.ibm.wps.pb.property.PropertyFactory
- Deprecated. Creates and returns a Parameter object associated with the parent action
and containing the specified property.
- createParser(String) -
Method in interface com.ibm.portal.spa.parser.StaticPageParserFactory
- Instantiates a new parser for the requested mime type
- com.ibm.portal.portletmodel.PortletModel)">createPortletModelController(PortletModel) -
Method in interface com.ibm.portal.model.controller.PortletModelControllerProvider
- Creates a portlet model controller for the specified portlet model.
- com.ibm.portal.content.ContentPage, HttpServletRequest, HttpServletResponse)">createPortletModelController(ContentPage, HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.model.controller.PortletModelControllerProvider
- Creates a portlet model controller applicable to the portlet model of the
current request and the given page.
- PortletRequest)">createPortletRequestWrapper(PortletRequest) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Creates a portlet request wrapper.
- createPortletRequestWrapper(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Creates a portlet request wrapper.
- createPortletService(Class, Properties, ServletConfig) -
Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceFactory
- Deprecated. This method creates an instance of the given portlet service class
and initializes it.
- createPortletURI(Object) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates a Portlet URI from the given response.
- createPortletURI(Object, int) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Deprecated.
- createPortletURI(Object, PortletURIAttributes) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates a PortletURI for the given response.
- createPortletURIWithStrutsURL(Object, String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Deprecated.
- createPortletURIWithStrutsURL(Object, String, int) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Deprecated.
- createPortletURIWithStrutsURL(HttpServletRequest, String, PortletURIAttributes) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates the requested type of PortletURI for the given response and URL.
- createPortletURL(ObjectID) -
Method in interface com.ibm.portal.state.RedirectURLGenerator
- Creates an url pointing to the portlet referenced by the portletWindowID.
- com.ibm.portal.content.ContentModelController)">createPromoteCommandContext(ContentModelController<ContentNode, ModifiableContentNode>) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandContextFactory
- Creates a SitemanagementCommandContext object
- createProperty(String, String, String, Object) -
Method in interface com.ibm.portal.dnd.DNDFactory
- This method is used to create a DNDProperty object with the parameters provided.
- PortletRequest)">createProperty(PortletRequest) -
Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
- Creates and returns a property associated with a portlet, given the PortletRequest.
- createProperty(PortletSettings) -
Static method in class com.ibm.wps.pb.property.PropertyFactory
- Deprecated. Creates and returns a Property object.
- createPropertyValue(PortletRequest, Property, Object) -
Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
- Creates and returns a PropertyValue.
- createPropertyValue(PortletRequest, Property, Object, PropertyValueChangeType) -
Method in interface com.ibm.portal.propertybroker.service.PropertyFactory
- Creates and returns a PropertyValue with a change reason code.
- createPropertyValue(Property, Object) -
Static method in class com.ibm.wps.pb.property.PropertyFactory
- Deprecated. Creates and returns a PropertyValue object encapsulating a property and
a value.
- createPropertyValue(Property, Object, String) -
Static method in class com.ibm.wps.pb.property.PropertyFactory
- Deprecated. Creates and returns a PropertyValue object encapsulating a property and
a value and a reason for change.
- com.ibm.portal.content.ContentModelController, com.ibm.portal.content.ContentModelController)">createPublishCommandContext(ContentModelController<ContentNode, ModifiableContentNode>, ContentModelController<ContentNode, ModifiableContentNode>) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommandContextFactory
- Creates a SitemanagementCommandContext object
- createRequest(String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.RetrieverFactory
-
- createResource(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Adds a resource of the given name to the Vault.
- createResourceURL(URI) -
Method in interface com.ibm.portal.resolver.service.PortletRenderPocService
- Creates a ResourceURL that references a POC URI.
- createReturnURI() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- createReturnURI() -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Creates a portlet URI pointing at the referrer of the portlet.
- createSecret(int) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecretFactory
- Utility method.
- ObjectID, java.util.Map, java.util.Map, int, boolean, boolean, org.apache.jetspeed.portlet.PortletRequest)">createSlot(String, ObjectID, Map, Map, int, boolean, boolean, PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Use method
#createSlot(String, com.ibm.portal.ObjectID, Map, Map, int, boolean, boolean, PortletRequest)
taking a com.ibm.portal.ObjectID for the segmentId as
parameter.
- createSource(HttpServletRequest, DNDProperty[], DNDValidator, String, boolean, boolean, String) -
Method in interface com.ibm.portal.dnd.DNDFactory
- This method is used to create a DNDSource object with the paramters provided.
- createStaticContentPageDistincter() -
Method in interface com.ibm.portal.spa.service.StaticPageService
- Returns a Static page distincter that determins whether this page is StaticContentPage, and
its EmbedType.
- com.ibm.portal.content.LayoutModelController)">createStaticPageContentHandler(LayoutModelController<LayoutNode, ModifiableLayoutNode>) -
Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
- Creates a StaticPageContentHandler that will synchronize the
LayoutModelController with the static page events
- createStaticPageDataSourceParser() -
Method in interface com.ibm.portal.spa.service.StaticPageService
- Returns a static page parser that determines the content type of the
static page dynamically and also optionally caches the parsed result.
- createStaticPageRenderer() -
Method in interface com.ibm.portal.spa.service.PortalStaticPageService
- Returns a renderer component that renders static pages to the
output stream of the current request
- createStaticPageURIParser() -
Method in interface com.ibm.portal.spa.service.StaticPageService
- Returns a static page parser that determines the content type of the
static page dynamically and also optionally caches the parsed result.
- createStaticPageZipParser() -
Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
- Creates a parser that parses specific markup files inside a ZIP file and
that generates a merged event stream.
- createStreamContentHandler() -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Constructs a new StreamContentHandler
- createStreamContentHandler(OutputStream) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Constructs a new StreamContentHandler
- createStreamContentHandler(Writer) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Constructs a new StreamContentHandler
- createStrutsPortletURL(HttpServletRequest, HttpServletResponse, String, PortletURIAttributes) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Creates the requested type of PortletURI for the given response and URL.
- createTarget(HttpServletRequest, DNDAction[]) -
Method in interface com.ibm.portal.dnd.DNDFactory
- This method is used to create a DNDTarget object with the provided paramters.
- createTemplates(Boolean) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a template for the identitiy transformation
- createTemplates(Source, Boolean) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an XSLTC template
- createTransformerFactory(Boolean) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a new transformer factory based on the XSLTC flag
- createURI(String) -
Method in interface com.ibm.portal.resolver.service.PocService
- Parses the URI string and creates a new URI object.
- createURI(String, String) -
Method in interface com.ibm.portal.resolver.service.PocService
- Creates a new URI based on scheme and scheme specific part.
- createURI(URI) -
Method in interface com.ibm.portal.resolver.service.PocService
- Creates a new URI based on an existing URI.
- createURI(String) -
Static method in class com.ibm.portal.resolver.uri.BaseURI
- Deprecated.
- createURI(String, String) -
Static method in class com.ibm.portal.resolver.uri.BaseURI
- Deprecated.
- createURI() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- createURI(PortletWindow.State) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- createURI() -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Creates a portlet URI pointing to the current portlet mode.
- createURI(PortletWindow.State) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Creates a portlet URI pointing to the current portlet mode
and given portlet window state.
- createUrlResource(AttributeList, ScopeConstants) -
Method in interface com.ibm.portal.services.url.UrlResourceService
- Creates a new URL Resource object within the configuration registry with the specified attributes at the specified scope.
- createUser(String, String, Map<String, ?>) -
Method in interface com.ibm.portal.um.PumaController
- Creates a new User with the given shortname for the given Parent DN and
the available initial Attributes.
- createUser(String, String, Map<String, ?>, String) -
Method in interface com.ibm.portal.um.PumaController
- Creates a new User with the given shortname for the given Parent DN and
the available initial Attributes and assigns it the given application
role
- createWelcomeFileCommand(PortletRequest, PortletResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Creates the welcome file command.
- createXMLBaseContentHandler() -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a content handler that listens to the xml:base attributes and
that is able to resolve URLs in the context of these base tags.
- createXMLBaseContentHandler(ContentHandler) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates a content handler that listens to the xml:base attributes and
that is able to resolve URLs in the context of these base tags.
- createXMLBaseContentHandler(ResettableContentHandler) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an ContentHandler that keeps track of "xml:base" attributes
to compute absolute URLs from relative URLs.
- createXMLBaseFilter() -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an XMLFilter that keeps track of "xml:base" attributes
to compute absolute URLs from relative URLs.
- createXMLBaseFilter(XMLReader) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an XMLFilter that keeps track of "xml:base" attributes
to compute absolute URLs from relative URLs.
- createXMLOutputStream() -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an XMLOutputStream that can be used to convert a byte stream
into ContentHandler callbacks
- createXMLReader() -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an XMLReader object based on the standard SAX factories
- createXMLReader(XMLOutputStream) -
Method in interface com.ibm.portal.resolver.xml.XMLFactory
- Creates an XMLReader object that wraps an XMLOutputStream
- CreationContext - Interface in com.ibm.portal
- A tagging interface for creation contexts which can be used on
ModelController.create(Class, CreationContext).
- CreationContextBuilderFactory - Class in com.ibm.portal.model.controller
- A factory for creating and combining CreationContexts.
- CreationContextBuilderFactory() -
Constructor for class com.ibm.portal.model.controller.CreationContextBuilderFactory
-
- Credential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Base interface class for all credential classes.
- Credential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- Credential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated.
- Credential(Map) -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated. Creates and initializes a new Credential Object.
- CredentialFactory - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Factory to create credentials of any appropriate type.
- CredentialFactoryImpl - Class in com.ibm.portal.portlet.service.credentialvault.credentials
- Factory to create credentials of any appropriate type.
- CredentialFactoryImpl() -
Constructor for class com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactoryImpl
-
- CredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
- Base interface for all secret classes.
- CredentialSecretFactory - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
- Factory to create the appropriate secret.
- CredentialSecretNotSetException - Exception in com.ibm.portal.portlet.service.credentialvault
- The CredentialSecretNotSetException class defines an exception
that is thrown by the
CredentialVaultService
in case that the secret of a
requested credential is not set. - CredentialSecretNotSetException(Throwable) -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.CredentialSecretNotSetException
- Constructor that takes a causing throwable.
- CredentialSecretNotSetException - Class in com.ibm.wps.portletservice.credentialvault
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- CredentialSecretNotSetException() -
Constructor for class com.ibm.wps.portletservice.credentialvault.CredentialSecretNotSetException
- Deprecated.
- CredentialSlotConfig - Interface in com.ibm.portal.portlet.service.credentialvault
- Describes the configuration of a credential slot.
- CredentialSlotConfig - Interface in com.ibm.wps.portletservice.credentialvault
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- CredentialTypes - Interface in com.ibm.portal.portlet.service.credentialvault
- Credential Type definitions.
- CredentialTypes - Interface in com.ibm.wps.portletservice.credentialvault
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- CredentialVaultException - Exception in com.ibm.portal.portlet.service.credentialvault
- Exception that indicates an error in the credential vault subsystem.
- CredentialVaultException() -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
- Default constructor
- CredentialVaultException(Throwable) -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
- Constructor that takes a nested exception
- CredentialVaultService - Interface in com.ibm.portal.portlet.service.credentialvault
- Portlet Service for JSR compliant portlets to access the WebSphere Portal
Credential Vault.
- CredentialVaultService - Interface in com.ibm.wps.portletservice.credentialvault
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- CURRENT -
Static variable in class org.apache.jetspeed.portlet.Portlet.ModeModifier
- Deprecated. The mode is not changed and stays in the current one.
- CUT -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "cut" action.
- CUT_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "cut" action.
D
- data -
Variable in exception com.ibm.portal.state.exceptions.NoCodecInUrlException
- data string that did not contain a decodeable codec information
- DataException - Exception in com.ibm.portal
- Occurs when anything unexpected happened during access to data backend components.
- DataException() -
Constructor for exception com.ibm.portal.DataException
- Empty constructor
- DataException(Throwable) -
Constructor for exception com.ibm.portal.DataException
- Initializes the exception with the reason of the exception.
- DataSink - Interface in com.ibm.portal.resolver.data
- Base interface implemented by all data sinks, independent on their
actual stream type.
- DataSource - Interface in com.ibm.portal.resolver.data
- Base interface implemented by all data sources, independent on their
actual stream type.
- DataSourceFactory - Interface in com.ibm.portal.resolver.data
- Tagging interface for data source factory.
- DataSourceFactoryEx - Interface in com.ibm.portal.resolver.data
- Data source factory that allows to instantiate
DataSource objects.
- dateTime(Date) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Converts the date into RFC 3066 format and Passes it on to the ContentHandler.characters(char[], int, int) method.
- dateTime(long) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Converts the date into RFC 3066 format and passes it on to the ContentHandler.characters(char[], int, int) method.
- ActionRequest, java.lang.String)">deactivateAction(PortletConfig, ActionRequest, String) -
Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
- An Action which is active for the session
is deactivated using this call.
- deactivateActions(PortletRequest, PortletSettings, String[]) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Actions which are active for the session
are deactivated using this call.
- DeactivationFailedException - Exception in com.ibm.portal.propertybroker.service
- This exception indicates that there was a deactivation error using the Property Broker service.
- DeactivationFailedException() -
Constructor for exception com.ibm.portal.propertybroker.service.DeactivationFailedException
- Default constructor
- DeactivationFailedException(Throwable) -
Constructor for exception com.ibm.portal.propertybroker.service.DeactivationFailedException
- Constructor that takes a nested exception
- DEBUG -
Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- "Debug" level logging.
- debug(String) -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Logs the given informational text in the portlet log.
- decode(String, StringWriter) -
Static method in class com.ibm.portal.resolver.uri.BaseURI
- Decodes a string fragment
- decode(String, int, int, StringWriter) -
Static method in class com.ibm.portal.resolver.uri.BaseURI
-
- decode(String, int, StringWriter) -
Static method in class com.ibm.portal.resolver.uri.BaseURI
-
- Decoration - Interface in com.ibm.portal.admin
- Model interface for attributes that are common to themes and skins.
- decryptPassword(char[]) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
- Decrypts the password
- decryptPassword(char[]) -
Method in interface com.ibm.wps.services.credentialvault.EncryptionExit
- Deprecated. Decrypts the password
- DEEP_COPY -
Static variable in interface com.ibm.portal.state.Constants
- The clone operation will copy each node and the complete hierarchy explicitly
- DEFAULT_BINDING_SET -
Static variable in interface com.ibm.portal.resolver.Constants
- Set of the default bindings that will be accepted by the resolution
infrastructure in case of a GET
- DEFAULT_BINDINGS -
Static variable in interface com.ibm.portal.resolver.Constants
- Array of the default bindings that will be accepted by the resolution
infrastructure in case of a GET request
- DEFAULT_EXTENSION_ID -
Static variable in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- ID of the ATOM XLM Factory default extension
- DEFAULT_EXTENSION_ID -
Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
- ID of the default implementation of the
PortalFriendlySelectionServiceHome
- DEFAULT_EXTENSION_ID -
Static variable in interface com.ibm.portal.resolver.LookupService
-
ID of the default implementation of the LookupService.
- DEFAULT_EXTENSION_ID -
Static variable in interface com.ibm.portal.resolver.ResolutionService
- ID of the default resolution service extension.
- DEFAULT_EXTENSION_ID -
Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
- ID of the default implementation of the PortalPocServiceHome
- DEFAULT_EXTENSION_ID -
Static variable in interface com.ibm.portal.resolver.xml.XMLFactory
- ID of the XLM Factory default extension
- DEFAULT_PORTLET_ACTION -
Static variable in interface com.ibm.wps.pb.property.Action
- Deprecated. Specifies delivery using DefaultPortletAction.
- DEFAULT_POST_BINDING_SET -
Static variable in interface com.ibm.portal.resolver.Constants
- Set of the default bindings that will be accepted by the resolution
infrastructure in case of a POST request
- DEFAULT_POST_BINDINGS -
Static variable in interface com.ibm.portal.resolver.Constants
- Array of the default bindings that will be accepted by the resolution
infrastructure in case of a POST request
- DEFAULT_PROVIDER -
Static variable in interface com.ibm.portal.um.PumaHome
- Constant to address the default provider for the PUMA store when retrieving
a PumaController, PumaLocator, or PumaProfile in the
scope of a particular context.
- DefaultAtomContentHandler - Interface in com.ibm.portal.resolver.atom
-
Extension of the AtomContentHandler interface that provides convenience methods
to more easily generate ATOM events.
- DefaultAtomThreadingContentHandler - Interface in com.ibm.portal.resolver.atom
-
Extension of the AtomThreadingContentHandler interface that provides convenience
methods to more easily generate ATOM threading events.
- DefaultContentHandler - Interface in com.ibm.portal.resolver.xml
- General convenience interface that allows to format common
data fields and write them as characters onto a content handler
- DefaultContentLocation - Class in com.ibm.portal.resolver.helper.cor
- Minimal implementation of a Content Operations Registry (COR) ContentLocation.
- DefaultContentLocation(String, String) -
Constructor for class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
-
- DefaultErrorResponseFormatter - Class in com.ibm.portal.struts.plugins
- DefaultErrorResponseFormatter is the default implementation
of an ErrorResponseFormatter.
- DefaultErrorResponseFormatter() -
Constructor for class com.ibm.portal.struts.plugins.DefaultErrorResponseFormatter
-
- DefaultErrorResponseFormatter - Class in com.ibm.wps.portlets.struts.plugins
- DefaultErrorResponseFormatter is the default implementation
of an ErrorResponseFormatter.
- DefaultErrorResponseFormatter() -
Constructor for class com.ibm.wps.portlets.struts.plugins.DefaultErrorResponseFormatter
-
- DefaultMashupSitemapContentHandler - Interface in com.ibm.portal.resolver.mashup
-
Extension of the AtomThreadingContentHandler interface that provides convenience
methods to more easily generate ATOM threading events.
- DefaultMultipartEntry - Class in com.ibm.portal.resolver.streams.helper
-
Default implementation for a MultipartStream.Entry.
- DefaultMultipartEntry() -
Constructor for class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
-
- DefaultPortletAction - Class in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- DefaultPortletAction(String) -
Constructor for class org.apache.jetspeed.portlet.DefaultPortletAction
- Deprecated.
- DefaultPortletMessage - Class in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- DefaultPortletMessage() -
Constructor for class org.apache.jetspeed.portlet.DefaultPortletMessage
- Deprecated. Creates a DefaultPortletMessage.
- DefaultPortletMessage(String) -
Constructor for class org.apache.jetspeed.portlet.DefaultPortletMessage
- Deprecated. Creates a DefaultPortletMessage.
- DefaultSelectionResult - Class in com.ibm.portal.resolver.friendly.helper
- Convenience implementation of
SelectionResult
- DefaultSelectionResult() -
Constructor for class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- defaultService -
Variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- default lookup service
- defaultService -
Variable in class com.ibm.portal.resolver.helper.CORLookupService
- default lookup service
- defaultService -
Variable in class com.ibm.portal.resolver.helper.CORResolutionService
- default lookup service
- DefaultStaticPageContentHandler - Class in com.ibm.portal.spa.parser.helper
- Default implementation of a StaticPageContentHandler that simply
ignores all events.
- DefaultStaticPageContentHandler() -
Constructor for class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- DefaultThemeContent - Class in com.ibm.portal.theme.plugin.impl
- The default implementation of ThemeContent.
- DefaultThemeContent() -
Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- DefaultThemeItem - Class in com.ibm.portal.theme.plugin.impl
- This class will retrieve the icon path for an extension.
- DefaultThemeItem() -
Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- DefaultThemeJspInclude - Class in com.ibm.portal.theme.plugin.impl
- The default implementation of ThemeJspInclude.
- DefaultThemeJspInclude() -
Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- DefaultThemeLinkItem - Class in com.ibm.portal.theme.plugin.impl
- Creates a link to a portal page.
- DefaultThemeLinkItem() -
Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- DefaultThemeTextItem - Class in com.ibm.portal.theme.plugin.impl
- Generates some text to contribute to a theme extension point.
- DefaultThemeTextItem() -
Constructor for class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
-
- DefaultWebdavContentHandler - Interface in com.ibm.portal.resolver.webdav
-
Extension of the AtomThreadingContentHandler interface that provides convenience
methods to more easily generate ATOM threading events.
- DefaultWebdavContentHandler.ResourceType - Enum in com.ibm.portal.resolver.webdav
- possible resource types
- DefaultXulContentHandler - Interface in com.ibm.portal.resolver.xul
-
Extension of the AtomThreadingContentHandler interface that provides convenience
methods to more easily generate ATOM threading events.
- definitionsFactory -
Variable in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- The Definitions factory
- delegate -
Variable in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- delete(T) -
Method in interface com.ibm.portal.ListModelController
- Deletes a node from the list model.
- delete(Identifiable) -
Method in interface com.ibm.portal.portlet.PortletModelController
- Deletes a node from the model.
- DELETE -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "delete" action.
- delete(T) -
Method in interface com.ibm.portal.TreeModelController
- Deletes a node from the model.
- DELETE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "delete" action.
- DELETE_PAGE -
Static variable in interface com.ibm.portal.state.accesscheck.Constants
- Predefined constant for delete portal pages permission.
- deleteCredential(int, String, String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Deletes a mapped credential of the provided Secret Type under the
specified resource.
- deleteCredentialSlot(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Deletes an existing credential slot.
- DELETED -
Static variable in class com.ibm.portal.InvalidationType
- Invalidation type "Deletion".
- DELETED -
Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- The property value change is being propagated as the value was deleted
- deleteGroup(Group) -
Method in interface com.ibm.portal.um.PumaController
- Removes the provided Group from the backend system.
- DeletePortletActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.deleteportlet
- Interface providing typed read-write access to the parameters
of the "Delete Portlet" engine command.
- DeletePortletActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.deleteportlet
- Factory interface which provides methods to obtain controllers
that allow to set a "Delete Portlet" action upon the given
state holder or document model.
For instance the controllers may be used to create EngineURLs
that trigger the "Delete Portlet" action. - deleteResource(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Deletes the specified resource from the Vault.
- deleteSlot(String) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Deletes an existing credential slot.
- deleteUrlResource(AttributeList, ScopeConstants) -
Method in interface com.ibm.portal.services.url.UrlResourceService
- Deletes an existing URL Resource object within the configuration registry identified by the specified attributes at the specified scope.
- deleteUser(User) -
Method in interface com.ibm.portal.um.PumaController
- Removes the provided User from the backend system.
- DemoteCommand - Interface in com.ibm.portal.sitemanagement.command
- The DemoteCommand moves a promoted resource back into the publish
state and in case there is a bacckup version available this one
gets moved back into live state.
- DerivedContentPageCreationContext - Interface in com.ibm.portal.content
- A content page creation context for pages that explicitly derive from another
page.
- DESCR_ATTRIBUTE -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
- The
DESCR_ATTRIBUTE
should contain the
NLS bundle key for retrieving the description property of
the IThemeItem.
- description -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
description
the description of the extension; usually specified in the plugin.xml
- deserialize(String) -
Method in interface com.ibm.portal.identification.Identification
- Deserializes String instances to ObjectID
instances.
Input of this method must be the output of
Identification.serialize(com.ibm.portal.ObjectID).
Unique names are the only exception.
- Deserializer - Interface in com.ibm.portal.serialize
- Marker interface for deserializers.
- destroy() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
- This method is called during portal shut down
- destroy() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Termination Routine.
- destroy() -
Method in interface com.ibm.portal.security.SecurityFilter
- Can be used to realize cleanup logic for a particular filter implementation.
- destroy() -
Method in class com.ibm.portal.struts.plugins.SessionCommandManagerFactoryPlugin
- Gracefully shut down the SessionCommandManagerFactory
- destroy() -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Called by the portlet container to indicate to a portlet that the portlet
is being taken out of service.
- destroy() -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
- Deprecated. Called by the portlet container to indicate to a filter that it is
being taken out of service.
- destroy() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
-
- destroy() -
Method in class com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
- Gracefully shuts down the SessionCommandManagerFactory.
- destroy(PortletConfig) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Destroys the portlet.
- destroy(PortletConfig) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Called by the portlet container to indicate to this portlet
that it is taken out of service.
- destroy() -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- destroy(PortletConfig) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method is to
do nothing.
- destroy() -
Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceProvider
- Deprecated. The destroy method is invoked by the portlet container
to destroy a portlet service.
- PortletConfig)">destroyCommandManagerPlugin(PortletConfig) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Destroys a plugin by calling the destroy method of the plugin.
- destroyCommandManagerPlugin(PortletConfig) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Calls the destroy method of the plugin.
- destroyConcrete(PortletSettings) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- destroyConcrete(PortletSettings) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Called by the portlet container to indicate that the concrete portlet
is taken out of service.
- destroyConcrete(PortletSettings) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method is to
do nothing.
- DETACHED -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- dir -
Variable in class com.ibm.struts.taglib.html.FileTag
- dir attribute
- dir -
Variable in class com.ibm.struts.taglib.html.PasswordTag
- Attribute representing the direction of the text.
- dir -
Variable in class com.ibm.struts.taglib.html.SelectTag
- dir attribute
- dir -
Variable in class com.ibm.struts.taglib.html.TextareaTag
- dir attribute
- dir -
Variable in class com.ibm.struts.taglib.html.TextTag
- dir attribute
- Direction - Class in com.ibm.portal.propertybroker.property
- Typesafe enum pattern that encapsulates the direction of a Property.
- DispatchAction - Class in com.ibm.portal.struts.action
- This is a Portal friendly version of DispatchAction.
- DispatchAction() -
Constructor for class com.ibm.portal.struts.action.DispatchAction
- DispatchAction constructor.
- ActionRequest, ActionResponse, java.lang.String)">dispatchMethod(ActionMapping, ActionForm, ActionRequest, ActionResponse, String) -
Method in class com.ibm.portal.struts.action.DispatchAction
- Dispatches to the specified method.
- dispatchMethod(ActionMapping, ActionForm, PortletRequest, String) -
Method in class com.ibm.wps.struts.action.WpsDispatchAction
- Dispatches to the specified method.
- DisplayInfo - Interface in com.ibm.portal.app.component
- DisplayInfo is one of the Application Component Interfaces, implemented
by an application component.
- Disposable - Interface in com.ibm.portal
- An object implementing this interface indicates that it is advantageous to
signal to the object that it will not longer be accessed.
- DisposableURL - Interface in com.ibm.portal.state
- Representation of a URL object that should be disposed when no longer in use.
- dispose() -
Method in interface com.ibm.portal.Committable
- Indicate that the object will no longer be accessed
- dispose() -
Method in interface com.ibm.portal.Disposable
- Indicate that the object will no longer be accessed
- DNDAction - Interface in com.ibm.portal.dnd
- A DNDAction represents an action that should be invoked by a drop zone when
a drop occurs.
- DNDArea - Interface in com.ibm.portal.dnd
- A DNDArea repesents a part of a Drag and Drop user interface that can either
be dragged into a droppable area (a "drag object") or receive a draggable object
(a "drop zone").
- DNDException - Exception in com.ibm.portal.dnd
- The generic exception that will be used by the DnD API.
- DNDException() -
Constructor for exception com.ibm.portal.dnd.DNDException
-
- DNDFactory - Interface in com.ibm.portal.dnd
- Implementations of DNDFactory will be able to create DNDSource, DNDTarget,
and DNDProperty objects.
- DNDInvalidParametersException - Exception in com.ibm.portal.dnd
- The exception used by DNDFactory to indicate that it does not have sufficient
parameters to create a certain object.
- DNDInvalidParametersException() -
Constructor for exception com.ibm.portal.dnd.DNDInvalidParametersException
-
- DNDMarkupGenerator - Interface in com.ibm.portal.dnd
- Implementations of DNDMarkupGenerator produce the markup required for
DnD operations.
- DNDMarkupGeneratorException - Exception in com.ibm.portal.dnd
- The exception used by DNDMarkupGenerator to indicate that it either
does not have sufficient parameters to create a portion of markup or that
its methods have been called in the wrong order.
- DNDMarkupGeneratorException() -
Constructor for exception com.ibm.portal.dnd.DNDMarkupGeneratorException
-
- DNDPortalValidator - Interface in com.ibm.portal.dnd
- DNDPortalValidator is an extension of DNDValidator that can be used for
standard portlets.
- DNDProperty - Interface in com.ibm.portal.dnd
- A DNDProperty can be associated with either a "drag object" or a "drop zone".
- DNDService - Interface in com.ibm.portal.dnd
- The DNDService can be used by portal artifacts, like themes and skins,
and by IBM and Standard portlets.
- DNDSource - Interface in com.ibm.portal.dnd
- A DNDSource represents a draggable object that will be matched
against DNDTargets (drop zones) to create a Drag and Drop interface
on the client.
- DNDTarget - Interface in com.ibm.portal.dnd
- A DNDTarget represents a "drop zone" that will be matched against
DNDSource instances ("drag objects") on the client.
- DNDValidator - Interface in com.ibm.portal.dnd
- A DNDValidator can be implemented to provide access control over DNDArea
instances.
- DO_DELETE_REMEMBER_ME_COOKIE -
Static variable in interface com.ibm.portal.portlet.service.login.LoginService
- This constant must be used as key to store a
Boolean
object in the portal login context map passed in to the
LoginService.login(String, char[], Map, Subject) method of the service to
pass in the information whether an existing remember me cookie of the
current user should be removed or not.
- DO_RESUME_SESSION_KEY -
Static variable in interface com.ibm.portal.portlet.service.login.LoginService
- This constant must be used as key to store a
Boolean
object in the portal login context map passed in to the
LoginService.login(String, char[], Map, Subject) method of the service to
pass in the information whether the session should be resumed or not.
- DO_SET_REMEMBER_ME_COOKIE -
Static variable in interface com.ibm.portal.portlet.service.login.LoginService
- This constant must be used as key to store a
Boolean
object in the portal login context map passed in to the
LoginService.login(String, char[], Map, Subject) method of the service to
pass in the information whether a cookie to remember the current user
should be set or not.
- doActionEvent(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a ACTIONEVENT method.
- doBeginDNDSource(DNDSource, ServletRequest, ServletResponse, Writer, boolean) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- Generates markup that needs to be placed at the beginning of a DNDSource.
- doBeginDNDSourceHandle(DNDSource, ServletRequest, ServletResponse, Writer) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- Generates markup that needs to be placed at the beginning of a DNDSource handle.
- doBeginDNDTarget(DNDTarget, ServletRequest, ServletResponse, Writer) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- Generates markup that needs to be placed at the beginning of a DNDTarget.
- doBeginPage(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a BEGINPAGE method.
- doConfigure(RenderRequest, RenderResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Render method for configure mode.
- doConfigure(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Render method for configure mode.
- doConfigure(PortletRequest, PortletResponse) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Helper method to serve up the CONFIGURE mode.
- Document - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- Container for a single document.
- DocumentContent - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- Represents indexable content of a single document.
- DocumentController - Interface in com.ibm.portal.state.dom
- Controller interface on the document model.
- DocumentModel - Interface in com.ibm.portal.state.dom
- Read-only version of the document model.
- DocumentModelException - Exception in com.ibm.portal.state.exceptions
- Base exception for document model-related exceptions.
- DocumentModelException(DocumentModel) -
Constructor for exception com.ibm.portal.state.exceptions.DocumentModelException
- Initialized the exception with a reference to the model that caused it
- DocumentModelException(DocumentModel, Exception) -
Constructor for exception com.ibm.portal.state.exceptions.DocumentModelException
- Initialized the exception with a reference to the model that caused it
- doDispatch(RenderRequest, RenderResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Support for config mode
- doEdit(RenderRequest, RenderResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Render method for edit mode.
- doEdit(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Render method for edit mode.
- doEdit(PortletRequest, PortletResponse) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Helper method to serve up the EDIT mode.
- doEndDNDSource(DNDSource, ServletRequest, ServletResponse, Writer) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- Generates markup that needs to be placed at the end of a DNDSource.
- doEndDNDSourceHandle(DNDSource, ServletRequest, ServletResponse, Writer) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- Generates markup that needs to be placed at the end of a DNDSource handle.
- doEndDNDTarget(DNDTarget, ServletRequest, ServletResponse, Writer) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- Generates markup that needs to be placed at the end of a DNDTarget.
- doEndPage(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a ENDPAGE method.
- doEndTag() -
Method in class com.ibm.struts.taglib.html.FormTag
- Render the end of this form.
- doFilter(PortletFilter.Method, PortletRequest, PortletResponse, PortletFilterChain) -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
- Deprecated. The doFilter method of the Filter is called by the container each
time a request/response pair is passed through the chain due to
a client request for a resource at the end of the chain.
- doFilter(PortletFilter.Method, PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- The doFilter method of the Filter is called by the container each
time a request/response pair is passed through the chain due to
a client request for a resource at the end of the chain.
- doFilter(PortletRequest, PortletResponse) -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterChain
- Deprecated. Causes the next filter in the chain to be invoked, or if the calling
filter is the last filter in the chain, causes the resource at the
end of the chain to be invoked.
- doForward(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Forwards are not directly supported in Portal.
- doForward(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Forward the URI.
- doForward(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Calls doInclude.
- doGet(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- doHelp(RenderRequest, RenderResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Render method for help mode.
- doHelp(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Render method for help mode.
- doHelp(PortletRequest, PortletResponse) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Helper method to serve up the HELP mode.
- doInclude(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Do an include of specified uri.
- doInclude(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Includes a specified URI.
- doLibraryIncludeMarkup(ServletRequest, ServletResponse, Writer) -
Method in interface com.ibm.portal.dnd.DNDMarkupGenerator
- This method generates the markup that includes required DnD javascript libraries
in a response.
- doLogin(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a LOGIN method.
- DOMAIN_ROLE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- doMessageEvent(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a MESSAGEVENT method.
- doPost(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- doPut(HttpServletRequest, HttpServletResponse) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- doService(RenderRequest, RenderResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- The common processing for doView, doHelp, doConfigure and doEdit.
- doService(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a SERVICE method.
- doService(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- The common processing for doView, doHelp, doConfigure and doEdit.
- doStartTag() -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
-
- DOTITLE -
Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Represents the doTitle method of the PortletTitleListener.
- doTitle(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a DOTITLE method.
- doTitle(PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.PortletTitleListener
- Deprecated. Called by the portlet container to render the portlet title.
- DOUBLE -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the Double type for an Attribute
- doView(RenderRequest, RenderResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Render method for view mode.
- doView(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Render method for view mode.
- doView(PortletRequest, PortletResponse) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Helper method to serve up the VIEW mode.
- doWindowEvent(PortletRequest, PortletResponse, PortletFilterChain) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container (via the
doFilter
method) to
allow a portlet filter to handle a WINDOWEVENT method.
- DOWN_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "move down" or "scroll down" action.
- DYNAMIC_TITLE -
Static variable in class com.ibm.portal.portlet.Constants
- Request attribute that allows to retrieve the portlet title that has been dynamically
set by the latest rendered portlet.
- DynamicPageHandle - Interface in com.ibm.portal.taskui.dynamicui
- The
DynamicPageHandle
contains information about
a dynamic page that is used as a task page. - DynamicUICtrl - Interface in com.ibm.portal.dynamicui
- The
DynamicUICtrl
provides access to those functions of dynamic ui management that alter the current state. - DynamicUIInfo - Interface in com.ibm.portal.dynamicui
DynamicUIInfo
provides access to the read only functions of dynamic ui management.- DynamicUIManagementException - Exception in com.ibm.portal.dynamicui
- The
DynamicUIManagementException
is the base exception for all dynamic ui related exceptions. - DynamicUIManagementException() -
Constructor for exception com.ibm.portal.dynamicui.DynamicUIManagementException
- Constructor.
- DynamicUIManagementException(Throwable) -
Constructor for exception com.ibm.portal.dynamicui.DynamicUIManagementException
- Constructor.
- DynamicUIManagementFactoryService - Interface in com.ibm.portal.portlet.service.dynamicui
- The DynamicUIManagementFactoryService provides access to instances of
DynamicUIInfo
and DynamicUICtrl
.
E
- EDIT -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "edit" action.
- EDIT -
Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
- Deprecated. This mode allows the portlet to capture user-specific
parameterization, which leads to a personalized view of the
portlet.
- EDIT_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "edit" action.
- EDIT_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The context used for edit mode
- EDIT_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The context used for edit mode
- EDIT_PAGE -
Static variable in interface com.ibm.portal.state.accesscheck.Constants
- Predefined constant for edit portal pages permission.
- ELEMENT_NAME -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeItemDescriptorConstants
- The
ELEMENT_NAME
is the name of the
xml tag in the plugin.xml.
- ELEMENT_NAME -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeJspIncludeDescriptorConstants
- The
ELEMENT_NAME
is the name of the
xml tag in the plugin.xml.
- elementsAll -
Variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- The combined text and file request parameters.
- elementsAll -
Variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- The combined text and file request parameters.
- elementsFile -
Variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- The file request parameters.
- elementsFile -
Variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- The file request parameters.
- elementsText -
Variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- The text request parameters.
- elementsText -
Variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- The text request parameters.
- EMPTY_COPY -
Static variable in interface com.ibm.portal.state.Constants
- The clone operation will return empty state
- EMPTY_LIST -
Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
-
- EmptyAtomContentHandler - Class in com.ibm.portal.resolver.atom.helper
- Implementation of AtomContentHandler that does nothing
- EmptyAtomContentHandler() -
Constructor for class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- EmptyAtomThreadingContentHandler - Class in com.ibm.portal.resolver.atom.helper
- Implementation of atom threading content handler that does nothing
- EmptyAtomThreadingContentHandler() -
Constructor for class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
-
- EmptyContentHandler - Class in com.ibm.portal.resolver.xml.helper
- Simply a renaming of DefaultHandler to provide a consistent naming convention.
- EmptyContentHandler() -
Constructor for class com.ibm.portal.resolver.xml.helper.EmptyContentHandler
-
- encode(Writer, String) -
Static method in class com.ibm.portal.resolver.uri.BaseURI
-
- encodeAction(String, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Encodes the Struts action URL so that it can be added as a paramter
to the portlet URL.
- encodedBeanName -
Variable in class com.ibm.struts.taglib.html.FormTag
- The encoded name of the form bean.
- encodeNamespace(String, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns the namescoped name.
- encodeNamespace(String) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- encodeNamespace(String) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Maps the given string value into this portlet's namespace.
- encodeURI(String) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- encodeURI(String) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Deprecated. use PortletResponse.encodeURL(java.lang.String) since version 1.1
- encodeURL(String, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns the fully qualified URL from the path.
- encodeURL(String) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Returns the encoded URI of the resource at the given path.
- EncryptionExit - Interface in com.ibm.portal.portlet.service.credentialvault.spi
- Encryption Exit Interface for encrypting/decrypting passwords in the DefaultVault.
- EncryptionExit - Interface in com.ibm.wps.services.credentialvault
- Deprecated. since 5.1.0.1, use
com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
instead. - encryptPassword(char[]) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
- Encrypts the password.
- encryptPassword(char[]) -
Method in interface com.ibm.wps.services.credentialvault.EncryptionExit
- Deprecated. Encrypts the password.
- endAuthor() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:author
entry.
- endAuthor() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endAuthor() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endCategory() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:category
entry.
- endCategory() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endCategory() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endContent() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:content
entry.
- endContent() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endContent() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endContributor() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:contributor
entry.
- endContributor() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endContributor() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endDocument() -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- endDocument() -
Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- endDocument() -
Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
- Signaled after the parsing is complete.
- endElement(String, String, String) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- endEMail() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:email
entry.
- endEMail() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endEMail() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endEntry() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:entry
entry.
- endEntry() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endEntry() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endEventPhase(PortletRequest) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- endEventPhase(PortletRequest) -
Method in interface com.ibm.wps.portlet.event.EventPhaseListener
- Deprecated. Invoked on all portlets implementing this interface after the event phase has completed, i.e., after all
methods of the listener interfaces, e.g., ActionListener.actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent),
have been executed.
- endFeed() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:feed
entry.
- endFeed() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endFeed() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endGenerator() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:generator
entry.
- endGenerator() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endGenerator() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endIcon() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:icon
entry.
- endIcon() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endIcon() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endId() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:id
entry.
- endId() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endId() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endInReplyTo() -
Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
- Indicates the end of an
atom:in-reply-to
entry.
- endInReplyTo() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
-
- endInReplyTo() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- endLink() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:link
entry.
- endLink() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endLink() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endLogo() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:logo
entry.
- endLogo() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endLogo() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endName() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:name
entry.
- endName() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endName() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endPage(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- ENDPAGE -
Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Represents the endPage method of the PortletPageListener.
- endPage(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- End Page.
- endPage(PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.PortletPageListener
- Deprecated. Called by the portlet container to give a portlet the opportunity to
process and output data at the ending of each page.
- ENDPOINT_PREFIX -
Static variable in interface com.ibm.portal.portletmodel.ProcessingEventDefinition
- This prefix is used to construct the name of this ProcessingEventDefinition.
- ENDPOINT_PREFIX -
Static variable in interface com.ibm.portal.portletmodel.PublishingEventDefinition
- This prefix is used to construct the name of this PublishingEventDefinition.
- endPortletContainer(String) -
Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- endPortletContainer(String) -
Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
- Signals the end of a portlet container.
- endPortletWindow(String) -
Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- endPortletWindow(String) -
Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
- Signals the end of a portlet window.
- endPrefixMapping(String) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- endPublished() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:published
entry.
- endPublished() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endPublished() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endRights() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:rights
entry.
- endRights() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endRights() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endSource() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:source
entry.
- endSource() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endSource() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endSubtitle() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:subtitle
entry.
- endSubtitle() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endSubtitle() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endSummary() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:summary
entry.
- endSummary() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endSummary() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endTitle() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:title
entry.
- endTitle() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endTitle() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endTotal() -
Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
- Indicates the end of an
atom:total/code> entry.
- endTotal() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
-
- endTotal() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- endUpdated() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:updated
entry.
- endUpdated() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endUpdated() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- endURI() -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the end of an
atom:uri
entry.
- endURI() -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- endURI() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- EngineActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine
- Controller that allows to specify action parameters for a engine action.
- EngineActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine
- Factory that provides controllers for including engine actions into the state
holder.
- EngineURL - Interface in com.ibm.portal.state
- The EngineURL is a URL that may contain navigational
state of the portal engine and all portlets on the page.
- EntityDeletedException - Exception in com.ibm.portal.resolver.exceptions
- An entity was not found on the server because it has been deleted
- EntityDeletedException() -
Constructor for exception com.ibm.portal.resolver.exceptions.EntityDeletedException
-
- EntityDeletedException(Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.EntityDeletedException
-
- EntityNotFoundException - Exception in com.ibm.portal.resolver.exceptions
- An entity (service, resource) could not be found
- EntityNotFoundException() -
Constructor for exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
-
- EntityNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
-
- Entry - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- This interface represents base for retrieved documents or seedlists.
- entry(int, String) -
Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Logs an entry message at the specified log level indicating that the method has been entered.
- EntrySet - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- Container for a set of entries (documents or seedlists).
- equals(Object) -
Method in class com.ibm.portal.content.Orientation
-
- equals(Object) -
Method in class com.ibm.portal.propertybroker.property.Direction
-
- equals(Object) -
Method in class com.ibm.portal.propertybroker.property.ParameterBindingType
- Marked final to ensure that subclasses do not change this method
- equals(Object) -
Method in class com.ibm.portal.propertybroker.property.PropertyFilterType
- Marked final to ensure that subclasses do not change this method
- equals(Object) -
Method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- Marked final to ensure that subclasses do not change this method
- equals(Object) -
Method in class com.ibm.portal.ResourceType
- Deprecated.
- equals(Object) -
Method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns whether this and the given object represent the same
capability.
- ERROR -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an error message.
- ERROR -
Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- "Error" level logging.
- error(String) -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Logs the given error text in the portlet log.
- error(String, Throwable) -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Logs the given error text, cause, and a stack trace in
the portlet log.
- ERROR_IN_FIELD -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an error in a field message.
- ERROR_INFO -
Static variable in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- name of request attribute for error info object
- ERROR_INFO -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Name of the request attribute for the error info object.
- ERROR_RESPONSE_FORMATTER_KEY -
Static variable in class com.ibm.portal.struts.plugins.PluginConstants
- The key used for storing the ErrorResponseFormatter object in the context.
- ERROR_RESPONSE_FORMATTER_KEY -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The key used for storing the Error Response Formatter.
- ERROR_RESPONSE_FORMATTER_KEY -
Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
- The key used for storing the ErrorResponseFormatter object in the context.
- ERROR_RESPONSE_FORMATTER_KEY -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The key used to store the Error Response Formatter.
- ErrorResponseInfo - Class in com.ibm.portal.struts.portlet
- The ErrorResponseInfo class is used
to support sendError in the Struts Portlet Framework.
- ErrorResponseInfo(int) -
Constructor for class com.ibm.portal.struts.portlet.ErrorResponseInfo
- Construct an ErrorResponseInfo object with error code only and no text
- ErrorResponseInfo(int, String) -
Constructor for class com.ibm.portal.struts.portlet.ErrorResponseInfo
- Construct an ErrorResponseInfo object with error code and text
- ErrorResponseInfo - Class in com.ibm.wps.portlets.struts
- The ErrorResponseInfo class is used
to support sendError in the Struts Portlet Framework.
- ErrorResponseInfo(int) -
Constructor for class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Constructs an ErrorResponseInfo object with only the error code (that is, no text).
- ErrorResponseInfo(int, String) -
Constructor for class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Constructs an ErrorResponseInfo object with error code and text.
- ESCAPE_CHAR -
Static variable in interface com.ibm.portal.resolver.uri.Constants
- Character for escaping (separating) parts of a URI
- ESCAPE_STRG -
Static variable in interface com.ibm.portal.resolver.uri.Constants
- String for escaping (separating) parts of a URI
- establishAuthLevel(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.auth.stepup.StepUpAuthHandler
- This method is responsible for establishing the authentication level that
is associated with this step-up authentication handler implementation.
If this step requires sending an HTTP redirect, the redirect URL has to
be passed to the caller as return value of this method.
- Event - Interface in org.apache.jetspeed.portlet.event
- The Event is the base interface for all events
that can occur whithin the portlet container.
- EVENT_HANDLER -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- EventDistributionService - Interface in com.ibm.portal.eventing.service
- This public interface provides methods to change the activation status of processing events.
- EventDistributionServiceException - Exception in com.ibm.portal.eventing.service
- This is the root class for all exceptions thrown by the EventDistributionService.
- EventDistributionServiceException(Localized) -
Constructor for exception com.ibm.portal.eventing.service.EventDistributionServiceException
- Constructor that gives a detailed message
- EventPhaseListener - Interface in com.ibm.wps.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- execute() -
Method in interface com.ibm.portal.sitemanagement.command.DemoteCommand
- Executes the Demote command
- execute() -
Method in interface com.ibm.portal.sitemanagement.command.PromoteCommand
- Executes the Promote command
- execute() -
Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
- Executes the Publish command
- execute() -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
- Executes the command
- ActionRequest, ActionResponse)">execute(ActionMapping, ActionForm, ActionRequest, ActionResponse) -
Method in class com.ibm.portal.struts.action.DispatchAction
- Processes the current request based on the ActionMapping information.
- ActionRequest, ActionResponse)">execute(ActionMapping, ActionForm, ActionRequest, ActionResponse) -
Method in class com.ibm.portal.struts.action.LookupDispatchAction
- Execute the Struts action.
- PortletRequest, PortletResponse)">execute(ActionMapping, ActionForm, PortletRequest, PortletResponse) -
Method in class com.ibm.portal.struts.action.StrutsAction
- Process the current request based on the ActionMapping information.
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in interface com.ibm.portal.struts.command.IViewCommand
- Execute the given command given the request and response objects
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
- The execute method for filtered view commands
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Executes the given command given the request and response objects.
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Executes the given command given the request and response objects.
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Execute the given command given the request and response objects
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Executes the given command given the request and response objects.
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- Execute the given command given the request and response objects
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">execute(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewXmlCommand
- Deprecated. Execute the given command given the request and response objects
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in interface com.ibm.wps.portlets.struts.IViewCommand
- Executes the given command given the request and response objects.
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- The execute method for filtered view commands
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Executes the given command given the request and response objects.
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Executes the given command given the request and response objects.
- execute(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Executes the given command given the request and response objects.
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Executes the given command given the request and response objects.
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Executes the given command given the request and response objects.
- execute(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Executes the given command given the request and response objects.
- execute(ActionMapping, ActionForm, PortletRequest) -
Method in class com.ibm.wps.struts.action.StrutsAction
- Processes the current request based on the ActionMapping information.
- execute(ActionMapping, ActionForm, PortletRequest, PortletResponse) -
Method in class com.ibm.wps.struts.action.StrutsAction
- Processes the current request based on the ActionMapping information.
- execute(ActionMapping, ActionForm, PortletRequest) -
Method in class com.ibm.wps.struts.action.WpsDispatchAction
- Processes the current request based on the ActionMapping information.
- execute(ActionMapping, ActionForm, PortletRequest) -
Method in class com.ibm.wps.struts.action.WpsLookupDispatchAction
- Executes the Struts action.
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">executeCommand(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
- The execute command method that subclasses must implement
- RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">executeCommand(RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Execute the given command given the request and response objects
- executeCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- The execute command method that subclasses must implement
- executeCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
- Executes the given command given the request and response objects.
- executeCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
- Deprecated. Execute the given command given the request and response objects
- exit(int, String) -
Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Logs an exit message at the specified log level indicating that the method is exiting.
- ExpansionStatesAccessor - Interface in com.ibm.portal.state.accessors.expansionstates
- Interface providing read-only access to navigation expansion information.
- ExpansionStatesAccessorController - Interface in com.ibm.portal.state.accessors.expansionstates
- Controller providing read-write access to navigation expansion information.
- ExpansionStatesAccessorFactory - Interface in com.ibm.portal.state.accessors.expansionstates
- Factory interface which provides methods to obtain accessors to read /write
navigation expansion information from /to a given state holder or document
model.
- ExplicitLoginFilter - Interface in com.ibm.portal.auth
- This interface can be implemented to realize a custom element in the filter chain for the explicit
Portal login with user id and password.
- ExplicitLoginFilterChain - Interface in com.ibm.portal.auth
- This interface is used to call the next element in the filter chain for the explicit Portal login
with user id and password.
- ExplicitLogoutFilter - Interface in com.ibm.portal.auth
- This interface can be implemented to realize a custom element in the filter chain for the explicit Portal logout,
i.e.
- EXPORT -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "export" action.
- EXPORT_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "export" action.
- ExtendedLanguageListProvider - Interface in com.ibm.portal.services.globalization
- Portal Service to retrieve the extended language list for the given Portal defined language list.
- EXTENSION_POINT -
Static variable in interface com.ibm.portal.app.extensions.Membership
- Name of the Membership extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.resolver.atom.AtomXMLReaderFactory
- ID of the ATOM XLM Factory extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
- ID of the PortalFriendlySelectionServiceHome extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.resolver.LookupService
- ID of the LookupService extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.resolver.ResolutionService
- ID of the resolution service extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
- ID of the PortalPocServiceHome extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.resolver.xml.XMLFactory
- ID of the XLM Factory extension point
- EXTENSION_POINT_ID -
Static variable in interface com.ibm.portal.state.PreProcessor
- ID of the extension point for preprocessors that are loaded dynamically
via the extension registry
- EXTERNAL_USERS_PARENT_DN_ALIAS -
Static variable in interface com.ibm.portal.um.PumaProfile
- Deprecated. As of release 6.1, replaced by
com.ibm.portal.um.PumaEnvironment.EXTERNAL_USERS_PARENT_DN_ALIAS
- ExternalContentURL - Interface in com.ibm.portal.content
- An interface for a content node representing an external URL.
- ExternalCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
- Implementation of the CredentialSecret class for an external secret.
- Externalizable - Interface in com.ibm.portal.app.component
-
Externalizable is one of the Application Component Interfaces,
implemented by a composite application component.
- EXTERNALURL -
Static variable in class com.ibm.portal.content.ContentNodeType
- Node type for a ContentURL linking to a URL outside of the portal server, e.g.
F
- FactoryException - Exception in com.ibm.portal.dynamicui
- The
FactoryException
is thrown when an error occurs during the attempt to create
instances of DynamicUIInfo
or DynamicUICtrl
. - FactoryException() -
Constructor for exception com.ibm.portal.dynamicui.FactoryException
- Constructor.
- FactoryException(Throwable) -
Constructor for exception com.ibm.portal.dynamicui.FactoryException
- Constructor.
- FATAL -
Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- "Fatal" level logging.
- FEATURE_CLICK2ACTION -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that click-2-action tags can be used.
- FEATURE_CONTENT_SOURCE_TYPE -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.CategoryInfo
- This category is the parent of all content source type categories in
features taxonomy tree
- FEATURE_CONTENT_SOURCE_TYPE_CATEGORY_ID -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.CategoryInfo
- Content source type category id, which is part of the feature taxonomy
- FEATURE_CONTEXTPASSING -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the property broker context passing mechanism can be used.
- FEATURE_DYNAMICUI -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the dynamic UI manager service can be used.
- FEATURE_EVENT_DISTRIBUTION_SERVICE -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the event distribution service can be used.
- FEATURE_MODEL -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the model API services can be used.
- FEATURE_PROPERTYBROKER -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that property broker communication can be used.
- FEATURE_TASKMANAGER -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the task manager service can be used.
- FEATURE_TAXONOMY_ID -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Category
- Taxonomy id that represents feature category of Seedlist entry
- FEATURE_USERMANAGEMENT -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the portal user management services can be used.
- Field - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- This interface represents a metadata which role is to make the content of
EntrySet or Document/Seedlist self describing when implementation dependent
elements are defined.
- FIELD_AUTHOR -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- This field represents entry creators or contributors.
- FIELD_CREATION_DATE -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- This field represents a date of entry's creation.
- FIELD_DESCRIPTION -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- This field represents entry description.
- FIELD_TITLE -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- This field represents entry title.
- FIELD_UPDATE_DATE -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- This field represents a date of entry's last update.
- FieldInfo - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- This interface represents a field definition.
- FileTag - Class in com.ibm.struts.taglib.html
- This class is a simple extension of the Struts file tag to adding the dir
attribute.
- FileTag() -
Constructor for class com.ibm.struts.taglib.html.FileTag
- Construct a new instance of this tag.
- FILTER_NONE -
Static variable in class com.ibm.portal.propertybroker.property.PropertyFilterType
- FILTER_NONE indicates that no filtering should be applied, i.e, the context should
be passed as is.
- FILTER_ON_NAME_AND_TYPE -
Static variable in class com.ibm.portal.propertybroker.property.PropertyFilterType
- FILTER_ON_NAME_AND_TYPE indicates that only those PropertyValue elements
from the context array which match a registered input
Property's type and name
should be passed to the target.
- FILTER_ON_TYPE -
Static variable in class com.ibm.portal.propertybroker.property.PropertyFilterType
- FILTER_ON_TYPE indicates that only those PropertyValue elements
from the context array which match a registered input
Property's type
should be passed to the target.
- FilterChainContext - Interface in com.ibm.portal.auth
- This interface represents the shared context for the ExplicitLoginFilter,
ImplicitLoginFilter, ExplicitLogoutFilter, ImplicitLogoutFilter,
and SessionValidationFilter
filter chains.
- findAllControls() -
Method in interface com.ibm.portal.content.ControlLocator
- Finds all layout nodes representing a control on the layout model
for this page.
- findByDescription(String) -
Static method in enum com.ibm.portal.state.accessors.portlet.TargetType
- Returns the TargetType whose description is equal to the
given one.
- findByID(ObjectID) -
Method in interface com.ibm.portal.AggregatedMetaDataLocator
- This operation is not allowed on this locator and will
result in a UnsupportedOperationException.
- findByID(ObjectID) -
Method in interface com.ibm.portal.Locator
- Returns an element of a model with the given ID.
- findByID(ObjectID) -
Method in interface com.ibm.portal.MetaDataNameLocator
- This operation is not allowed on this locator and will
result in a UnsupportedOperationException.
- findByName(String) -
Method in interface com.ibm.portal.portletmodel.CommunicationEndpointLocator
- Finds a communication endpoint with the given name
- findByUniqueName(String) -
Method in interface com.ibm.portal.AggregatedMetaDataLocator
- This operation is not allowed on this locator and will
result in a UnsupportedOperationException.
- findByUniqueName(String) -
Method in interface com.ibm.portal.Locator
- Returns an element of a model with the given name.
- findByUniqueName(String) -
Method in interface com.ibm.portal.MetaDataNameLocator
- This operation is not allowed on this locator and will
result in a UnsupportedOperationException.
- findByURI(URI) -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- findControlByConcretePortletID(ObjectID) -
Method in interface com.ibm.portal.content.ControlLocator
- Deprecated. use ControlLocator.findControlByPortletEntityID(ObjectID) instead
Finds the layout node representing a control that holds the
concrete portlet with the given object ID.
- findControlByPortletDefinitionID(ObjectID) -
Method in interface com.ibm.portal.content.ControlLocator
- Finds the layout node representing a control that is backed by a
portlet definition of the given ID.
- findControlByPortletEntityID(ObjectID) -
Method in interface com.ibm.portal.content.ControlLocator
- Finds the layout node representing a control that is backed by a
portlet entity of the given ID.
- findControlByPortletInstanceID(ObjectID) -
Method in interface com.ibm.portal.content.ControlLocator
- Deprecated. use ControlLocator.findControlByPortletDefinitionID(ObjectID) instead
Finds the layout node representing a control that holds the portlet
instance with the given object ID.
- findEffectiveWiresBySourcePortletWindowID(ObjectID) -
Method in interface com.ibm.portal.wire.WireLocator
- Finds all wires for effective use that originate from
the PortletWindow with the given ID.
- findGroupByIdentifier(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns the Group object referenced by the identifier (DN) within the
user repository.
- findGroupByObjectID(ObjectID) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns the Group object referenced by the given
ObjectID
.
If no group is found a PumaModelException is thrown
- findGroupsByAttribute(String, String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a List of Group
where the attributes defined in
the LDAP server matches the value of the given attribute.
- findGroupsByDefaultAttribute(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns
Group
by comparing the provided value to the
default attribute type configured for the Group type
For a LIKE comparision only the multi-character wild card is
supported and the character used is '*'.
- findGroupsByDefaultAttribute(String, boolean) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns
Group
by comparing the provided value to the
default attribute type configured for the Group type
For a LIKE comparision only the multi-character wild card is
supported and the character used is '*'.
- findGroupsByPrincipal(Principal, boolean) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns the Groups where the given Principal is member of.
- findGroupsByQuery(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a List of
Group representing the resultset of the
provided Query.
- findGroupsByQuery(String, SortControl) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a List of
Group representing the resultset of the
provided Query.
- findMembersByGroup(Group, boolean) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns the mebers for a given Group.
- findPrivateWires() -
Method in interface com.ibm.portal.wire.WireLocator
- Finds all wires that are available for the current user only.
- findPublicWires() -
Method in interface com.ibm.portal.wire.WireLocator
- Finds all wires that are available to anonymous portal users within this
locator´s wire model.
- findUserByIdentifier(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns the User object referenced by the given identifier.
- findUserByObjectID(ObjectID) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns the User object referenced by the given
ObjectID
.
If no user is found a PumaModelException is thrown
- findUsersByAttribute(String, String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a List of
User where the attribute defined in the
LDAP server matches the given value.
- findUsersByAttributeRecursively(User, String, int) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a
List
of Principals that are linked by the given
attribute.
- findUsersByDefaultAttribute(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns
User
by comparing the provided value to the
default attribute type configured for the User type.
- findUsersByDefaultAttribute(String, boolean) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns
User
by comparing the provided value to the
default attribute type configured for the User type.
- findUsersByQuery(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a List of
User representing the resultset of the
provided Query.
- findUsersByQuery(String, SortControl) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a List of
User representing the resultset of the
provided Query.
- finish() -
Method in class com.ibm.portal.resolver.streams.MultipartOutputStream
- Finishes writing the contents of the multipart output stream without
closing the underlying stream.
- finish() -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Cleans up at the end of a request.
- finish() -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Cleans up at the end of a request.
- finishDeserializeInstance(Result) -
Method in interface com.ibm.portal.app.component.Serializable
- Called after all data was send to the Result object returned from Serializable.initDeserializeInstance(String, Map).
- FIRST_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to first item" action.
- FIRST_PAGE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to first page" action.
- fixupAbsolutePath(String) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Convert URLs of the form http://www.ibm.com to http://www.ibm.com/ .
- flag -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
- Invalid Show Tools flag
- flag -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
- Invalid Solo flag
- focusTimeout -
Variable in class com.ibm.struts.taglib.html.FormTag
- The focus timeout
- forIdentifier(String) -
Static method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns a capability for a given key (as returned by the {link #getKey} method).
- forIdentifier(String) -
Static method in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- format(ApplicationInfo, Request, OutputStream) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.FormatterService
- Formats an EntrySet according to the format required by a crawler
- PortletRequest, PortletResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.plugins.DefaultErrorResponseFormatter
- Format the error information.
- formatError(ErrorResponseInfo, PrintWriter) -
Method in class com.ibm.portal.struts.plugins.DefaultErrorResponseFormatter
- Formats the error information in the request and response objects.
- PortletRequest, PortletResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in interface com.ibm.portal.struts.plugins.IErrorResponseFormatter
- Format the error information, using all the execution information available.
- formatError(ErrorResponseInfo, PrintWriter) -
Method in interface com.ibm.portal.struts.plugins.IErrorResponseFormatter
- Format the error information en the request and response objects
- formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.plugins.DefaultErrorResponseFormatter
- Format the error information.
- formatError(ErrorResponseInfo, PrintWriter) -
Method in class com.ibm.wps.portlets.struts.plugins.DefaultErrorResponseFormatter
- Formats the error information in the request and response objects.
- formatError(ErrorResponseInfo, PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in interface com.ibm.wps.portlets.struts.plugins.IErrorResponseFormatter
- Formats the error information, using all the execution information available.
- formatError(ErrorResponseInfo, PrintWriter) -
Method in interface com.ibm.wps.portlets.struts.plugins.IErrorResponseFormatter
- Formats the error information in the request and response objects.
- FormatterFactory - Interface in com.ibm.lotus.search.providers.content.seedlist.formatter
- Used to obtain the seedlist formatter service, and create the formatter
Request object.
- FormatterService - Interface in com.ibm.lotus.search.providers.content.seedlist.formatter
- Represents a formatter entity that provides formatting services.
- FormTag - Class in com.ibm.struts.taglib.html
- This class is a simple extension of the Struts form tag to allow creating a
Portal link.
- FormTag() -
Constructor for class com.ibm.struts.taglib.html.FormTag
-
- FORWARD -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "go forward" action.
- forward(String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Processes a forward.
- forward(String, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Processes a forward.
- FORWARD_KEY -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- This key is used for specifying a Struts forward.
- FORWARD_KEY -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The key used to specify a Struts Forward.
- FRAGMENT -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of a fragment identifier support
- FRIENDLY_NAME_KEY -
Static variable in interface com.ibm.portal.resolver.friendly.Constants
- metadata key for friendly name.
- FriendlySelectionService - Interface in com.ibm.portal.resolver.friendly.service
-
Service that helps to work with friendly selection.
- FriendlySelectionServiceHome - Interface in com.ibm.portal.resolver.friendly.service
- Home interface to the selection service that can be retrieved from a service lookup.
- FriendlyURL - Interface in com.ibm.portal.resolver.friendly
- Generates 'friendly' URLs if possible and otherwise
default EngineURL that only contain
the given selection node.
- FriendlyURLFactory - Interface in com.ibm.portal.resolver.friendly.accessors.url
- Provides access to FriendlyURL objects that allow
to systematically generate URLs with a friendly prefix.
- fromInt(int) -
Static method in class com.ibm.portal.ResourceType
- Deprecated.
- fromString(String) -
Static method in class com.ibm.portal.ResourceType
- Deprecated. Use Identification.getObjectType(String) instead.
G
- generateActionTriggerControl(PortletRequest, PortletResponse, PropertyValue, boolean) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns markup for displaying a Click-to-Action menu for triggering actions which
can process the property passed to this method.
- generateActionTriggerControl(PortletRequest, PortletResponse, PropertyValue[], String, String) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns markup to generate a Click-to-Action menu for triggering actions which can process any
one of the set of properties passed to this method.
- generateMarkup -
Variable in class com.ibm.struts.taglib.html.FormTag
- generate markup.
- get(String) -
Method in interface com.ibm.policy.manager.Target
- Retrieve an attribute of the Target, for use in a Rule
- get(HttpServletRequest) -
Method in interface com.ibm.portal.struts.data.IUserConfigurationDataStore
- Gets the user configuration data from the data store.
- get(HttpServletRequest) -
Method in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
- Get the UserConfigurationData from the data store.
- get(HttpServletRequest) -
Method in interface com.ibm.struts.data.IUserConfigurationDataStore
- Deprecated. Gets the user configuration data from the data store.
- get(HttpServletRequest) -
Method in class com.ibm.wps.portlets.struts.PortletDataUserConfigurationDataStore
- Gets the UserConfigurationData from the data store.
- PortletRequest)">getAccessibleSlots(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns an iterator of all credential Slots that a portlet is authorized
to use
- getAccessibleSlots(PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns an iterator of all credential slots that a portlet is authorized
to use
- getAccessorFactory(Class<T>) -
Method in interface com.ibm.portal.state.PortletStateManager
- Get a factory that generates an accessor for typed access on the state holder.
- getAccessorFactory(Class<T>) -
Method in interface com.ibm.portal.state.service.StateManagerService
- Get a factory that provides accessors for typed access on the state
holder.
- getAccessorType() -
Method in exception com.ibm.portal.state.exceptions.AccessorException
-
- getACLs() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Return the ACL entries assigned to item described by Metadata, or null if
none.
- getAction() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Obtain the required action id on the entry for the crawler
- getAction() -
Method in interface com.ibm.portal.dnd.DNDAction
- Returns the String representation of the DNDAction's action - typically a URL.
- getAction() -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns the associated Action object.
- getAction() -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Returns the parent Action object.
- getAction() -
Method in interface org.apache.jetspeed.portlet.event.ActionEvent
- Deprecated. Use getActionString() instead
- getActionAccessorController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
- Returns a controller which allows for including a engine action of the
given
actionType
into the given state holder.
- getActionAccessorController(HttpServletRequest, String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
- Returns a controller which allows for including a engine action of the
given
actionType
into the given state holder.
- getActionAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
- Returns a controller which allows for modifying the engine action (in
particular its action parameters) represented by the given node
action
.
This controller should be used in case that no servlet request is
available, e.g.
- getActionController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
- Deprecated. since 6.0, use method
getActionAccessorController(String, StateHolderController)
instead
- getActionController(HttpServletRequest, String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
- Deprecated. since 6.0, use the method
getActionAccessorController(String, StateHolderController)
instead
- getActionController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorFactory
- Deprecated. since 6.0, use the method
getActionAccessorController(String, StateHolderController)
instead
- getActionInvocationMetaData() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns additional metadata which may be useful for dispatchers of the action.
- getActionMappingURL(String, PageContext) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Return the form action converted into a server-relative URL.
- getActionNameParameter() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns the name of a parameter that should be used as a key for retrieving the action
name when the action name cannot be directly passed.
- getActionRequest(PortletRequest) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet request to a javax action request.
- getActionResponse(PortletResponse, PortletRequest) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet response to a javax.portlet response.
- getActions() -
Method in interface com.ibm.portal.dnd.DNDTarget
- Returns the DNDActions associated with this drop zone.
- getActions(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated.
- getActionServlet() -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Returns the ActionServlet object.
- getActionServlet() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the WpsActionServlet object.
- getActionString() -
Method in interface org.apache.jetspeed.portlet.event.ActionEvent
- Deprecated. Returns the action string that this action event carries.
- getActionTriggerMarkup(PortletRequest, PortletResponse, PropertyValue, boolean) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns an interface allowing access to markup for displaying a Click-to-Action menu for triggering actions which
can process the property passed to this method.
- getActionTriggerMarkup(PortletRequest, PortletResponse, PropertyValue[], String, String) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns an interface allowing access to markup to generate a Click-to-Action menu for triggering actions which can process any
one of the set of properties passed to this method.
- getActive() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the Credential Slot's active/passive flag.
- getActiveActions(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns an array of Action objects which are registered for this portlet and
are currently active.
- getActiveCssClassName() -
Method in interface com.ibm.portal.dnd.DNDAction
- Return the CSS class name for this DNDAction when in the "active" state.
- getActiveOnStartup() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- getActualResult() -
Method in exception com.ibm.portal.um.exceptions.SizeLimitExceedException
- Returns the size of the performed search result.
- getAdminPortletModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.ibmportlet.service.model.PortletModelProvider
- Deprecated. Returns the administraive portlet model applicable to the current portlet request.
- getAdminPortletModel(ServletRequest, ServletResponse) -
Method in interface com.ibm.portal.model.PortletModelProvider
- Returns the administraive portlet model applicable to the current request.
- getAdminPortletModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.model.PortletModelProvider
- Returns the administraive portlet model applicable to the current portlet request.
- getAliases() -
Method in interface com.ibm.portal.portletmodel.CommunicationDatatype
- Returns a list of QNames that may be used in substitution to the semantic type of this
communication datatype.
- getAllActions(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns all the actions (active or inactive) registered by the calling portlet.
- getAllAllowedPortlets() -
Method in interface com.ibm.portal.content.LayoutModel
- Returns a list of object IDs of portlet definitions that are allowed for this
layout model.
- getAllCredentialSegments() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns a List of all available Vault Segments.
- getAllElements() -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Returns a hash table containing both text and file request parameters.
- getAllElements() -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Returns a hash table containing both text and file request parameters.
- com.ibm.portal.portletmodel.Portlet)">getAllForPortlet(Portlet) -
Method in interface com.ibm.portal.portletmodel.admin.PortletDefinitionLocator
- Returns all portlet definitions that are associated with the given portlet
- com.ibm.portal.portletmodel.WebApplication)">getAllForWebApplication(WebApplication) -
Method in interface com.ibm.portal.portletmodel.admin.PortletLocator
- Returns all portlet definitions that are associated with the given portlet
- com.ibm.portal.admin.Theme)">getAllInTheme(Theme) -
Method in interface com.ibm.portal.admin.SkinList
- Deprecated. use the method of the SkinModelLocator;
the locator can be obtained with LocatorProvider.getLocator().
Return all skins that belong to the specified theme
- com.ibm.portal.admin.Theme)">getAllInTheme(Theme) -
Method in interface com.ibm.portal.admin.SkinModelLocator
- Returns all skins that belong to the specified theme.
- getAllInThemes(Iterator) -
Method in interface com.ibm.portal.admin.SkinList
- Deprecated. use the method of the SkinModelLocator;
the locator can be obtained with LocatorProvider.getLocator().
Return all skins that belong to the specified themes
- getAllInThemes(Iterator) -
Method in interface com.ibm.portal.admin.SkinModelLocator
- Returns all skins that belong to the specified themes.
- com.ibm.portal.admin.SkinType)">getAllOfType(SkinType) -
Method in interface com.ibm.portal.admin.SkinList
- Deprecated. use the method of the SkinModelLocator;
the locator can be obtained with LocatorProvider.getLocator().
- com.ibm.portal.admin.SkinType)">getAllOfType(SkinType) -
Method in interface com.ibm.portal.admin.SkinModelLocator
- Deprecated. this method is deprecated without replacement
Returns all skins that are of a certain skin type.
- getAllowedPortlets() -
Method in interface com.ibm.portal.content.LayoutModel
- Returns a list of object IDs of portlet definitions that are allowed for this
layout model.
- getAllParentDNs() -
Method in interface com.ibm.portal.um.PumaProfile
- Deprecated. As of release 6.1, replaced by
PumaEnvironment#getAllParentDNs()
- getAllPortletsAllowedFlag() -
Method in interface com.ibm.portal.content.LayoutModel
- Indicates whether all portlets are allowed for this layout model
which may be part of a (explicit) derivation hierarchy.
- getAllProperties(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns all the properties registered by the calling portlet.
- getAllVaultSegments() -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns a List of all available Vault Segments.
- getApplicationPortlet() -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- getApplicationPrefix() -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Get the application prefix associated with this
command processor.
- getApplicationPrefix() -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Gets the application prefix associated with this
command processor.
- getApplicationSettings() -
Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
- Deprecated. Return the PortletApplicationSettings that changed.
- getApplicationSettings() -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Returns the portlet application settings
- getAtomContentHandler() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- getAtomContentHandler() -
Method in class com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
-
- getAtomContentHandler() -
Method in interface com.ibm.portal.resolver.atom.ResettableAtomContentHandler
- Returns the atom content handler that is currently attached to the chain
- getAtomThreadingContentHandler() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- getAtomThreadingContentHandler() -
Method in interface com.ibm.portal.resolver.atom.ResettableAtomThreadingContentHandler
- Returns the atom threading content handler that is currently attached to the chain
- getAttribute(String) -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Return the configuration attribute with the specified name (if any),
or
null
if there is no such attribute.
- getAttribute() -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Returns the object set in the portlet message.
- getAttribute(String) -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Return the configuration attribute with the specified name (if any),
or
null
if there is no such attribute.
- getAttribute() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Returns the object set in the portlet message.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
- Deprecated. Returns the value of the attribute with the given name,
or null if no such attribute exists.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the attribute value with the given name, or null
if no such attribute exists.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletData
- Deprecated. Returns the value of the attribute with the given name,
or null if no such attribute exists.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the value of the attribute with the given name,
or null if no attribute with the given name exists.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. Returns the value of the attribute with the given name,
or null if no attribute with the given name exists.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Returns the value of the attribute with the given name,
or null if no such attribute exists.
- getAttribute(String) -
Method in interface org.apache.jetspeed.portlet.User
- Returns the value of the attribute for the specified name,
or null if no such attribute exists.
- getAttributeNames() -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Return an array containing the names of all currently defined
configuration attributes.
- getAttributeNames() -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Return an array containing the names of all currently defined
configuration attributes.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
- Deprecated. Returns an enumeration of all available attributes names.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns an enumeration of the attribute names that this portlet
context is aware of.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.PortletData
- Deprecated. Returns an enumeration of all available attributes names.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns an enumeration of names of all attributes available to
this request.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. Returns an enumeration of names of all attributes available to
this session.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Returns an enumeration of all available attributes names.
- getAttributeNames() -
Method in interface org.apache.jetspeed.portlet.User
- Returns an enumeration of all available attribute names.
- getAttributes() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocation
-
- getAttributes(Node) -
Method in interface com.ibm.portal.state.dom.DocumentModel
- Return a collection of attributes for a given node.
- getAttributes(Principal, List<String>) -
Method in interface com.ibm.portal.um.PumaProfile
- Returns a map of values based on the given Attributenames.
- getAttributes(Collection<? extends Principal>, Collection<String>) -
Method in interface com.ibm.portal.um.PumaProfile
- Returns a map that maps principals to a map of values based on the given
Attributenames.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Returns a new Http Url connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
- Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
- Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated. Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated. Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
- Returns a new Http Url connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
- Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
- Deprecated. Returns a new HttpURLConnection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(URL) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedConnection(String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
- Deprecated. Returns a new Http URL connection with added authentication data.
- getAuthenticatedSession(Session, String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
- Authenticates an javax.mail.Session.
- getAuthenticatedSession(Session, String, int) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
- Authenticates an javax.mail.Session.
- getAuthenticatedSession(Session, String) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
- Deprecated. Authenticates an javax.mail.Session.
- getAuthenticatedSession(Session, String, int) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
- Deprecated. Authenticates an javax.mail.Session.
- getAwareCssClassName() -
Method in interface com.ibm.portal.dnd.DNDAction
- Return the CSS class name for this DNDAction when in the "aware" state.
- getBaseURL() -
Method in interface com.ibm.portal.resolver.xml.URLResolver
- Returns the current base URL
- getBeautify() -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Getter for the beautify attribute.
- getBindingType() -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns where the parameter is bound.
- getBooleanAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
- Returns an interface providing read access to an arbitrary
boolean flag.
- getBooleanAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
- Returns an interface providing read access to an arbitrary
boolean flag.
- getBooleanAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
- Returns an interface providing read-write access to an
arbitrary boolean flag.
- getBooleanAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorFactory
- Returns an interface providing read-write access to an
arbitrary boolean flag.
- getBoundTo() -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Returns where the parameter is bound.
- getByName(String) -
Method in interface com.ibm.portal.admin.MarkupList
- Returns a Markup object with the given name
- getCategories() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Return an array of categories which the item described by Metadata
belongs to, or null if none
- getCause() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Return The Throwable associated with the message stored in this object.
- getCause() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getChangeType() -
Method in interface com.ibm.portal.propertybroker.property.PropertyValue
- Return the reason the property value change is being propagated.
- getChangeType() -
Method in interface com.ibm.wps.pb.property.PropertyValue
- Deprecated. Returns the reason for the property value change.
- getCharacterEncoding() -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Returns the name of the charset used for
the MIME body sent in this response.
- getCharacterSet() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- getCharacterSet() -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Deprecated. use getCharacterEncoding since version 1.1
- getCharset(Locale) -
Method in interface com.ibm.portal.admin.Markup
- Returns the character set of the markup, dependent on the selected locale
- com.ibm.portal.admin.Language)">getCharset(Language) -
Method in interface com.ibm.portal.admin.Markup
- Returns the character set of the markup, dependent on the selected language
- getCharsetFromContentType(String) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Extract the charset from the Content-Type string, or return a default
if unavailable.
- getChildren(ApplicationInfo, Request) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.RetrieverService
- Obtain an immediate documents and sub-seedlists of specifed seedlist node
- getChildren(Node) -
Method in interface com.ibm.portal.state.dom.DocumentModel
- Returns an immutable list of children for the node.
- getChildren(E) -
Method in interface com.ibm.portal.TreeModel
- Returns an iterator over the child elements for the given node.
- getChildren(MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTree
- Deprecated. Returns an iterator over all children of the specified menu node.
- getChildrenUrl(Seedlist) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.url.URLResolver
- Returns URL to proceed getChildren action on specified seedlist
- getClassName() -
Method in interface com.ibm.portal.portletmodel.CommunicationDatatype
- Returns the class used to encapsulate the transferred data.
- getClassname() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns class used to encapsulate the property value.
- getClassName() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Deprecated. Use
getClassname
instead.
- getClassname() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns the fully qualified java class name for the property object.
- getClient() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
- Returns the wrapped client.
- getClient() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getClient() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns an object representing the client device that the
user connects to the portal with.
- getClientWrapper() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
- Use this method to return a wrapped client instead of the getClient method
- getCodec() -
Method in exception com.ibm.portal.state.exceptions.CannotInterpretCodecException
- Returns the codec that cannot be interpreted.
- getCommand(PortletRequest, PortletResponse) -
Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Get the IViewCommand.
- PortletResponse, java.lang.String)">getCommand(PortletRequest, PortletResponse, String) -
Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Get the IViewCommand.
- getCommand(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Gets the IViewCommand.
- getCommand(PortletRequest, PortletResponse, String) -
Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Gets the IViewCommand.
- PortletRequest)">getCommandPrefix(PortletRequest) -
Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Returns the command prefix determined from the request object.
- getCommandPrefix(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Returns the command prefix determined from the request object.
- getComponentRoles(String) -
Method in interface com.ibm.portal.app.component.Membership
- Returns a list of ComponentRole objects used by this component.
- getConcretePortletName() -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Returns the name of the concrete portlet.
- getConcretePortletName() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Returns the set name of the concrete portlet.
- getConfidence() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Category
- Returns category score value.
- getConfigurationElement() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getConfigurationName() -
Method in interface com.ibm.portal.taskui.dynamicui.DynamicPageHandle
- Returns the name of the dynamic ui configuration to which the
dynamic page belongs to.
- getConstantParameters() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns an unmodifiable
Map
containing name, value entries.
- getConstantParameters() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns a
Map
containing name, value entries.
- getContainerInfo() -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the name and version of the portlet container which the
portlet is running in.
- getContent() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Document
- Return the indexable content (can be specified in plain-text, HTML or
XHTML).
- getContent() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.DocumentContent
- Returns the published document content
- getContentHandler() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- getContentHandler() -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- getContentHandler() -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- getContentHandler() -
Method in class com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
-
- getContentLink() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Document
- Return a link to the indexable content for this document.
- getContentLocation(String) -
Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
-
- getContentLocation(URI) -
Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
-
- getContentMetaDataModel(ServletRequest, ServletResponse) -
Method in interface com.ibm.portal.model.ContentMetaDataModelProvider
- Returns the content node meta data model applicable in the current request.
- getContentMetaDataModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.model.ContentMetaDataModelProvider
- Returns the content node meta data model applicable in the current request.
- getContentMetaDataModelProvider() -
Method in interface com.ibm.portal.model.ContentMetaDataModelHome
- Returns a provider for the aggregated content node meta data model.
- getContentModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.ibmportlet.service.model.ContentModelProvider
- Deprecated. Returns the content model applicable in the current request.
- getContentModel(ServletRequest, ServletResponse) -
Method in interface com.ibm.portal.model.ContentModelProvider
- Returns the content model applicable in the current request.
- getContentModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.model.ContentModelProvider
- Returns the content model applicable in the current request.
- getContentModelControllerProvider() -
Method in interface com.ibm.portal.model.controller.ContentModelControllerHome
- Returns a content model provider.
- getContentModelProvider() -
Method in interface com.ibm.portal.model.ContentModelHome
- Returns a content model provider.
- getContentNode() -
Method in interface com.ibm.portal.navigation.NavigationNode
- Returns the content node associated with this navigation node.
- getContentNodeType() -
Method in interface com.ibm.portal.content.ContentNode
- Returns the type of this content node.
- getContentPage() -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Method that can be used to obtain the content page this service operates
on.
- getContentType() -
Method in interface com.ibm.portal.resolver.data.DataSource
- Mime type of the data.
- getContentType() -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
-
- getContentType() -
Method in interface com.ibm.portal.resolver.streams.MultipartStream.Entry
- Mime type of the data.
- getContentType() -
Method in interface com.ibm.portal.spa.parser.StaticPageParser
- Returns the mime-type string that this parser matches
- PortletRequest)">getContentType(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Returns the content type associated with this command.
- getContentType() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
-
- getContentType() -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Returns the content type that can be used to contribute
markup to the portlet response.
- getContext() -
Method in class com.ibm.policy.manager.HttpRequestRuleContext
-
- getContext() -
Method in class com.ibm.policy.manager.MapRequestContext
-
- getContext() -
Method in class com.ibm.policy.manager.portal.PortletRequestRuleContext
-
- getContext() -
Method in interface com.ibm.portal.resolver.service.PocService
- Returns the COR Context for the environment that matches the
service environment.
- getContext() -
Method in class com.ibm.wps.policy.services.MapRequestContext
-
- getContext() -
Method in interface org.apache.jetspeed.portlet.PortletConfig
- Deprecated. Returns the portlet context.
- getContextAccessor() -
Method in interface com.ibm.portal.resolver.service.PocService
- Returns access to information about the current access context.
- getContextName() -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Get the context name associated with this Servlet
- getContextPath() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the context path.
- getContextPath() -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Get the context path associated with this Servlet
- getContextRoot() -
Method in interface com.ibm.portal.admin.Decoration
- Returns the context root under which the decoration is deployed.
- getContextRoot() -
Method in interface com.ibm.portal.portletmodel.WebApplication
- Return the context root for the web application
- getContextRoot() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
- Gets the context root associated with this servlet.
- getController(ActionEvent) -
Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
- Deprecated. The returned instance of
PumaController
can be used to read/modify attributes
for a com.ibm.portal.um.Principal
- javax.portlet.ActionRequest)">getController(javax.portlet.ActionRequest) -
Method in interface com.ibm.portal.um.portletservice.PumaHome
- The returned instance of
PumaController
can be used to read/modify attributes
for a Principal
- getController() -
Method in interface com.ibm.portal.um.PumaAdminHome
- Deprecated. The returned instance of
PumaController
can be used to
read/modify attributes for a Principal
The PumaController
object returned by this method uses
WebSphere Application Server security features to
determine the current available user.
- getController(javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.um.PumaHome
- Deprecated. As of release 6.1,use
instead
- getController() -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaController
can be used to read/modify attributes
for a Principal
The PumaController
object returned by this method uses
WebSphere Application Server RunAs Subject security feature to
determine the current available user.
- getController(String, javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaController
can be used to read/modify attributes
for a Principal
The PumaController
object returned by this method uses
WebSphere Application Server RunAs Subject security feature to
determine the current available user.
- getCookies() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns an array containing all of the
Cookie
objects the client sent with this request.
- getCPIID() -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig
- Deprecated. Use com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig#getPortalCPIID() returning com.ibm.portal.ObjectID instead.
- getCreated() -
Method in interface com.ibm.portal.TimeStamped
- Returns the creation date of the resource.
- getCreateParameters() -
Method in interface com.ibm.portal.app.component.Lifecycle
- Called before createInstance(ListModel) to find out what parameters (names,
types) this components accepts for the instanctiation.
- getCreationTime() -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. Returns the point of time that this session was created.
- getCredential(String, String, Map, PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns a specific credential from a specific slot.
- getCredential(int, String, String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Retreives a mapped credential of the provided Secret Type under the
specified resource.
- getCredential(String, String, Map, PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns a specific credential from a specific slot.
- getCredentialSlotDescription(String, Locale) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns a credential slot's description for the specified locale.
- getCredentialTypes() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns an Iterator over all available credential types that are
registered in the credential type registry.
- getCredentialTypes() -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns an Iterator over all available credential types that are
registered in the credential type registry.
- getCssClassName() -
Method in interface com.ibm.portal.dnd.DNDSource
- Return the CSS class name for this DNDSource.
- getCurrentPortletWindow(PortletRequest) -
Method in interface com.ibm.portal.ibmportlet.service.model.PortletModelProvider
- Deprecated. Returns the portlet window for the given portlet request
- javax.portlet.PortletRequest)">getCurrentPortletWindow(javax.portlet.PortletRequest) -
Method in interface com.ibm.portal.portlet.service.model.PortletModelProvider
- Returns the portlet window for the given portlet request
- getCurrentPortletWindowStateParameterService(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.state.service.parameters.PortletStateParameterServiceHome
- Returns a service that can be used to manipulate parameters of the given
request's portlet window.
- getCurrentUrl() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.url.URLResolver
- Returns URL of current page
- getCurrentUser() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns an object of type User for the current User.
This method returns null
if no security context is available from the WebShpere Application Server
runtime and the service instance has no access to the request object
- getData() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getData() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getData() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the data of the concrete portlet instance
- getDatatype() -
Method in interface com.ibm.portal.portletmodel.CommunicationEndpoint
- Return the data type for the data produced or consumed by this endpoint.
- getDate() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Returns the item's last update date.
- getDate() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Returns the last updation date for retrieved seedlist documents
- getDate() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns the date message argument stored in this object.
- getDateHeader(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the value of the specified request header
as a
long
value that represents a
Date
object.
- getDefault() -
Method in interface com.ibm.portal.admin.LanguageList
- Returns the Language object representing the default language of the portal.
- getDefault() -
Method in interface com.ibm.portal.admin.SkinList
- Returns the portal default skin
- getDefault() -
Method in interface com.ibm.portal.admin.ThemeList
- Returns the default theme.
- getDefaultCharset() -
Method in interface com.ibm.portal.admin.Markup
- Returns the default character set of the markup.
- com.ibm.portal.admin.Theme)">getDefaultForTheme(Theme) -
Method in interface com.ibm.portal.admin.SkinList
- Deprecated. use the method of the SkinModelLocator;
the locator can be obtained with LocatorProvider.getLocator().
Return the default Skin for the denoted theme.
- com.ibm.portal.admin.Theme)">getDefaultForTheme(Theme) -
Method in interface com.ibm.portal.admin.SkinModelLocator
- Returns the default skin for the given theme.
- getDefaultLocale() -
Method in interface com.ibm.portal.admin.Decoration
- Returns the default locale for the decoration
- getDefaultLocale() -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns the default locale as defined by portal
- getDefaultLocale() -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Returns the portlet's default locale.
- getDefaultPortletActionName() -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns the name of the portlet action for a Struts PortletURI.
- getDefaultSkinObjectID() -
Method in interface com.ibm.portal.admin.Theme
- Returns the object ID of the default skin for the theme.
- getDefaultUserCredentialSegmentId() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns the ObjectID of the default user managed vault segment.
- getDefaultUserVaultSegmentId() -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. use
getDefaultUserVaultSegmentPortalId()
instead.
- getDefaultUserVaultSegmentPortalId() -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns the ObjectID of the default user managed vault segment.
- getDefaultValue() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns a default value for the property.
- getDefinedGroupAttributeDefinitions() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns all attributes available for the type Group
- getDefinedUserAttributeDefinitions() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns all attributes available for the type User
- getDefinedUserAttributeNames() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns all attributes available for the type User
- getDefinitionsFactory() -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Get associated definition factory.
- getDeletableFlag(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Returns the deletable flag set for this node.
- getDeletePortletActionController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorFactory
- Returns a DeletePortletActionAccessorController which allows for
including a "Delete Portlet" engine action into the given state holder.
This controller should be used in case that no servlet request is available,
e.g.
- getDeletePortletActionController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorFactory
- Returns a DeletePortletActionAccessorController which allows for
including a "Delete Portlet" engine action into the state holder.
- getDeletePortletActionController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorFactory
- Returns a DeletePortletActionAccessorController which allows for
including a "Delete Portlet" engine action into the state holder.
This controller should be used in case that no servlet request is available,
e.g.
- getDerivationParent() -
Method in interface com.ibm.portal.content.DerivedContentPageCreationContext
- Returns a content page that serves as the derivation parent for the page
to be created.
- getDescription() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Return the field description.
- getDescription(Locale) -
Method in exception com.ibm.portal.app.exceptions.ComponentException
-
- getDescription(Locale) -
Method in exception com.ibm.portal.app.service.backup.BackupServiceException
-
- getDescription(Locale) -
Method in exception com.ibm.portal.eventing.service.EventDistributionServiceException
-
- getDescription(Locale) -
Method in interface com.ibm.portal.Localized
- Returns the description of this object in the given locale.
- getDescription(Localized) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a fitting description of the given localized instance based on the
information the context was created with.
- getDescription(Localized, Enumeration<Locale>) -
Method in interface com.ibm.portal.model.LocalizedStringResolver
- Deprecated. Returns the description of the given node in a locale given by the enumeration.
- getDescription(Locale) -
Method in exception com.ibm.portal.ModelException
-
- getDescription(Locale) -
Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
- Returns a language-specific detailed explanation of this exception.
- getDescription() -
Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
- Returns the Description of this Vault Segment.
- getDescription(Locale) -
Method in class com.ibm.portal.portlet.service.PortletServiceUnavailableException
- Return a language-specific detailed explanation of this exception.
- getDescription(Locale) -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns string containing a description of the action which can be used
as a visual aid when displayed by tools or as help text.
- getDescription(Locale) -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns a string containing a description of the parameter, suitable for display
by tools or as help text.
- getDescription(Locale) -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns a text description for this property for the provided locale.
- getDescription(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getDescription(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- getDescription(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
-
- getDescription(Locale) -
Method in exception com.ibm.portal.security.exceptions.SecurityException
- Return a language-specific detailed explanation of this exception.
- getDescription(Locale) -
Method in exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
-
- getDescription(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getDescription(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- getDescription(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- getDescription(Locale) -
Method in exception com.ibm.portal.um.exceptions.PumaException
- Return a language-specific detailed explanation of this exception.
- getDescription() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- getDescription(Locale) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns a string containing a description of the action which can be used
as a visual aid.
- getDescription() -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated.
- getDescription(Locale) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Return a string containing a description of the parameter.
- getDescription() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated.
- getDescription(Locale) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns a text description for this property for the provided locale.
- getDescription() -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns description of the menu tree node for the locale of the current request.
- getDescription(Locale) -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns description of the menu tree node for a specific locale.
- getDescription() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Returns the Description of this Vault Segment.
- getDigest() -
Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
- Returns a string that represents a hash over the request headers that
might influence the responses (independent of the request URL).
- getDir() -
Method in class com.ibm.struts.taglib.html.FileTag
- Returns the dir attribute
- getDir() -
Method in class com.ibm.struts.taglib.html.PasswordTag
- Returns the dir attribute.
- getDir() -
Method in class com.ibm.struts.taglib.html.SelectTag
- Returns the dir attribute
- getDir() -
Method in class com.ibm.struts.taglib.html.TextareaTag
- Returns the dir attribute
- getDir() -
Method in class com.ibm.struts.taglib.html.TextTag
- Returns the dir attribute
- getDirection() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns whether the property is produced or consumed.
- getDirection() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns whether the property is produced or consumed.
- getDisplayInfo(String) -
Method in interface com.ibm.portal.app.component.DisplayInfo
- Get the localized title and description for a component instance.
- getDisplayLink() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Document
- Obtain document display link used for document's representation
- getDNDProperties() -
Method in interface com.ibm.portal.dnd.DNDAction
- Returns the DNDProperties associated with this DNDAction.
- getDNDProperties() -
Method in interface com.ibm.portal.dnd.DNDSource
- Returns the DNDProperties associated with this DNDAction.
- getDocuments() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Returns an iterator to list of the available documents (Document).
- getDocuments(ApplicationInfo, Request) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.RetrieverService
- Obtain all descendent documents of specifed seedlist and of all its
sub-seedlistss
- getDocumentsUrl(Seedlist) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.url.URLResolver
- Returns URL to proceed getDocuments action on specified seedlist
- getDomainProvider() -
Method in interface com.ibm.portal.portlet.PortletDefinitionCloningContext
- An identifiable which defines the target domain for the clone.
- getDomainProvider() -
Method in interface com.ibm.portal.portlet.PortletEntityCreationContext
- An identifiable which defines the target domain for shared portlet entity.
- getDouble() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns the double message argument stored in this object.
- getDragClone() -
Method in interface com.ibm.portal.dnd.DNDSource
- Returns a flag indicating whether or not the browser should drag a clone
of the draggable markup
- ActionResponse, java.lang.String)">getDynamicUICtrl(ActionRequest, ActionResponse, String) -
Method in interface com.ibm.portal.portlet.service.dynamicui.DynamicUIManagementFactoryService
- Returns the DynamicUICtrl for a given configuration.
- PortletResponse, java.lang.String)">getDynamicUIInfo(PortletRequest, PortletResponse, String) -
Method in interface com.ibm.portal.portlet.service.dynamicui.DynamicUIManagementFactoryService
- Returns the DynamicUIInfo for a given configuration.
- getEffectiveWires() -
Method in interface com.ibm.portal.wire.WireModel
- Finds all wires for effective use.
- getEmailAddress() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.User
- Returns user email address
- getEncodedBeanName(String, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns the encoded bean name with the first character upper-cased
if isFormNamescoped returns true.
- getEncodedBeanName() -
Method in class com.ibm.struts.taglib.html.FormTag
- Returns the encoded bean name
- getEncoding() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.DocumentContent
- Returns the encoding of this document content
- getEndpointProvider() -
Method in interface com.ibm.portal.portletmodel.PortletDefinition
- Returns the CommunicationEndpointProvider which may be used to
load the CommunicationEndpoints this portlet offers.
- getEntity() -
Method in exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
- Returns the failing entity
- getEntity() -
Method in exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
-
- getEntity() -
Method in exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
-
- getEntity() -
Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
-
- getEntrySet() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Returns EntrySet to formatting
- getEnvironment() -
Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
- Deprecated. The returned instance of
PumaEnvironment
can be used to read the common configuration
of Portal User Management
- getEnvironment() -
Method in interface com.ibm.portal.um.portletservice.PumaHome
- The returned instance of
PumaEnvironment
can be used to read the common configuration
of Portal User Management
- getEnvironment() -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaEnvironment
can be used to read the common configuration
of Portal User Management
- getErrorCode() -
Method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
- Return the error code
- getErrorCode() -
Method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Returns the error code.
- PortletRequest)">getErrorInfo(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Get the error response info object
- getErrorInfo(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Gets the error response info object.
- PortletRequest)">getErrorResponse(PortletRequest) -
Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
- This method will return the ErrorResponseInfo object from session if
one can be found.
- getErrorResponse(HttpServletRequest) -
Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Returns the ErrorResponseInfo object from session if
one can be found.
- getErrorText() -
Method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
- Return the error text
- getErrorText() -
Method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Returns the error text.
- getEscapeForJavascript() -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Getter for the escapeForJavascript attribute.
- getEventId() -
Method in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Returns the identifier of the current window event
- getExpansionStates(StateHolder) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Deprecated. since 6.0, use the method
getExpansionStatesAccessor(StateHolder)
instead
- getExpansionStates(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Deprecated. since 6.0, use method
getExpansionStatesAccessor(Node, DocumentModel)
instead
- getExpansionStatesAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Returns an interface providing read access to the expansion states of
navigation nodes.
- getExpansionStatesAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Returns an interface providing read access to the expansion states of
navigation nodes.
- getExpansionStatesAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Returns an interface providing read-write access to the expansion states
of navigation nodes.
- getExpansionStatesAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Returns an interface providing read-write access to the expansion states
of navigation nodes.
- getExpansionStatesController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Deprecated. since 6.0, use method
getExpansionStatesAccessorController(StateHolderController)
instead
- getExpansionStatesController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorFactory
- Deprecated. since 6.0, use method
getExpansionStatesAccessorController(Node, DocumentController)
instead
- getExpiration() -
Method in interface com.ibm.portal.resolver.data.DataSource
- Absolute timestamp that indicates the time when the data represented by the source
will expire.
- getExpirationDate() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Returns expiration date of the entry, or null if none
- com.ibm.portal.admin.LanguageList)">getExtendedLanguageList(LanguageList) -
Method in interface com.ibm.portal.services.globalization.ExtendedLanguageListProvider
- Retrieves the list of regional variations for the given
Portal defined language list.
- getExtensionLowerCase(String) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Get the extension from the given String URI.
- getExtensionLowerCase(String) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Gets the extension from the given String URI.
- getExtensionUpperCase(String) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Get the extension from the given String URI.
- getExtensionUpperCase(String) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Gets the extension from the given String URI.
- getExternalParentDN() -
Method in interface com.ibm.portal.um.PumaProfile
- Deprecated. As of release 6.1, replaced by
PumaEnvironment#getExternalParentDN()
- getFactory() -
Method in interface com.ibm.portal.dnd.DNDService
- Returns an instantiation of the DNDFactory interface.
- ServletContext)">getFactory(ServletContext) -
Static method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Get the CommandManagerFactory object for this context.
- getFactory(ModuleContext) -
Static method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Get the ViewCommandFactory object for this context
- getFactory(ViewCommandExecutionContext) -
Static method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Get the ViewCommandFactory object for the module context obtained
from the ViewCommandExecutionContext
- ServletContext)">getFactory(ServletContext) -
Static method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Gets the CommandManagerFactory object for this context.
- getFactory(ModuleContext) -
Static method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Gets the ViewCommandFactory object for this context.
- getFactory(ViewCommandExecutionContext) -
Static method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Gets the ViewCommandFactory object for the module.
- getFamilyName() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the user's family name (aka last name).
- getFieldName(HttpServletRequest, FileItem) -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Gets the field name.
- getFields() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Return an array of the fields that belongs to the item described by
Metadata, or null if none
- getFieldsInfo() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Return an array of the metadata information for fields that belong to the
item described by Metadata, or null if none.
- getFileElements() -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Returns a hash table containing the file (that is, non-text) request
parameters.
- getFileElements() -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Returns a hash table containing the file (that is, non-text) request
parameters.
- getFileName() -
Method in class com.ibm.portal.spa.data.SpaURI
- Filename of the file inside the ZIP that is addressed by this URI
- getFileName() -
Method in class com.ibm.portal.spa.data.ZipDataURI
-
- getFileTypeMap() -
Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
- Returns the FileTypeMap that manages the suffixes of filenames to
mime types
- getFilterConfig() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Returns the FilterConfig for this Filter.
- getFilterName() -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
- Deprecated. Returns the filter name of this filter
- getFocusTimeout() -
Method in class com.ibm.struts.taglib.html.FormTag
- Returns the focusTimeout
- getFormatMimeType() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.FormatterService
- Returns MIME type of the service generated format
- getFormatterService(Properties) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.FormatterFactory
- Obtains the seedlist formatter service for this factory.
- getFriendlyPath() -
Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- getFriendlyPath() -
Method in interface com.ibm.portal.resolver.friendly.SelectionResult
- The friendly path or
null
- getFullName() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the user's full name, or
null if the full name is not available.
- getGenerateMarkup() -
Method in class com.ibm.struts.taglib.html.FormTag
- Get generate markup.
- getGivenName() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the user's given name (aka first name), or
null if the given name is not available.
- getGlobalizationPreferences(com.ibm.portal.puma.User, String) -
Method in interface com.ibm.portal.services.globalization.preferences.GlobalizationPreferencesService
- Retrieves the user's
GlobalizationPreferences
object if
user is defined and not null, otherwise tries to create a new set of preferences
based on the accept-language header if defined and not null.
- getGroupAttributeDefinition(String) -
Method in interface com.ibm.portal.um.PumaProfile
- Returns an instance of
AttributeDefintion
for the given
name
- getGroupDefaultSearchAttributeName() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns the attribute that is configured as default search attribute for
groups
- getHeader(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the value of the specified request header
as a
String
.
- getHeaderNames() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns an enumeration of all the header names
this request contains.
- getHeaders() -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Returns a modifiable map of the headers
- getHeaders(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns all the values of the specified request header
as an
Enumeration
of String
objects.
- getHomeProtected() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the protected home directory.
- getHomePublic() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the public home directory.
- getHostName() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the hostname.
- getHostPortHTTP() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the host port for HTTP.
- getHostPortHTTPS() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the host port for HTTPS.
- getHttpServletRequest(Object) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Gets the HttpServletRequest as an object from the given request object.
- getHttpServletResponse(Object) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Gets the HttpServletResponse as an object from the given response object.
- getHumanTaskManagerDelegate() -
Method in interface com.ibm.portal.portlet.service.taskmanager.HumanTaskManagerDelegateFactoryService
- Returns an instance of the
HumanTaskManagerDelegate
.
- getHumanTaskManagerDelegate(String) -
Method in interface com.ibm.portal.portlet.service.taskmanager.HumanTaskManagerDelegateFactoryService
- Returns an instance of the
HumanTaskManagerDelegate
.
- getHumanTaskManagerDelegate() -
Method in interface com.ibm.wps.portletservice.taskmanager.HumanTaskManagerDelegateFactoryService
- Deprecated. Returns an instance of the
HumanTaskManagerDelegate
.
- getIconDirectoryPath(String) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
- This method will parse the full icon's path and return only
the directory path
- getIconFileName(String) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
- This method will parse the full icon's path and return only
the filename
- getIconStateValue(PortalResources.State, String) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
- This method concatenates the state onto the front of the icon's filename
- getIconURL(String, PortalResources.State) -
Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
- Creates a URL object that points to an icon resource.
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.ApplicationInfo
- Returns the application's Id.
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.CategoryInfo
- Returns the category Id.
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Entry
- Obtain universal unique Id (UUID) for the Entry
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Obtain universal unique Id (UUID) for the EntrySet
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Returns the field id to bind relevant field info to.
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Returns the field id that binds FieldInfo to relevant field.
- getId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.User
- Returns user Id
- getId() -
Method in class com.ibm.policy.manager.HttpRequestRuleContext
- Retrieve a unique identifier for the session if one is available.
- getId() -
Method in class com.ibm.policy.manager.MapRequestContext
-
- getId() -
Method in class com.ibm.policy.manager.portal.PortletRequestRuleContext
- Retrieve a unique identifier for the session if one is available.
- getId() -
Method in interface com.ibm.policy.manager.Target
- Retrieve a String that uniquely identifies this Target within the
WebSphere cell.
- getId() -
Method in interface com.ibm.portal.dnd.DNDArea
- Returns the id for this DNDArea.
- getId() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns a globally unique id identifying the property.
- getId() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns a globally unique id identifying the property.
- getId() -
Method in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
-
- getId(javax.servlet.http.HttpServletRequest) -
Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
- Deprecated. This method is used by the WebSphere Dynacache to generate a cache ID.
- getId() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Returns the integer representation of the method object that a filter can invoke.
- getId() -
Method in class com.ibm.wps.policy.services.MapRequestContext
-
- getId() -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns ID of the menu tree node.
- getId(javax.servlet.http.HttpServletRequest) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- getId() -
Method in class org.apache.jetspeed.portlet.Portlet.Mode
- Deprecated. Returns the id representing the mode
- getId() -
Method in class org.apache.jetspeed.portlet.Portlet.ModeModifier
- Deprecated. Returns the id representing the mode modifier
- getId() -
Method in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- getID() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the internal unique user id.
- getIdentifier(Principal) -
Method in interface com.ibm.portal.um.PumaProfile
- Returns the unique identifier for the given Principal.
- getIdentifier() -
Method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns the identifier of this capability.
- getIdx() -
Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
-
- getInfo() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Category
- Returns the ID and label of this category.
- getInitParam(String) -
Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
- Returns a value for a given paramenter
- getInitParameter(String) -
Method in interface com.ibm.portal.security.SecurityFilterConfig
- Returns the value for a particular parameter that is set in the configuration
for the corresponding security filter.
- getInitParameter(String) -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
- Deprecated. Returns a String containing the value of the named initialization parameter,
or null if the parameter does not exist.
- getInitParameter(String) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- getInitParameter(String) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the value of the context-wide initialization parameter with
the given name, or null if the parameter does not exist.
- getInitParameter(String) -
Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
- Deprecated. Gets the init parameter with the given name.
- getInitParameterNames() -
Method in interface com.ibm.portal.security.SecurityFilterConfig
- Returns the names of all parameters that are set in the configuration
for the corresponding security filter.
- getInitParameterNames() -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
- Deprecated. Returns the names of the portlet's initialization parameters as an
Enumeration of String objects, or an empty Enumeration if the portlet has
no initialization parameters.
- getInitParameterNames() -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- getInitParameterNames() -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the names of this contexts initialization parameters as
an enumeration, or an empty enumeration if this context has no
initialization parameters.
- getInitParameterNames() -
Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
- Deprecated. Gets an enumeration with the names of all init parameters provided in the
portlet service configuration.
- getInitParameters() -
Method in interface com.ibm.portal.portletmodel.Portlet
- Returns the init parameters of the portlet as specified in the deployment
descriptor
- getInitParams() -
Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
- Returns all names of defined init parameters
- getInnerContentHandler() -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Returns a ContentHandler that ignores calls to ContentHandler.startDocument() and
ContentHandler.endDocument() but simply passes on all other calls to the DefaultContentHandler.
- PortletRequest, PortletResponse)">getInputStream(String, PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
- Returns an input stream that reads from the passed url.
- getInputStream() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Retrieves the body of the request as binary data using
an InputStream.
- getInputStream(String, PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
- Deprecated. Returns an input stream that reads from the passed url.
- getInstance() -
Static method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Returns an instance of the factory.
- getInstance() -
Static method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns an instance of this factory
- getInstance(Class) -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Convenience method to derive a name from the specified class and
call
getInstance(String)
with it.
- getInstance(String) -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Construct (if necessary) and return a
Log
instance,
using the factory's current set of configuration attributes.
- getInstance(Class) -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Convenience method to derive a name from the specified class and
call
getInstance(String)
with it.
- getInstance(String) -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Construct (if necessary) and return a
Log
instance,
using the factory's current set of configuration attributes.
- getInstance() -
Static method in class com.ibm.wps.struts.common.PortletApiUtils
- Deprecated. Gets the singleton instance of the PortletApiUtils implementation.
- getIntHeader(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the value of the specified request header
as an
int
.
- getIntrospector(URI) -
Method in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
-
- getIntrospectors(URI[]) -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocation
-
- getInvalidateCookieURL(RenderRequest, RenderResponse) -
Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
- Returns a URL that triggers the invalidation of the remember me cookie.
- getInvokeIfMultipleActionsActive() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns a boolean value indicating if this action should be invoked even if multiple actions on the owning component
are simultaneously triggered for invocation.
- getInvokeOnMultipleMatch() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- getJspPath() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- getJspPath() -
Method in interface com.ibm.portal.theme.plugin.ThemeJspInclude
- Retrieve the jsp path to include.
- getKey() -
Method in exception com.ibm.portal.state.exceptions.PropertyException
-
- getKey() -
Method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns the internal key value of this capability.
- getKeyMethodMap() -
Method in class com.ibm.portal.struts.action.LookupDispatchAction
- Provides the mapping from resource key to method name.
- getKeyMethodMap() -
Method in class com.ibm.wps.struts.action.WpsLookupDispatchAction
- Provides the mapping from resource key to method name.
- getLabel() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.CategoryInfo
- Returns the category label.
- getLabel() -
Method in exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
-
- getLanguage(Locale) -
Method in interface com.ibm.portal.admin.LanguageList
- Returns a Language object supporting the given locale.
- getLanguageList(PortletRequest) -
Method in interface com.ibm.portal.ibmportlet.service.model.LanguageListProvider
- Deprecated. Returns the portal language list.
- getLanguageList(ServletRequest) -
Method in interface com.ibm.portal.model.LanguageListProvider
- Returns the portal language list.
- getLanguageList() -
Method in interface com.ibm.portal.model.LanguageListProvider
- Returns the portal language list.
- PortletRequest)">getLanguageList(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.model.LanguageListProvider
- Returns the portal language list.
- getLanguageListProvider() -
Method in interface com.ibm.portal.model.LanguageListHome
- Returns a language list provider.
- getLastAccessedTime() -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. Returns the point of time that this session was last accessed.
- getLastLoginTime() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the point of time that this user was last logged in,
or null if this information is not available.
- getLastModified() -
Method in interface com.ibm.portal.TimeStamped
- Returns the modification date of the resource.
- getLastModified(PortletRequest) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- getLastModified(PortletRequest) -
Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
- Deprecated. Returns the time the response of the CacheablePortlet
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
- getLastModified(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Gets the last modified time.
- getLastModified(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Returns the last modified time.
- getLastModified(PortletRequest) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Returns the time the response of the Portlet
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
- getLastModified(PortletRequest) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method defines that
the portlet never expires.
- getLayoutMetrics() -
Method in interface com.ibm.portal.content.LayoutNode
- Returns metrics information of this layout node.
- com.ibm.portal.content.ContentPage)">getLayoutModel(ContentPage) -
Method in interface com.ibm.portal.content.ContentModel
- Returns the layout model for the given page.
- com.ibm.portal.content.ContentPage)">getLayoutModelController(ContentPage) -
Method in interface com.ibm.portal.content.ContentModelController
- Returns a layout model controller for the specified content page.
- getLegacyPortletAccessor(ObjectID, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a legacy accessor that allows for reading the navigational state
of a particular portlet window (typically this includes portlet mode,
window state, and render parameters) using the given
StateHolder interface.
- getLegacyPortletAccessor(String, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a legacy accessor that allows for reading the navigational state
of a particular portlet window (typically this includes portlet mode,
window state, and render parameters) using the given
StateHolder interface.
- getLegacyPortletAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a legacy accessor that allows for reading the navigational state
of a particular portlet window (typically this includes portlet mode,
window state, and render parameters) using the given
DocumentModel interface.
- getLegacyPortletAccessorController(ObjectID, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a legacy controller that allows for reading and writing the
navigational state of a particular portlet window (typically this
includes portlet mode, window state, and render parameters) using the
given StateHolderController.
- getLegacyPortletAccessorController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a legacy controller that allows for reading and writing the
navigational state of a particular portlet window (typically this
includes portlet mode, window state, and render parameters) using the
given StateHolderController.
- getLegacyPortletAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a legacy controller that allows for reading and writing the
navigational state of a particular portlet window (typically this
includes portlet mode, window state, and render parameters) using the
given DocumentController.
- getLegacyPortletTargetAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a legacy portlet as the
target of an action link in the given state document.
- getLegacyPortletTargetAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a legacy portlet as the
target of an action link.
- getLegacyPortletTargetAccessorController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a legacy portlet as the
target of an action link in the given state document.
- getLegacyPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a legacy portlet as the
target of an action link.
- getLegacyPortletTargetController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getLegacyPortletTargetAccessorController(StateHolderController)
instead
- getLegacyPortletTargetController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. Use the method
getLegacyPortletTargetAccessorController(Node, DocumentController)
instead.
Returns a controller which allows for declaring a legacy portlet as the
target of an action link. The returned controller operates on the given
node representing the root of portlet target information.
- getLegacyPortletTargetController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getLegacyPortletTargetAccessorController(HttpServletRequest, StateHolderController)
instead
- getLegacyPortletTargetController(HttpServletRequest, Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getLegacyPortletTargetAccessorController(HttpServletRequest, Node, DocumentController)
instead
- getLen() -
Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
-
- getLength() -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessor
- Returns the maximum number of tabs which can be displayed
in the navigation pane at the same time.
- getLocale() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.DocumentContent
- Returns Locale object that represents language of the content
- getLocale() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return Locale object that represents language of the text of this field.
- getLocale() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Link
- Returns Locale object that represents language of the content that can be
reached by the link.
- getLocale() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Return Locale object that represents language of the item described by
Metadata, or null if none
- getLocale() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Returns Locale that represents formatter language.
- getLocale() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Returns Locale that represents request language.
- getLocale() -
Method in interface com.ibm.portal.admin.Language
- Returns the locale of the language.
- getLocale() -
Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessor
- Returns the locale of the state information.
- getLocale() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the locale of the preferred language.
- getLocaleAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
- Returns a read-only interface to the locale information in the state holder.
- getLocaleAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
- Returns a read-only interface to the locale information under the assumption that the given root
forms the root of the locale data in the document.
- getLocaleAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
- Returns a read-and-write interface to the locale information in the state holder.
- getLocaleAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorFactory
- Returns a read-and-write interface to the locale information under the assumption that the given root
forms the root of the locale data in the document.
- getLocales() -
Method in exception com.ibm.portal.app.exceptions.ComponentException
-
- getLocales() -
Method in exception com.ibm.portal.app.service.backup.BackupServiceException
-
- getLocales() -
Method in exception com.ibm.portal.eventing.service.EventDistributionServiceException
-
- getLocales() -
Method in interface com.ibm.portal.Localized
- Returns a list model containing the locales that are supported by this
object.
- getLocales() -
Method in exception com.ibm.portal.ModelException
-
- getLocales() -
Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
- Returns the languages for which language-specific exception messages and explanations
are provided.
- getLocales() -
Method in class com.ibm.portal.portlet.service.PortletServiceUnavailableException
- Return the languages for which language-specific exception messages and explanations
are provided.
- getLocales() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getLocales() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- getLocales() -
Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
-
- getLocales() -
Method in exception com.ibm.portal.security.exceptions.SecurityException
- Return the languages for which language-specific exception messages and explanations
are provided.
- getLocales() -
Method in exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
-
- getLocales() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getLocales() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- getLocales() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- getLocales() -
Method in exception com.ibm.portal.um.exceptions.PumaException
- Return the languages for which language-specific exception messages and explanations
are provided.
- getLocales() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns an
Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
- getLocalized(Throwable) -
Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
- Converts any exception into a localized object
- getLocalizedContext(Context) -
Method in interface com.ibm.portal.model.CorLocalizedContextHome
- Returns a context instance which uses the language ranges specified in
the given Cor context.
- getLocalizedContext(Enumeration<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContextHome
- Returns a context instance which uses the language ranges specified in the
given locale enumeration.
- getLocalizedContext(String) -
Method in interface com.ibm.portal.model.LocalizedContextHome
- Returns a context instance which uses the language ranges specified in the
given language string.
- getLocalizedContext(HttpServletRequest) -
Method in interface com.ibm.portal.model.PortalLocalizedContextHome
- Returns a context instance which uses the language ranges specified in the
given locale enumeration.
- PortletRequest)">getLocalizedContext(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
- Returns a context instance which uses the language ranges specified in the
given locale enumeration.
- getLocalizedMessage() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Format and return the message using the current default locale.
- getLocalizedMessage() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getLocalizedMessage() -
Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
-
- getLocalizedStatus(Localized, int) -
Static method in exception com.ibm.portal.resolver.exceptions.ResolutionException
-
- getLocation() -
Method in exception com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException
-
- getLocationID() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getLocator() -
Method in interface com.ibm.portal.LocatorProvider
- Returns an interface that allows locating specific resources in a model.
- getLocator(PortletRequest) -
Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
- Deprecated. The returned instance of
PumaLocator
can be used to find com.ibm.portal.um.Principal
- getLocator(PortletRequest, int) -
Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
- Deprecated. The returned instance of
PumaLocator
can be used to find Principal objects
- javax.portlet.PortletRequest)">getLocator(javax.portlet.PortletRequest) -
Method in interface com.ibm.portal.um.portletservice.PumaHome
- The returned instance of
PumaLocator
can be used find Principal
- javax.portlet.PortletRequest, int)">getLocator(javax.portlet.PortletRequest, int) -
Method in interface com.ibm.portal.um.portletservice.PumaHome
- The returned instance of
PumaLocator
can be used to find Principal objects
- getLocator() -
Method in interface com.ibm.portal.um.PumaAdminHome
- Deprecated. The returned instance of
PumaLocator
can be used to find
Principal objects
- getLocator(javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.um.PumaHome
- Deprecated. As of release 6.1,use
instead
- getLocator() -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaLocator
can be used to find Principal objects
- getLocator(String, javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaLocator
can be used to find Principal objects
- getLog() -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the portlet log which allows the portlet to write
debug, informational, warning, or error messages to a log.
- getLoginService(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.login.LoginHome
- Returns the login service for the portlet request and response passed in.
- getLong() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns the long message argument stored in this object.
- getLookupService() -
Method in interface com.ibm.portal.resolver.service.PocService
- Deprecated. use PocServiceHome#getLookupService() instead
- getLtpaToken2Credential() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
-
- getLTPATokenCredential(String, Map, PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns a LTPA Token credential.
- getLtpaTokenCredential() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
-
- getLTPATokenCredential(String, Map, PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns a LTPA Token credential.
- getMajorVersion() -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the major version of the Portlet API that this portlet
container supports.
- getMandatoryGroupAttributeNames() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns the mandatory attributes of the type Group
- getMandatoryUserAttributeNames() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns the mandatory attributes of the type User
- getManufacturer() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- getManufacturer() -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns the name of the manufacturer of this client, or
null if the name is not available.
- getMarkup(ObjectID) -
Method in interface com.ibm.portal.admin.MarkupList
- Returns a Markup object with the given object ID.
- PortletRequest, RenderResponse)">getMarkup(String, PortletRequest, RenderResponse) -
Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
- Returns the markup of the input stream
read from the passed url.
- getMarkup() -
Method in class com.ibm.portal.spa.data.SpaURI
-
- getMarkup(String, PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
- Deprecated. Returns the markup of the input stream
read from the passed url.
- getMarkupGenerator() -
Method in interface com.ibm.portal.dnd.DNDService
- Returns an instantiation of the DNDMarkupGenerator interface.
- getMarkupList(PortletRequest) -
Method in interface com.ibm.portal.ibmportlet.service.model.MarkupListProvider
- Deprecated. Returns the portal markup list.
- getMarkupList(ServletRequest) -
Method in interface com.ibm.portal.model.MarkupListProvider
- Returns the portal markup list.
- getMarkupList() -
Method in interface com.ibm.portal.model.MarkupListProvider
- Returns the portal markup list.
- PortletRequest)">getMarkupList(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.model.MarkupListProvider
- Returns the portal markup list.
- getMarkupListProvider() -
Method in interface com.ibm.portal.model.MarkupListHome
- Returns a markup list provider.
- getMarkupName() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- getMarkupName() -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns the preferred markup name that this client device supports.
- getMarkups() -
Method in interface com.ibm.portal.admin.MarkupCapable
- Returns a ListModel object of
String
objects that are contained in the
object's list of supported markups.
- getMaxResultLimit() -
Method in exception com.ibm.portal.um.exceptions.SizeLimitExceedException
- Returns the maximum size of a search result.
- getMediator() -
Method in exception com.ibm.portal.state.exceptions.InputMediatorException
- Returns the input mediator that caused the exception.
- getMenu(MenuContext) -
Method in interface com.ibm.wps.portlet.menu.MenuProvider
- Deprecated. Interface to be implemented by portlets to return a tree model.
- getMenu(MenuContext) -
Method in class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
- Deprecated. Returns a memory menu tree with only one unnamed root node for a specified context,
overwrite with the custom portlet implementation.
- getMenu(MenuContext) -
Method in class com.ibm.wps.portlets.menu.XMIMenuTreePortlet
- Deprecated. Returns the menu tree containing the complete portlet menus configured in an XML file.
- getMenuTree(MenuContext) -
Method in class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
- Deprecated. Returns a memory menu tree with only one unnamed root node for a specified context,
overwrite with the custom portlet implementation.
- getMenuTree(MenuTree) -
Method in interface com.ibm.wps.portletservice.portletmenu.LogMenuService
- Deprecated. Creates a menu tree that logs all method calls on top of
an existing tree using the standard Logger output.
- getMenuTree(String, MenuContext) -
Method in interface com.ibm.wps.portletservice.portletmenu.MemoryMenuService
- Deprecated. Creates an empty in-memory tree with just one unnamed root element and identifier rootID.
- getMenuTree(MenuTree, MenuContext) -
Method in interface com.ibm.wps.portletservice.portletmenu.MemoryMenuService
- Deprecated. Creates an in-memory copy of the portlet menu tree represented by parent.
- getMenuTree(Reader, MenuContext) -
Method in interface com.ibm.wps.portletservice.portletmenu.XMIMenuService
- Deprecated. Creates a static menu tree from an XML file which is accessed through a Reader.
- getMessage() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Format and return the message using the current default locale.
- getMessage(boolean, Locale) -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Format and return the message using the specified locale.
- getMessage() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Format and return the message using the current default locale.
- getMessage(boolean) -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Format and return the message using the current default locale.
- getMessage(Locale) -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Format and return the message using the specified locale.
- getMessage(boolean, Locale) -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Format and return the message using the specified locale.
- getMessage() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getMessage() -
Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
-
- getMessage() -
Method in exception com.ibm.portal.state.exceptions.InvalidPropertyException
-
- getMessage() -
Method in class org.apache.jetspeed.portlet.DefaultPortletMessage
- Deprecated. Returns the message string of this message
- getMessage() -
Method in interface org.apache.jetspeed.portlet.event.MessageEvent
- Deprecated. Returns the message that this event carries.
- getMessageArgs() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Return The list of message arguments that will be used when formatting
the message stored in this object.
- getMessageCode() -
Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
- Returns the message code for this exception.
- getMessageID() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Return The message ID associated with the message stored in this object.
- getMessageObject() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Will return the SeedlistMessage object that was created when this
SeedlistException object was instantiated.
- getMessages() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Return the list of messages contained within this exception.
- getMessages(boolean, Locale, List) -
Static method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Format and return the list of messages using the specified locale.
- getMessages() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Creates and fetches the default message resources for the
Struts Portlet Framework.
- getMetadata() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Entry
- Returns the properties that describes retrieved document or seedlist
- getMetadata() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Returns common features for retireved entries (documents and seedlists)
- getMetaData(Object) -
Method in interface com.ibm.portal.content.ContentMetaDataModel
- Returns the aggregated meta data for the given node.
- getMetaData(Object) -
Method in interface com.ibm.portal.MetaDataModel
- Return the meta data for the given node.
- getMetaData() -
Method in interface com.ibm.portal.MetaDataProvider
- Returns the meta data associated with this provider.
- getMetaData() -
Method in interface com.ibm.portal.portletmodel.Portlet
- Returns the same preferences as Portlet.getPortletPreferencesLayer()
- getMetaData() -
Method in interface com.ibm.portal.portletmodel.PortletPreferencesProvider
- Returns the same preferences as PortletPreferencesProvider.getPortletPreferencesLayer().
- getMethod() -
Method in interface com.ibm.portal.resolver.bindings.HttpBinding
- Returns the preferred HTTP method used to access the binding
- getMethod(String) -
Method in class com.ibm.portal.struts.action.DispatchAction
-
Introspect the current class to identify a method of the specified
name that accepts the same parameter types as the
execute
method does.
- getMethod(String) -
Method in class com.ibm.wps.struts.action.WpsDispatchAction
- Introspects the current class to identify a method of the specified
name that accepts the same parameter types as the
execute
method does.
- getMethod() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the HTTP method of this request.
- getMetrics() -
Method in interface com.ibm.portal.content.LayoutNode
- Deprecated. use LayoutNode.getLayoutMetrics() instead
Returns metrics information of this composition element. This could be
for example the width of the node.
- getMimeType() -
Method in interface com.ibm.portal.admin.Markup
- Returns the MIME type of the markup
- getMimeType() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- getMimeType() -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns the preferred mime-type that this client device supports.
- getMinorVersion() -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the minor version of the Portlet API that this portlet
container supports.
- getMode() -
Method in interface com.ibm.portal.resolver.PocURL
- Returns the mode that is currently associated with the resouce
- getMode() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getMode() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the mode that the portlet is running in.
- getModel() -
Method in interface com.ibm.portal.state.StateHolder
- Accesses the (untyped) document model that this state represents.
- getModel() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- getModel() -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns the name of the model of this client, or
null if the name is not available.
- getModelController() -
Method in interface com.ibm.portal.state.StateHolderController
- Returns a read-write interface to the document model in this state
- getModifiableFlag(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Returns the modifiable flag set for this node.
- getModifiableLayoutMetrics() -
Method in interface com.ibm.portal.content.ModifiableLayoutNode
- Returns the modifiable layout metrics of the layout node.
- getModifiableMetaData() -
Method in interface com.ibm.portal.ModifiableMetaDataProvider
- Returns modifiable meta data
- getModifiableMetaData() -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferencesProvider
- Returns the same modifiable preferences as
#getPortletPreferencesLayer()
- getModifiableNode(T) -
Method in interface com.ibm.portal.ModelController
- Returns a modifiable instance of the specified node.
- getModifiableObjectID() -
Method in interface com.ibm.portal.ModifiableIdentifiable
- Returns the modifiable object ID of the resource.
- getModifiablePortletPreferencesLayer() -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferencesProvider
- Returns the modifiable preferences layer that corresponds to the resource
implementing the ModifiablePortletPreferencesProvider
- getModuleContext() -
Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Return the ModuleContext object
- getModuleContext() -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Return the module context object
- getModuleContext() -
Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Returns the ModuleContext.
- getModuleContext() -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Returns the module context object.
- getMovePortletActionController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorFactory
- Returns a
MoveActionActionAccessorController
in order
to include a "Move Portlet" action into the given state holder.
This controller should be used in case that no servlet request is available,
e.g.
- getMovePortletActionController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorFactory
- Returns a MovePortletActionAccessorController in order to
include a "Move Portlet" action into the given state holder.
- getMovePortletActionController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorFactory
- Returns a MovePortletActionAccessorController in order to
include a "Move Portlet" action into the state holder.
This controller should be used in case that no servlet request is available,
e.g.
- getMultiselectable() -
Method in interface com.ibm.portal.dnd.DNDSource
- Return a flag indicating whether or not this DNDSource can be multiselected
- getMultiselectDelimiter() -
Method in interface com.ibm.portal.dnd.DNDAction
- Return the delimiter to be used to separate values when a multiselect drop
occurs.
- getName() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Returns the field name.
- getName() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.User
- Returns user name
- getName() -
Method in interface com.ibm.portal.admin.Markup
- Returns the markup name.
- getName() -
Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
- Returns the name of an AuthLevel
- getName() -
Method in interface com.ibm.portal.dnd.DNDProperty
- Returns the name of the parameter as it will appear in the request for the
value of this DNDProperty.
- getName() -
Method in interface com.ibm.portal.ObjectType
- Provides access to the name of the object type.
- getName() -
Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
- Returns the name of this Vault Segment.
- getName() -
Method in interface com.ibm.portal.portletmodel.CommunicationEndpoint
- Returns the name of the endpoint.
- getName() -
Method in interface com.ibm.portal.portletmodel.ProcessingEventDefinition
- Returns the name of this processing event definition.
- getName() -
Method in interface com.ibm.portal.portletmodel.PublishingEventDefinition
- Returns the name of this publishing event definition.
- getName() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns the name of the action.
- getName() -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns the parameter name.
- getName() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns the name of the property.
- getName() -
Method in class com.ibm.portal.ResourceType
- Deprecated.
- getName() -
Method in exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
-
- getName() -
Method in exception com.ibm.portal.state.accessors.exceptions.UniqueNameException
-
- getName() -
Method in interface com.ibm.portal.um.AttributeDefinition
- Returns the name of the corresponding attribute as
String
- getName() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns the name of the action.
- getName() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns the name of the Property.
- getName() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Returns the name of this Vault Segment.
- getName() -
Method in class org.apache.jetspeed.portlet.DefaultPortletAction
- Deprecated. Returns the name of this action
- getName() -
Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
- Deprecated. Return the name of the attribute that changed on the PortletApplicationSettings.
- getName() -
Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
- Deprecated. Return the name of the attribute that changed on the PortletSettings.
- getName() -
Method in interface org.apache.jetspeed.portlet.PortletConfig
- Deprecated. since 5.1, use PortletSettings.getName() instead
to retrieve the name of the concrete portlet.
- getName() -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Returns the name of the concrete portlet.
- getNames() -
Method in interface com.ibm.portal.MetaData
- Returns a list of the names of meta data entries.
- getNames() -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
-
- getNames() -
Method in interface com.ibm.portal.resolver.streams.MultipartStream.Entry
- Returns a list of the names of meta data entries.
- getNamespace() -
Method in interface com.ibm.portal.dnd.DNDProperty
- Returns the namespace for this DNDProperty.
- getNamespace() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns a string containing the type namespace.
- getNamespace() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns a string containing the type namespace.
- getNamespaceURI() -
Method in interface com.ibm.portal.state.dom.Node
-
- getNavigationModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.ibmportlet.service.model.NavigationModelProvider
- Deprecated. Returns the navigation model applicable in the current request.
- getNavigationModel(ServletRequest, ServletResponse) -
Method in interface com.ibm.portal.model.NavigationModelProvider
- Returns the navigation model applicable in the current request.
- getNavigationModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.model.NavigationModelProvider
- Returns the navigation model applicable in the current request.
- getNavigationModelProvider() -
Method in interface com.ibm.portal.model.NavigationModelHome
- Returns a navigation model provider.
- getNavigationSelectionModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.ibmportlet.service.model.NavigationSelectionModelProvider
- Deprecated. Returns the navigation selection model applicable in the current request.
- getNavigationSelectionModel(ServletRequest, ServletResponse) -
Method in interface com.ibm.portal.model.NavigationSelectionModelProvider
- Returns the navigation selection model applicable in the current request.
- getNavigationSelectionModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.model.NavigationSelectionModelProvider
- Returns the navigation selection model applicable in the current request.
- getNavigationSelectionModelProvider() -
Method in interface com.ibm.portal.model.NavigationSelectionModelHome
- Returns a navigation selection model provider.
- getNavigationShift(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Deprecated. since 6.0, use method
getNavigationShiftAccessor(Node, DocumentModel)
instead
- getNavigationShift(ObjectID, StateHolder) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Deprecated. since 6.0, use method
getNavigationShiftAccessor(ObjectID, StateHolder)
instead
- getNavigationShiftAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Returns an interface providing read access to navigation shift
information which is placed at the given node in the given document
model.
- getNavigationShiftAccessor(ObjectID, StateHolder) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Returns an interface providing read access to navigation shift
information for a given navigation node.
- getNavigationShiftAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Returns an interface providing read-write access to navigation shift
information which is placed at the given node in the given document
model.
- getNavigationShiftAccessorController(ObjectID, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Returns an interface providing read-write access to navigation shift
information for a given navigation node.
- getNavigationShiftAccessorController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Returns an interface providing read-write access to navigation shift
information for a given navigation node.
- getNavigationShiftController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Deprecated. since 6.0, use method
getNavigationShiftAccessorController(Node, DocumentController)
instead
- getNavigationShiftController(ObjectID, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Deprecated. since 6.0, use method
getNavigationShiftAccessorController(ObjectID, StateHolderController)
instead
- getNavigationShiftController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorFactory
- Deprecated. since 6.0, use method
getNavigationShiftAccessorController(String, StateHolderController)
instead
- getNextEntry() -
Method in class com.ibm.portal.resolver.streams.MultipartInputStream
-
Reads the next multipart stream entry and positions stream at the
beginning of the entry data.
- getNextUrl(EntrySet) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.url.URLResolver
- Returns URL to the next page for specified EntrySet or null if no next
page to display for specified EntrySet
- getNickName() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the user's nickname, or
null if the nickname is not available.
- getNodeName() -
Method in interface com.ibm.portal.state.dom.Node
-
- getNodes() -
Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- getNodes() -
Method in interface com.ibm.portal.resolver.friendly.SelectionResult
- The the current node result list
- getNodeValue() -
Method in interface com.ibm.portal.state.dom.Node
-
- getNumberOfDocuments(ApplicationInfo, Request) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.RetrieverService
- Obtain number of all descendent documents under specified seedlist id
without retrieving those documents
- getNumberOfEntries() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Returns the number of all found entries (both documents and seedlists)
for this request
- getNumEntries() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Returns the number of documents/seedlists requested for this request
- getObject() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns the message argument stored in this object as a Object.
- getObject(String) -
Method in class com.ibm.portal.struts.common.ModuleContext
- Gets the object stored by key and takes into account the previously
saved module prefix.
- getObjectID() -
Method in interface com.ibm.portal.content.LayoutModel
- Returns the object ID of the ContentPage
which was used to retrieve this layout model.
- getObjectID() -
Method in interface com.ibm.portal.Identifiable
- Returns the object ID of the resource that implements the Identifiable
interface.
- getObjectID() -
Method in interface com.ibm.portal.IdentifiableCreationContext
- Returns the object ID of the resource that is to be created.
- getObjectID() -
Method in exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
-
- getObjectID() -
Method in exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
-
- getObjectID() -
Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
- Returns the object ID of the selection represented by this URL.
- getObjectID() -
Method in interface com.ibm.portal.resolver.friendly.service.PortletFriendlySelectionService
- Returns the object ID of the PortletWindow that
accessed the service
- getObjectID() -
Method in class com.ibm.portal.resolver.uri.PortletURI
- Returns the object ID of the portlet window
- getObjectID() -
Method in class com.ibm.portal.spa.data.SpaURI
-
- getObjectID() -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Returns the object ID of the portlet window object this service
operates on.
- getObjectID() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Use getPortalObjectID() returning com.ibm.portal.ObjectID instead.
- getObjectType(String) -
Method in interface com.ibm.portal.identification.Identification
- Provides access to instances of ObjectType.
- getObjectType() -
Method in interface com.ibm.portal.ObjectID
- Returns the type of the resource that is identified by this ObjectID.
- getOnClickMarkup() -
Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
- Deprecated. Returns the markup to be tied to the element
attribute governing the click behavior (the onclick attribute in
html/javascript).
- getOptionalActionHandlerMarkup() -
Method in interface com.ibm.portal.dnd.DNDAction
- Returns optional javascript to be executed when a drag object is dropped
onto a drop zone containing this action and causing it to be invoked.
- getOptionalOnDragHandlerMarkup() -
Method in interface com.ibm.portal.dnd.DNDSource
- This method returns optional javascript to be invoked at the beginning of
a drag operation.
- getOrdinal() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getOrdinal() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- getOrdinal() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- getOrdinal() -
Method in interface com.ibm.portal.theme.plugin.ThemeContent
- Gets the ordinal value.
- getOrdinalValue() -
Method in interface com.ibm.portal.ObjectType
- Provides access to the ordinal value of the object type.
- getOrdinalValue() -
Method in class com.ibm.portal.ResourceType
- Deprecated.
- getOwnerId() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns an id representing the portlet which registered this action.
- getOwnerId() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns an
Object
whose hashcode and equals method may be used
to identify the portlet that registered this property.
- getOwningDefinitionId() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns the component owner definition id associated with this action.
- getOwningDefinitionId() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Return the id of the owning component this property is associated with.
- getPageContext() -
Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Return the PageContext object
- getPageContext() -
Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Returns the PageContext.
- getPageID() -
Method in class com.ibm.portal.resolver.uri.PortletURI
- Returns the objectID of the page
- getPageID() -
Method in interface com.ibm.portal.taskui.dynamicui.DynamicPageHandle
- Returns the object id of the dynamic page.
- getParameter(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the value of the parameter with the given name,
or null if no such parameter exists.
- getParameterMap() -
Method in interface com.ibm.portal.resolver.Resolved
- Returns a modifiable version of the parameter map that will be passed
to the servlet or portlet as request parameters.
- getParameterMap() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns a map of the parameters of this request.
- getParameterName(String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns the parameter name stored under the specified key.
- getParameterNames() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns an enumeration of all parameter names.
- getParameters() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns the Parameter array associated with this action.
- getParameters() -
Method in interface com.ibm.portal.resolver.data.Addressable
- Returns an potentially unmodifiable version of the parameters used to address
the object, never
null
, but potentially the empty map.
- getParameters() -
Method in interface com.ibm.portal.resolver.PocURL
- Returns a modifiable version of the parameters used to address
the object, never
null
, but potentially the empty map.
- getParameters() -
Method in class com.ibm.portal.resolver.uri.PortletURI
-
- getParameters() -
Method in interface com.ibm.portal.state.accessors.action.engine.EngineActionAccessorController
- Returns a modifiable map (
String
to String[]
)
which allows for setting action parameters for the engine action this
controller operates on.
- getParameters() -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
- Returns a map of portlet parameters (String -> String[]).
- getParameters() -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorController
- Returns a map of portlet parameters (String -> String[]).
- getParameters() -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Returns a map of target parameters (String -> String[]).
- getParameters() -
Method in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
- Returns a map of public portlet render parameters (QName -> String[]).
- getParameters() -
Method in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessorController
- Returns a map of public render parameters (String -> String[]).
- getParameters() -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
- Returns an unmodifiable map containing generic selection parameters.
- getParameters() -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
- Returns a modifiable map containing generic selection parameters.
- getParameters(StateHolder) -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Method for obtaining the parameters for the portlet window this service
operates on.
- getParameters() -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Method for obtaining the parameters for the current (implied) portlet
window and the navigation state this service operates on.
- getParameters() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns the parameters associated with the action.
- getParameters() -
Method in class org.apache.jetspeed.portlet.DefaultPortletAction
- Deprecated. Returns all parameters
- getParameterValues(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the values of all parameters with the
given name.
- getParent(Node) -
Method in interface com.ibm.portal.state.dom.DocumentModel
- Returns the parent for a given node.
- getParent(E) -
Method in interface com.ibm.portal.TreeModel
- Returns the parent of a given node.
- getParentDN(String) -
Method in interface com.ibm.portal.um.PumaProfile
- Deprecated. As of release 6.1, replaced by
PumaEnvironment#getParentDN(String)
- getParentID() -
Method in interface com.ibm.portal.portlet.PortletEntityCreationContext
- The portlet entity or definition object id for which a portlet entity is to be created.
- com.ibm.portal.portletmodel.PortletEntity)">getParentPortletEntity(PortletEntity) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Returns the parent portlet entity that provides defaults for preferences.
- getPassword() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
- Returns the password of this credential's secret
- getPassword() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
- Returns the password.
- getPassword() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
- Deprecated. Returns the password of this credential's secret
- getPathFromRoot() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Category
- Returns the ID and label of all ancestor categories, beginning with the
root category, and ending with the direct parent of this category.
- getPathInfo() -
Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- getPathInfo() -
Method in interface com.ibm.portal.resolver.friendly.SelectionResult
- The path info or
null
- getPocURI() -
Method in class com.ibm.portal.resolver.uri.PortletURI
-
- getPolicyManager() -
Method in interface com.ibm.policy.manager.PolicyManagerService
- Retrieve the PolicyManager instance
- getPortalContext() -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterConfig
- Deprecated. Returns a reference to the portal's ServletContext in which the caller
is executing.
- getPortalCPIID() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- If this Vault Slot is user managed and portlet private (a user managed portlet private slot), this method returns the
Portlet Instance ID of the portlet.
- getPortalFriendlySelectionService(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
- Retrieves an instance of the friendly selection service.
- getPortalObjectID() -
Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
- Returns the
com.ibm.portal.ObjectID
of this Vault Segment.
- getPortalObjectID() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Returns the
com.ibm.portal.ObjectID
of this Vault Segment.
- getPortalPocService(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.resolver.service.PortalPocServiceHome
- Returns a PortalPocService instance which is valid within the
scope of one request.
- getPortalResourceTypes() -
Static method in class com.ibm.portal.ResourceType
- Deprecated.
- getPortalStateManagerService(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.state.service.PortalStateManagerServiceHome
- Returns a PortalStateManagerService instance which is
valid within the scope of one request.
- getPortalStateManagerService(ServerContext, Locale, Profile, boolean, boolean) -
Method in interface com.ibm.portal.state.service.PortalStateManagerServiceHome
- Returns a PortalStateManagerService instance.
- getPortalStaticPageService(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
- Creates a new instance of the PortalStaticPageService that is valid for one
request.
- getPortalURLWriter(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLGenerationService
- Returns the PortalURLWriter based on the current state information encoded in the given request.
- com.ibm.portal.portletmodel.PortletDefinition)">getPortlet(PortletDefinition) -
Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
- Return the portlet that represents the deployed code unit for the given
portlet definition
- getPortlet(ObjectID) -
Method in interface com.ibm.portal.portletmodel.admin.PortletList
- Returns the portlet with the specified object ID.
- com.ibm.portal.portletmodel.PortletDefinition)">getPortlet(PortletDefinition) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return the portlet that represents the deployed code unit for the given
portlet definition.
- getPortlet(ObjectID, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletAccessor(ObjectID, StateHolder)
instead
- getPortlet(String, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletAccessor(String, StateHolder)
instead
- getPortlet(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletAccessor(Node, DocumentModel)
instead
- getPortlet() -
Method in interface org.apache.jetspeed.portlet.event.Event
- Deprecated. deprecated since version 1.1
- getPortlet() -
Method in class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. no replacement.
Returns the portlet that is reporting its unavailability.
- getPortletAccessor(ObjectID, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for reading the navigational state of a
particular portlet window (typically this includes portlet mode, window
state, and render parameters) using the given StateHolder
interface.
- getPortletAccessor(String, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for reading the navigational state of a
particular portlet window (typically this includes portlet mode, window
state, and render parameters) using the given StateHolder
interface.
- getPortletAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for reading the navigational state of a
particular portlet window (typically this includes portlet mode, window
state, and render parameters) using the given DocumentModel
interface.
- getPortletAccessor() -
Method in interface com.ibm.portal.state.PortletStateManager
- Gets a portlet accessor that operates on the request-specific state holder.
- getPortletAccessor(StateHolder) -
Method in interface com.ibm.portal.state.PortletStateManager
- Gets a portlet accessor for the given state holder.
- getPortletAccessorController(ObjectID, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a controller that allows for reading and writing the
navigational state of a particular portlet window (typically this
includes portlet mode, window state, and render parameters) using the
given StateHolderController.
- getPortletAccessorController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a controller that allows for reading and writing the
navigational state of a particular portlet window (typically this
includes portlet mode, window state, and render parameters) using the
given StateHolderController.
- getPortletAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a controller that allows for reading and writing the
navigational state of a particular portlet window (typically this
includes portlet mode, window state, and render parameters) using the
given DocumentController.
- getPortletAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.PortletStateManager
- Gets a portlet controller that operates on the given state.
- getPortletAccessorController() -
Method in interface com.ibm.portal.state.PortletStateManagerController
- Gets a portlet accessor controller that operates on the request-specific
state holder.
- getPortletConfig() -
Method in interface com.ibm.portal.struts.portlet.PortletInfoSupplier
- Get the Portlet configuration object.
- getPortletConfig() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the Portlet configuration object.
- getPortletConfig() -
Method in interface com.ibm.wps.portlets.struts.PortletInfoSupplier
- Get the Portlet configuration object.
- getPortletConfig() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the portlet configuration object.
- getPortletConfig() -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Returns the PortletConfig object of the portlet
- getPortletConfig() -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Returns the portlet configuration.
- getPortletContext(PortletContext) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet context to a javax.portlet context.
- getPortletContext() -
Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Return the PortletContext object
- getPortletContext() -
Method in interface com.ibm.portal.struts.portlet.PortletInfoSupplier
- Get the Portlet context
- getPortletContext() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the Portlet context
- getPortletContext() -
Method in interface com.ibm.wps.portlets.struts.PortletInfoSupplier
- Get the Portlet context
- getPortletContext() -
Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Returns the PortletContext.
- getPortletContext() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the portlet context object.
- getPortletContext() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the portlet context.
- getPortletController(ObjectID, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use the method
getPortletAccessorController(ObjectID, StateHolderController)
instead.
- getPortletController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletAccessorController(String, StateHolderController)
instead
- getPortletController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletAccessorController(Node, StateHolderController)
instead
- getPortletDefinition() -
Method in interface com.ibm.portal.content.LayoutControlCreationContext
- The portlet definition for which a layout control is to be created.
- getPortletDefinition(ObjectID) -
Method in interface com.ibm.portal.portletmodel.admin.PortletDefinitionList
- Returns the portlet definition with the specified object ID.
- com.ibm.portal.portletmodel.PortletWindow)">getPortletDefinition(PortletWindow) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return the portlet definition that defines administrative settings
for the portlet shown in the given window.
- com.ibm.portal.portletmodel.PortletEntity)">getPortletDefinition(PortletEntity) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return the portlet definition that defines administrative settings
for the portlet configuration represented by this entity
- getPortletDefinitionID() -
Method in interface com.ibm.portal.portlet.PortletDefinitionCloningContext
- The portlet definition object id which should be cloned.
- getPortletDefinitionList() -
Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
- Return a model that gives access to the portlet definitions that are accessible
in the context of this portlet model.
- getPortletEntity() -
Method in interface com.ibm.portal.content.LayoutControlCreationContext
- The portlet entity for which a layout control is to be created.
- com.ibm.portal.portletmodel.PortletWindow)">getPortletEntity(PortletWindow) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return a portlet entity that defines preferences for this portlet in the
context of the scope of this portlet model.
- getPortletFriendlySelectionService(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.resolver.friendly.service.PortletFriendlySelectionServiceHome
- Retrieves an instance of the friendly selection service.
- getPortletList() -
Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
- Return a model that gives access to the portlets that are accessible
in the context of this portlet model.
- getPortletListAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for retrieving the list of portlets that
are referenced in the navigational state using the given
StateHolder interface.
- getPortletListAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for retrieving the list of portlets that
are referenced in the navigational state using the given
DocumentModel interface.
- getPortletLog() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Gets the portlet log.
- getPortletLog() -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Returns the portlet log.
- getPortletMode() -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
- Returns the current portlet mode.
- getPortletMode() -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Returns the portlet mode.
- getPortletMode() -
Method in class com.ibm.struts.taglib.html.FormTag
- Returns the portlet mode.
- getPortletModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.ibmportlet.service.model.PortletModelProvider
- Deprecated. Returns the portlet model applicable in the current portlet request.
- com.ibm.portal.content.ContentPage, ServletRequest, ServletResponse)">getPortletModel(ContentPage, ServletRequest, ServletResponse) -
Method in interface com.ibm.portal.model.PortletModelProvider
- Returns the portlet model applicable to the given page in the current request.
- getPortletModel(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.model.PortletModelProvider
- Returns the portlet model applicable in the current portlet request.
- getPortletModelController() -
Method in interface com.ibm.portal.content.LayoutModelController
- Returns a portlet model controller valid in the scope of this layout model
controller.
- getPortletModelControllerProvider() -
Method in interface com.ibm.portal.model.controller.PortletModelControllerHome
- Returns a portlet model provider.
- getPortletModelProvider() -
Method in interface com.ibm.portal.model.PortletModelHome
- Returns a portlet model provider.
- getPortletModes() -
Method in interface com.ibm.portal.portletmodel.Portlet
- Returns a ListModel object of PortletMode objects that are contained in the
portlet's list of supported portlet modes.
- getPortletModes(String) -
Method in interface com.ibm.portal.portletmodel.Portlet
- Returns a ListModel object of PortletMode objects that are contained in the
portlet's list of supported portlet modes for a specific markup
- getPortletName() -
Method in interface com.ibm.portal.portletmodel.Portlet
- Returns the portlet name as specified in the deployment descriptor
- getPortletPocService(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.resolver.service.PortletPocServiceHome
- Get a portlet POC service for the current request and response.
- getPortletPreferencesLayer() -
Method in interface com.ibm.portal.portletmodel.Portlet
- Returns the preferences that are defined in the deployment descriptor for
this portlet
- getPortletPreferencesLayer() -
Method in interface com.ibm.portal.portletmodel.PortletPreferencesProvider
- Returns the preferences layer that corresponds to the resource implementing
the PortletPreferencesProvider
- getPortletRequest(HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Gets the PortletRequest as an object from the given request object.
- getPortletRequest() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
- Returns the wrapped ServletRequest object.
- getPortletRequest() -
Method in interface com.ibm.wps.portlet.menu.MenuContext
- Deprecated. Returns instance of the current PortletRequest
- getPortletRequestDispatcher(PortletContext, String) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet context to a javax.portlet request dispatcher.
- getPortletResponse(HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Gets the PortletResponse as an object from the given request.
- getPortletResponse(HttpServletResponse, HttpServletRequest) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Gets the PortletResponse as an object from the given request.
- getPortletResponse() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
- Return the wrapped ServletResponse object.
- getPortletResponse() -
Method in interface com.ibm.wps.portlet.menu.MenuContext
- Deprecated. Returns instance of the current PortletResponse
- getPortlets(StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletListAccessor(StateHolder)
instead
- getPortlets(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Deprecated. since 6.0, use method
getPortletListAccessor(Node, DocumentModel)
instead
- getPortlets() -
Method in interface com.ibm.portal.state.accessors.portlet.PortletListAccessor
- Get a (potentially unordered) list of ObjectIDs of
portlets that are accessible by this accessor.
- WindowState)">getPortlets(WindowState) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletListAccessor
- Get a list of ObjectIDs of portlets that are
currently in the given window state.
- getPortletService(Class) -
Method in interface com.ibm.portal.portlet.service.PortletServiceHome
- Return a service for the given service interface.
- getPortletSession(PortletSession, PortletContext) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet session to a javax.portlet session.
- getPortletSession() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getPortletSession(boolean) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getPortletSession() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the current session for the portlet or, if there is no current
portlet session, creates one and returns it.
- getPortletSession(boolean) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the current session for the portlet or, if there is no current
portlet session and the given flag is true, creates one and returns
it.
- getPortletSettings() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getPortletSettings() -
Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
- Deprecated. Return the PortletSettings that changed.
- getPortletSettings() -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. since 5.1, use PortletRequest.getPortletSettings instead. A single instance
of a portlet may reference multiple concrete portlets; without a reference to a
portlet request, it is not always possible to determine the correct concrete portlet
- getPortletSettings() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the PortletSettings object of the concrete portlet.
- getPortletStateManager(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.state.service.PortletStateManagerService
- Get a portlet state manager for the current request and response.
- getPortletStateManagerController(ActionRequest, ActionResponse) -
Method in interface com.ibm.portal.state.service.PortletStateManagerService
- Get a portlet state manager for the current request.
- getPortletStaticPageService(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.spa.service.PortletStaticPageServiceHome
- Get a static page service
- getPortletTargetAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a portlet as the target
of an action or render link in the given state document.
- getPortletTargetAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a portlet as the target
of an action or render link.
- getPortletTargetAccessorController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a portlet as the target
of an action or render link in the given state document.
- getPortletTargetAccessorController(HttpServletRequest, Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Returns a controller which allows for declaring a portlet as the target
of an action or render link.
- getPortletTargetAccessorController() -
Method in interface com.ibm.portal.state.PortletStateManager
- Returns a controller which allows for declaring a portlet as the target
of an action or render link that encodes the given state document.
- getPortletTargetAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.PortletStateManager
- Returns a accessor controller which allows for declaring a portlet as the
target of an action or render link that encodes the given state document.
- getPortletTargetController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getPortletTargetAccessorController(StateHolderController)
instead
- getPortletTargetController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getPortletTargetAccessorController(Node, DocumentController)
instead
- getPortletTargetController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getPortletTargetAccessorController(HttpServletRequest, StateHolderController)
instead
- getPortletTargetController(HttpServletRequest, Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Deprecated. since 6.0, use method
getPortletTargetAccessorController(HttpServletRequest)
instead
- com.ibm.portal.content.LayoutControl)">getPortletWindow(LayoutControl) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return the portlet window that is associated with the given layout control.
- getPortletWindowID() -
Method in class com.ibm.portal.resolver.uri.PortletURI
- Returns the objectID of the portlet window.
- getPortletWindowStateParameterService(ObjectID, ObjectID) -
Method in interface com.ibm.portal.state.service.parameters.StateParameterService
- Returns a service that allows manipulation of parameters for the given
portlet window.
- com.ibm.portal.portletmodel.PortletWindow, com.ibm.portal.content.ContentPage)">getPortletWindowStateParameterService(PortletWindow, ContentPage) -
Method in interface com.ibm.portal.state.service.parameters.StateParameterService
- Returns a service that allows manipulation of parameters for the given
portlet window.
- getPos() -
Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
-
- com.ibm.portal.portletmodel.PortletEntity)">getPreferencesHierarchy(PortletEntity) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return an aggregated view of the preference layers associated with the given
portlet entity.
- com.ibm.portal.portletmodel.PortletDefinition)">getPreferencesHierarchy(PortletDefinition) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Return an aggregated view of the preference layers associated with the given
portlet definition.
- getPreferredLocale(Iterable<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a preferred locale based on the information the context was created with.
- getPreferredLocale(Iterator<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a preferred locale based on the information the context was created with.
- getPreferredLocale(ListModel<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a preferred locale based on the information the context was created with.
- getPreferredLocales(Iterable<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a read-only list of preferred locales (in descending order) based
on the information the context was created with.
- getPreferredLocales(Iterator<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a read-only list of preferred locales (in descending order) based
on the information the context was created with.
- getPreferredLocales(ListModel<Locale>) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a read-only list of preferred locales (in descending order) based
on the information the context was created with.
- getPreferredSupportedLocale() -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a preferred locale based on the information the context was created with.
- getPreferredSupportedLocales() -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a read-only list of preferred locales (in descending order) based
on the information the context was created with.
- PortletRequest)">getPrefix(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Returns the prefix associated with this command.
- getPrefix() -
Method in class com.ibm.portal.struts.common.ModuleContext
- Returns the saved prefix.
- getPrefix(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Returns the prefix associated with this command.
- getPreviousMode() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getPreviousMode() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the last mode that is kept for this portlet on the mode
stack, or null if no previous mode exists.
- getPreviousPortletMode() -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessor
- Provides the previous portlet mode.
- getPreviousWindowState() -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessor
- Provides the previous window state.
- getPrevUrl(EntrySet) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.url.URLResolver
- Return URL to the previous page for specified EntrySet or null if no
previous page to display for specified EntrySet
- getProfile() -
Method in interface com.ibm.portal.resolver.accessors.ContextAccessor
- Returns the CCPP profile of the current scope
- getProfile(PortletRequest) -
Method in interface com.ibm.portal.um.portletservice.legacy.PumaHome
- Deprecated. The returned instance of
PumaProfile
can be used to read attributes
for a Principal
- javax.portlet.PortletRequest)">getProfile(javax.portlet.PortletRequest) -
Method in interface com.ibm.portal.um.portletservice.PumaHome
- The returned instance of
PumaProfile
can be used to read attributes
for a Principal
- getProfile() -
Method in interface com.ibm.portal.um.PumaAdminHome
- Deprecated. The returned instance of
PumaProfil
can be used to read
attributes for a Principal
The PumaProfil
object returned by this method uses WebSphere Application Server security features to
determine the current available user.
- getProfile(javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.um.PumaHome
- Deprecated. As of release 6.1,use
instead
- getProfile() -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaProfil
can be used to read attributes
for a Principal
The PumaProfil
object returned by this method uses WebSphere Application Server RunAs Subject security feature to
determine the current available user.
- getProfile(String, javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.um.PumaHome
- The returned instance of
PumaProfil
can be used to read attributes
for a Principal
The PumaProfil
object returned by this method uses WebSphere Application Server RunAs Subject security feature to
determine the current available user.
- getProperties() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Returns all the request properties
- getProperties() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getProperties(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated.
- getProperty(String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Returns the value of a request property
- getProperty() -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns the associated Property object.
- getProperty() -
Method in interface com.ibm.portal.propertybroker.property.PropertyValue
- Return the Property part of this object.
- getProperty() -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Returns the associated Property object.
- getProperty() -
Method in interface com.ibm.wps.pb.property.PropertyValue
- Deprecated. Returns the Property part of this object.
- getPropertyName() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getProps() -
Method in exception com.ibm.portal.state.exceptions.PropertyException
-
- getProtectedLWPTypes() -
Static method in class com.ibm.portal.ResourceType
- Deprecated. - use QueryProtectedResourceTypesCommand instead
- getProtectedResourceTypes() -
Static method in class com.ibm.portal.ResourceType
- Deprecated. - use QueryProtectedResourceTypesCommand instead
- getProtectedWCMTypes() -
Static method in class com.ibm.portal.ResourceType
- Deprecated. - use QueryProtectedResourceTypesCommand instead
- getProtectedWPCPTypes() -
Static method in class com.ibm.portal.ResourceType
- Deprecated. - use QueryProtectedResourceTypesCommand instead
- getQName() -
Method in interface com.ibm.portal.portletmodel.CommunicationDatatype
- Returns a QName containing the semantic type of the transferred value, for example PhoneNo, OrderID
and so forth.
- PortletRequest)">getQueryString(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Returns the query string.
- getQueryString(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Returns the query string.
- getRedirectURL() -
Method in interface com.ibm.portal.auth.FilterChainContext
- Used to retrieve the redirect URL that is currently set for the context of this chain.
- getRemoveOnModeChange() -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Returns the state of removeOnModeChange.
- getRemoveOnModeChange() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Returns the state of removeOnModeChange.
- getRenderRequest(PortletRequest) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet request to a javax render request.
- getRenderResponse(PortletResponse) -
Method in class com.ibm.portal.portlet.apiconvert.APIConverterFactory
- Returns a wrapper that converts a Jetspeed portlet response to a javax render response.
- getRequest() -
Method in interface com.ibm.portal.resolver.PortletContext
- Returns the JSR168 portlet request object associated with the context
- getRequest() -
Method in interface com.ibm.portal.resolver.ServletContext
- Returns the HTTP request object associated with the context
- getRequest() -
Method in exception com.ibm.portal.state.accessors.exceptions.CannotRetrieveResourceUrlAccessorException
-
- getRequest() -
Method in exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
- Returns the servlet request the accessor operated on.
- getRequest() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getRequest() -
Method in interface com.ibm.portal.theme.plugin.ThemeContext
-
- getRequest() -
Method in interface org.apache.jetspeed.portlet.event.Event
- Returns the portlet request that has caused this event.
- getResourceAsStream(String) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the resource located at the given path as an
InputStream object.
- getResourceAsStream(String, Client, Locale) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the resource located at the given path as an
InputStream object.
- getResourceBundle(String) -
Method in interface com.ibm.portal.model.LocalizedContext
- Gets a resource bundle using the specified base name based on the
information the context was created with.
- getResourceBundle(String, ClassLoader) -
Method in interface com.ibm.portal.model.LocalizedContext
- Gets a resource bundle using the specified base name based on the
information the context was created with.
- getResourceBundleName() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Return The fully qualified class name of the resource bundle where the
message stored in this object is located.
- getResourceBundleProvider(String, ClassLoader) -
Method in interface com.ibm.portal.model.LocalizedContextHome
- Constructs a ResourceBundleProvider that can be used to
load resource bundles in particular locales without providing
a locale based fallback.
- PortletConfig)">getResourceBundleProvider(PortletConfig) -
Method in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
- Loads the ResourceBundleProvider for the given PortletConfig.
- getResourceName() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the resource name for this Vault Slot.
- getResourceRoot() -
Method in interface com.ibm.portal.admin.Decoration
- Returns the resource root directory of the decoration.
- getResourcesLinks() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Document
- Returns the list of links of resources related to this document
- getResourceType() -
Method in interface com.ibm.portal.ObjectID
- Deprecated. use getObjectType() instead
- com.ibm.portal.admin.Theme, com.ibm.portal.state.accessors.url.PortalResources.Type)">getResourceURL(String, Theme, PortalResources.Type) -
Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
- Creates a URL object that points to a generic resource.
- getResourceURL(String, PortalResources.Type) -
Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
- Creates a URL object that points to a generic resource.
- getResourceURL(String, PortalResources.Type, PortalResources.State) -
Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
- Creates a URL object that points to a generic resource.
- com.ibm.portal.admin.Theme, com.ibm.portal.state.accessors.url.PortalResources.Type, com.ibm.portal.state.accessors.url.PortalResources.State)">getResourceURL(String, Theme, PortalResources.Type, PortalResources.State) -
Method in interface com.ibm.portal.state.accessors.url.ResourceURLAccessor
- Creates a URL object that points to a generic resource.
- getResponse() -
Method in interface com.ibm.portal.resolver.PortletContext
- Returns the JSR168 portlet response object associated with the context
- getResponse() -
Method in interface com.ibm.portal.resolver.ServletContext
- Returns the HTTP response object associated with the context
- getResponse() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getResponse() -
Method in interface com.ibm.portal.theme.plugin.ThemeContext
-
- getRetrieverId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.RetrieverSeedlist
- Returns new retriever type id to continue crawling for documents or
sub-seedlists
- getRetrieverService(Properties, HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.RetrieverFactory
- Obtains the seedlist retriever service object for specific retriever
implementation.
- getReturnSelection() -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessor
- Returns the ObjectID representing the selection
that has been associated with the portlet being in solo state.
- getRoleId() -
Method in interface com.ibm.portal.app.model.ComponentRole
- Returns the unique identifier for this role.
- getRoles() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.User
- Returns roles that are defined for the user.
- getRoot() -
Method in interface com.ibm.portal.state.dom.DocumentModel
- Returns the root node of the document.
- getRoot() -
Method in interface com.ibm.portal.TreeModel
- Returns the root node of the tree model.
- getRoot() -
Method in interface com.ibm.wps.portlet.menu.MenuTree
- Deprecated. Returns the root node of this tree.
- getRuleContext() -
Method in interface com.ibm.policy.manager.Target
- Retrieve the RuleContext for this Target
- getSavedAttributes() -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Returns the saved attributes map.
- getSavedAttributes() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Returns the saved attribute map.
- PortletResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">getSavedCommand(PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Static method in class com.ibm.portal.struts.command.StrutsViewCommand
- Gets the saved command from the Command Manager Factory.
- getSavedCommand(PortletRequest, ViewCommandExecutionContext) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Gets the saved command from the Command Manager Factory.
- getSchemaLocation() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Return a string containing the absolute URL or relative path to a
document containing the type schema.
- getScheme() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getScheme() -
Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
-
- getSchemes() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- getSchemes() -
Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
-
- getScope() -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns scope of the menu tree node.
- getScreenTemplate() -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessor
- Returns the screen template of the navigation node (aka portal page)
which is currently selected.
- getScreenTemplateAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
- Get a read-only interface to the screen template.
- getScreenTemplateAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
- Get a read-only interface to the screen template.
- getScreenTemplateAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
- Returns a controller that allows to modify the screen template.
- getScreenTemplateAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
- Returns a controller that allows to modify the screen template.
- getSearchableTreeModel() -
Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
-
Returns the SearchableTreeModel used to encode and decode
friendly selections.
- getSecret() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryPassiveCredential
- Returns the user's secret as an byte array.
- getSecret() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectPassiveCredential
- Returns the user's secret as an Jaas Subject.
- getSecret() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SimplePassiveCredential
- Returns the user's secret as an object.
- getSecret() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.BinaryCredentialSecret
- Static utility method.
- getSecret() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JaasSubjectCredentialSecret
- Returns the secret.
- getSecret() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JavaObjectCredentialSecret
- Returns the secret.
- getSecret() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
- Deprecated. Returns the user's secret as an byte array.
- getSecret() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
- Deprecated. Returns the user's secret as an Jaas Subject.
- getSecret() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
- Deprecated. Returns the user's secret as an object.
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryPassiveCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
- Returns the credential's Secret Type in terms of the constants declared in
the Credential Vault Portlet Service.
Should be overwritten by any child class that "overwrites" the secret attribute.
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectPassiveCredential
- Returns credential's Secret Type in terms of the constants declared in (@link CredentialSecret)
Should be overwritten by any child class that "overwrites" the secret attribute.
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SimplePassiveCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
-
- getSecretType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the Credential Slot's Secret Type (ID).
- getSecretType() -
Method in exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
- Field getter for secretType.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
- Deprecated.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
- Deprecated. Returns the Secret Type as an integer.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated. Returns the credential's Secret Type in terms of the constants declared in
CredentialVaultService
Should be overwritten by any child class that "overwrites" the secret attribute.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
- Deprecated.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
- Deprecated. Returns credential's Secret Type in terms of the constants declared in (@link CredentialSecret)
Should be overwritten by any child class that "overwrites" the secret attribute.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
- Deprecated.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
- Deprecated.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
- Deprecated.
- getSecretType() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
- Deprecated.
- getSecurityId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Entry
- Returns security identifier for the entry.
- getSeedlistId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Obtain seedlist id number (null or empty string is used for application
root seedlist id)
- getSeedlists() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Returns an iterator to list of the available sub-seedlists (Seedlist).
- getSegmentObjectID() -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialSlotConfig
- Deprecated. Use com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig#getSegmentPortalObjectID() that returns a com.ibm.portal.ObjectID instead.
- getSegmentPortalObjectID() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the Object ID of the Segment this Vault Slot belongs to.
- getSelectedNode() -
Method in interface com.ibm.portal.navigation.SelectionModel
- Returns the currently selected node in the list model.
- getSelection() -
Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
- Returns the ObjectID of the navigation node which is
currently selected.
- getSelection() -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
- Returns the ObjectID of the navigation node which is
currently selected.
- getSelection(StateHolder) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Deprecated. since 6.0, use method
getSelectionAccessor(StateHolder)
instead
- getSelection(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Deprecated. since 6.0, use method
getSelectionAccessor(Node, DocumentModel)
instead
- getSelectionAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Provides an accessor that allows for reading the selection information
from the navigational state using the given StateHolder
interface.
- getSelectionAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Provides an accessor that allows for reading the selection information
from the navigational state using the given DocumentModel
interface.
- getSelectionAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Provides a controller that allows for reading and writing selection
information from /to the navigational state using the given
StateHolderController interface.
- getSelectionAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Provides a controller that allows for reading and writing selection
information from /to the navigational state using the given
DocumentController interface.
- getSelectionController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Deprecated. since 6.0, use method
getSelectionAccessorController(StateHolderController)
instead
- getSelectionController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorFactory
- Deprecated. since 6.0, use method
getSelectionAccessorController(Node, DocumentController)
instead
- getSelectionMapping(ObjectID) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
- Returns the ObjectID of the navigation node which may be
used as a selection fallback for
aNavNode
.
- getSelectionMapping(String) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
- Returns the ObjectID of the resource which may be used as
selection fallback for
aNavNode
.
- getSelectionURI() -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessor
- Returns the URI of the current selection (if any) or
null
- getSensorData(String, ListModel) -
Method in interface com.ibm.portal.app.component.Sensor
- The interface a component has to implement if it wants to support the retrieval of sensor data information.
- getService() -
Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
-
- getService(Class) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. This function looks up a portlet service with the
given classname.
- getServiceInterface() -
Method in class com.ibm.portal.portlet.service.PortletServiceInvalidInterfaceException
- Returns the service interface that was requested but could not be provided.
- getServletConfig() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the servlet config object
- getServletConfig() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the servlet configuration object.
- getServletConfig() -
Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceConfig
- Deprecated. Gets the ServletConfig object of the portal.
- PortletConfig)">getServletConfigWrapper(PortletConfig) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Gets the serlvet config wrapper.
- getServletContext() -
Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Return the ServletContext object
- getServletContext() -
Method in class com.ibm.portal.struts.common.ModuleContext
- Returns the servlet context.
- getServletContext() -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Get the servlet context (not PortletContext) associated with this Servlet
- getServletContext() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the servlet context object
- getServletContext() -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Returns the servlet context object
- getServletContext() -
Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Returns the ServletContext.
- getServletContext() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the servlet context object.
- getServletContext() -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Returns the servlet context object.
- getServletContext() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
- Gets the servlet context (not portlet context) associated with this servlet.
- getServletContext() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the servlet context.
- getServletContext() -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- getServletContextWrapper() -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Returns the Servlet Context Wrapper
- getServletContextWrapper(PortletConfig, ServletContext) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Returns a servlet context that namescopes the attributes to the portlet.
- getServletContextWrapper() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the servlet context wrapper.
- getServletContextWrapper(PortletConfig, ServletContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns a servlet context that places the portlet attributes in their proper namescopes.
- getServletInfo() -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- getServletName() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the servlet name
- getServletName() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the servlet name.
- getSeverity() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Returns the severity of this exception.
- getSeverity() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Return The severity associated with the message stored in this object.
- getSharedStateAccessor(String, StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for reading the shared navigational state of a particular
bucket (identified through a shared state id).
- getSharedStateAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for reading the shared navigational state of a particular
bucket (typically this includes shared render parameters).
- getSharedStateAccessorController(String, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a controller that allows for reading and writing the shared navigational state of a
particular bucket (identified through a shared state id).
- getSharedStateAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides a controller that allows for reading and writing the shared navigational state of a
particular bucket (typically this includes shared render parameters).
- getSharedStateID() -
Method in exception com.ibm.portal.state.accessors.exceptions.SharedStateIdException
-
- getSharedStateIDs() -
Method in interface com.ibm.portal.state.accessors.portlet.SharedStateListAccessor
- Get a (potentially unordered and unmodifiable) set of
sharedStateID
s, i.
- getSharedStateListAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for retrieving the list of shared state buckets that
are referenced in the navigational state using the given
StateHolder interface.
- getSharedStateListAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorFactory
- Provides an accessor that allows for retrieving the list of shared state buckets that
are referenced in the navigational state using the given
DocumentModel interface.
- getSharingPolicy(javax.servlet.http.HttpServletRequest) -
Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
- Deprecated. This returns the sharing policy used for this cache entry.
- getShowActionsMarkup() -
Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
- Deprecated. Returns the markup/code for displaying the actions
matching the source, and for triggering action dispatch
when one is chosen.
- getShowTools(StateHolder) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Deprecated. since 6.0, use method
getShowToolsAccessor(StateHolder)
instead
- getShowTools(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Deprecated. since 6.0, use method
getShowToolsAccessor(Node, DocumentModel)
instead
- getShowToolsAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Provides an accessor that allows for reading the value of the Show Tools
flag from the navigational state using the given StateHolder
interface.
- getShowToolsAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Provides an accessor that allows for reading the value of the Show Tools
flag from the navigational state using the given
DocumentModel interface.
- getShowToolsAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Provides a controller that allows for reading and writing the value of
the Show Tools flag from /to the navigational state using the given
StateHolderController interface.
- getShowToolsAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Provides a controller that allows for reading and writing the value of
the Show Tools flag from /to the navigational state using the given
DocumentController interface.
- getShowToolsController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Deprecated. since 6.0, use method
getShowToolsAccessorController(StateHolderController)
instead
- getShowToolsController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.showtools.ShowToolsAccessorFactory
- Deprecated. since 6.0, use method
getShowToolsAccessorController(Node, DocumentController)
instead
- getSizeFieldThreshold(ModuleConfig) -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Returns the size field threshold which determines whether an uploaded file
will be written to disk or cached in memory.
- getSizeFieldThreshold(ModuleConfig) -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Returns the size field threshold which determines whether an uploaded file
will be written to disk or cached in memory.
- getSkin(ObjectID) -
Method in interface com.ibm.portal.admin.SkinList
- Returns the skin with the specified object ID.
- getSkin() -
Method in interface com.ibm.portal.content.RenderAspect
- Returns the skin of this resource.If no skin was set
null
is returned.
- getSkinList(PortletRequest) -
Method in interface com.ibm.portal.ibmportlet.service.model.SkinListProvider
- Deprecated. Returns the portal skin list.
- getSkinList(ServletRequest) -
Method in interface com.ibm.portal.model.SkinListProvider
- Returns the portal skin list.
- getSkinList() -
Method in interface com.ibm.portal.model.SkinListProvider
- Returns the portal markup list.
- PortletRequest)">getSkinList(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.model.SkinListProvider
- Returns the portal skin list.
- getSkinListProvider() -
Method in interface com.ibm.portal.model.SkinListHome
- Returns a skin list provider.
- getSkinType() -
Method in interface com.ibm.portal.admin.Skin
- Deprecated. this method is deprecated and has no replacement
Returns the skin type.
- getSlotDescription(String, Locale) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns a credential slot's description for the specified locale.
- getSlotId() -
Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialSecretNotSetException
- returns the ID of the credential slot for which the secret was not set.
- getSlotId() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Gets the credential slot's id.
- getSolo(StateHolder) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Deprecated. since 6.0, use method
getSoloAccessor(StateHolder)
instead
- getSolo(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Deprecated. since 6.0, use method
getSoloAccessor(Node, DocumentModel)
instead
- getSoloAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Provides an accessor that allows for reading Solo information from the
navigational state using the given StateHolder interface.
- getSoloAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Provides an accessor that allows for reading Solo information from the
navigational state using the given DocumentModel
interface.
- getSoloAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Provides a controller that allows for reading and writing Solo
information from /to the navigational state using the given
StateHolderController interface.
- getSoloAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Provides a controller that allows for reading and writing Solo
information from /to the navigational state using the given
DocumentController interface.
- getSoloController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Deprecated. since 6.0, use method
getSoloAccessorController(StateHolderController)
instead
- getSoloController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorFactory
- Deprecated. since 6.0, use method
getSoloAccessorController(Node, DocumentController)
instead
- getSoloPortlet() -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessor
- Returns the ObjectID of the portlet window
which is in Solo state.
- getSource() -
Method in interface com.ibm.portal.resolver.data.XmlDataSource
- Returns a new JAXP source object that can be used to generate a stream
of XML events.
- getSource() -
Method in interface com.ibm.portal.resolver.Lookup
- Returns a new JAXP source object that can be used to generate a stream
of XML events that represent an ATOM entry.
- getSourceEndpoint() -
Method in interface com.ibm.portal.wire.WireCreationContext
- Returns the communication source associated with this wire.
- getSourceEndpointID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the ObjectID of the communication source associated with this wire.
- getSourceLayoutControl() -
Method in interface com.ibm.portal.wire.WireCreationContext
- Returns the source layout control associated with this wire.
- getSourcePageID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the source page ObjectID associated with this wire.
- getSourcePortletWindowID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the runtime portlet window ID of the root
PortletWindow associated with this wire´s source
- getSources() -
Method in interface com.ibm.portal.portletmodel.CommunicationEndpointProvider
- Returns all communication sources declared by the portlet.
- getStartIndex() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Returns the rank (ordinal position) of the first document/seedlist
required for this request
- getStartIndex() -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessor
- Returns the index of the first navigation tab
being visible.
- getState() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Returns the crawling state that may be used to optimize next crawling
step on the same seedlist during the same crawling session
- getState() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Obtain seedlist crawling state (null State is used for beginning crawling state
for current crawling session)
- getState() -
Method in exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
-
- getState() -
Method in exception com.ibm.portal.state.accessors.exceptions.MissingSelectionException
-
- getState() -
Method in exception com.ibm.portal.state.accessors.exceptions.StateNotWriteableException
-
- getState() -
Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
- Deprecated. since 6.0, use method
getStateAccessor()
instead
- getState() -
Method in interface com.ibm.portal.state.EngineURL
- Returns the state represented by this URL object in a modifiable way.
- getStateAccessor() -
Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
- Returns an accessor to a read-only version of the state holder.
- getStateAccessorController() -
Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
- Returns an accessor controller to a read-write version of the state
holder.
- getStateController() -
Method in interface com.ibm.portal.state.accessors.StateAccessorFactory
- Deprecated. since 6.0, use method
getStateAccessorController()
instead
- getStateData() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.State
- Obtain data that describes the state of the seedlist crawling
- getStateHolder(HttpServletRequest) -
Method in interface com.ibm.portal.state.accessors.StateAccessor
- Retrieves the read-only state holder from the request
- getStateHolder() -
Method in interface com.ibm.portal.state.PortletStateManager
- Gets the current request-specific state holder.
- getStateHolder() -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Method that can be used to obtain the state holder this service operates
on.
- getStateHolderController() -
Method in interface com.ibm.portal.resolver.Resolved
- Returns the state represented by the resolution result in a modifiable way.
- getStateHolderController(HttpServletRequest) -
Method in interface com.ibm.portal.state.accessors.StateAccessorController
- Retrieves the read-write state holder from the request
- getStateHolderController() -
Method in interface com.ibm.portal.state.PortletStateManagerController
- Gets a controller interface to the current request-specific state holder.
- getStateParameterService(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.state.service.parameters.PortalStateParameterServiceHome
- Returns the state parameter service.
- getStateParameterService(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.state.service.parameters.PortletStateParameterServiceHome
- Returns a service that can be used to manipulate parameters of any
portlet window.
- getStatePartitionAccessor(StateHolder) -
Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
- Returns an interface providing read access to state partition
information
- getStatePartitionAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
- Returns an interface providing read access to state partition
information.
- getStatePartitionAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
- Returns an interface providing read-write access to state partition
information.
- getStatePartitionAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorFactory
- Returns an interface providing read-write access to state partition
information.
- getStatePartitionId() -
Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessor
- Returns the state partition identifier (if any).
- getStateValue(String) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
- This method retrieves the state that should be sent into newIconURL
- getStaticPageContentHandler() -
Method in interface com.ibm.portal.spa.parser.StaticPageFilter
- Requests the instance of the StaticPageContentHandler that is currently
associated with the filter
- getStaticPageParserFactory() -
Method in interface com.ibm.portal.spa.service.StaticPageServiceHome
- Returns the factory that produces StaticPageParser instances.
- getStatus() -
Method in interface com.ibm.portal.LocalizedStatus
- Returns a status code that can be evaluated by the handler
of the exception implementing LocalizedStatus.
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.AccessControlFailedException
-
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.EntityDeletedException
-
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
-
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
- Returns as a hint to the client the recommended HTTP status code.
- getStatus() -
Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
-
- getStr() -
Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
-
- getString() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns the string message argument stored in this object.
- getStringValue(String) -
Method in interface com.ibm.portal.portletmodel.PortletPreferences
- Returns the first preference value for the given preference key.
- getStringValues(String) -
Method in interface com.ibm.portal.portletmodel.PortletPreferences
- Returns all preference values for the given preference key.
- getStrutsAction() -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Returns the Struts action.
- getStrutsAction() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Returns the Struts action.
- getStrutsActionParameterName() -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns the name of the parameter used to pass the Struts action.
- getStrutsForward() -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Returns the Struts forward.
- getStrutsForward() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Returns the Struts forward.
- getStrutsInfo() -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Returns the StrutsInfo object.
- getStrutsInfo() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the Struts/Servlet information object
- getStrutsInfo() -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Get the StrutsInfo object associated with this
command processor.
- getStrutsInfo() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the Struts/Servlet information object.
- getStrutsInfo() -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Gets the WpsStrutsInfo object associated with this
command processor.
- getStrutsInfo() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the StrutsInfo object.
- getStrutsRoot() -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Returns the Struts context root.
- getStrutsRoot() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Get the Struts/Servlet Context Root
- getStrutsRoot() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the Struts/servlet context root.
- getStrutsRoot() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Returns the Struts Context root.
- getStrutsServletMapping() -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Get the Struts servlet mapping string
- getStrutsServletMapping() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
- Gets the Struts servlet mapping string.
- getSubString() -
Method in interface com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException.Location
-
- getSupportedLocales() -
Method in interface com.ibm.portal.model.LocalizedContext
- Provides easy access ot the list of supported locales
- getSupportedLocales() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns the locales that are supported for the displayable text,
such as the title and description, associated with the
current action.
- getSupportedLocales() -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns the locales supported for the displayable text associated
with the parameter, such as its title and
description.
- getSupportedLocales() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns the supported locales for the displayable text associated
with the property, such as its title and description.
- getSupportedSecretTypes() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Returns an array of integers of the supported Secret Types.
- getSupportedSecretTypes() -
Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
- Returns an array of integers of the supported Secret Types for this
segment.
- getSupportedSecretTypes() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Returns an array of integers of the supported Secret Types for this segment.
- getTarget() -
Method in interface com.ibm.portal.content.InternalContentURL
- Returns the target of the internal content URL.
- com.ibm.portal.admin.Markup)">getTarget(Markup) -
Method in interface com.ibm.portal.content.InternalContentURL
- Returns the target of the internal content URL for the given markup.
- getTarget(String) -
Method in interface com.ibm.portal.content.InternalContentURL
- Returns the target of the internal content URL for the given markup.
- getTargetEndpoint() -
Method in interface com.ibm.portal.wire.WireCreationContext
- Returns the communication target associated with this wire.
- getTargetEndpointID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the ObjectID of the communication target associated with this wire.
- getTargetLayoutControl() -
Method in interface com.ibm.portal.wire.WireCreationContext
- Returns the target layout control associated with this wire.
- getTargetPage() -
Method in interface com.ibm.portal.wire.WireCreationContext
- Returns the target page associated with this wire.
- getTargetPageID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the target page ObjectID associated with this wire.
- getTargetPortletWindowID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the runtime portlet window ID of the root PortletWindow associated with this wire´s
target
- getTargets() -
Method in interface com.ibm.portal.portletmodel.CommunicationEndpointProvider
- Returns all communication targets declared by the portlet.
- getTaxonomyId() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Category
- Returns category's taxonomy id
- getTemplateName() -
Method in interface com.ibm.portal.content.RenderAspect
- Returns the name of the template used to render this element.
- getText(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
-
- getText(Locale) -
Method in interface com.ibm.portal.theme.plugin.ThemeTextItem
- Return the text for the specified locale.
- getText(String, String, Locale) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Returns the localized text resource with the given key and
using the given locale.
- getTextElements() -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Returns a hash table containing the text (that is, non-file) request
parameters.
- getTextElements() -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Returns a hash table containing the text (that is, non-file) request
parameters.
- getTheme(ObjectID) -
Method in interface com.ibm.portal.admin.ThemeList
- Returns the theme with the specified object ID.
- getTheme() -
Method in interface com.ibm.portal.content.LayoutModel
- Deprecated. use this method on the corresponding ContentPage
- getTheme() -
Method in interface com.ibm.portal.content.ThemeProvider
- Returns the theme associated with this element.
- getThemeList(PortletRequest) -
Method in interface com.ibm.portal.ibmportlet.service.model.ThemeListProvider
- Deprecated. Returns the portal theme list.
- getThemeList(ServletRequest) -
Method in interface com.ibm.portal.model.ThemeListProvider
- Returns the portal theme list.
- getThemeList() -
Method in interface com.ibm.portal.model.ThemeListProvider
- Returns the portal theme list.
- PortletRequest)">getThemeList(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.model.ThemeListProvider
- Returns the portal theme list.
- getThemeListProvider() -
Method in interface com.ibm.portal.model.ThemeListHome
- Returns a theme list provider.
- getThemeTemplate() -
Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessor
- Returns the theme template which is currently used.
- getThemeTemplateAccessor(HttpServletRequest) -
Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
- Get a read-only interface to the theme template from the request.
- getThemeTemplateAccessor(Node, DocumentModel) -
Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
- Get a read-only interface to theme template information under the assumption
that the given root forms the root of theme template information.
- getThemeTemplateAccessorController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
- Gets a controller to modify theme template information.
- getThemeTemplateAccessorController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorFactory
- Gets a controller to modify theme template information theme template.
- getTimestamp() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.EntrySet
- Returns some snapshot of the content and allows to retrieve only the
delta of content changes at the next crawling step on the same seedlist.
- getTimestamp() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Obtain crawling session state - timestamp (null State, i.e.
- getTitle() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Link
- Returns link title or description
- getTitle(Locale) -
Method in exception com.ibm.portal.app.exceptions.ComponentException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.app.service.backup.BackupServiceException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.eventing.service.EventDistributionServiceException
-
- getTitle(Locale) -
Method in interface com.ibm.portal.Localized
- Returns the title of this object in the given locale.
- getTitle(Localized) -
Method in interface com.ibm.portal.model.LocalizedContext
- Returns a fitting title of the given localized instance based on the
information the context was created with.
- getTitle(Localized, Enumeration<Locale>) -
Method in interface com.ibm.portal.model.LocalizedStringResolver
- Deprecated. Returns the title of the given node in a locale given by the enumeration.
- getTitle(Locale) -
Method in exception com.ibm.portal.ModelException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.portlet.service.credentialvault.CredentialVaultException
- Returns a language-specific exception message for this exception.
- getTitle(Locale) -
Method in class com.ibm.portal.portlet.service.PortletServiceUnavailableException
- Return a language-specific exception message for this exception.
- getTitle(Locale) -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns a short string about the action suitable for displaying in a menu, in tools,
or as help text.
- getTitle(Locale) -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns a string containing a short description of the parameter, suitable
for display by tools or as help text.
- getTitle(Locale) -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns a short description for this property for the provided locale.
- getTitle(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.AccessControlFailedException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.EntityDeletedException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.EntityNotFoundException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- getTitle(MessageCode, Object[], Locale) -
Method in exception com.ibm.portal.resolver.exceptions.ResolutionException
-
- getTitle(Locale) -
Method in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
-
- getTitle() -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
- Return the title of the location
- getTitle(Locale) -
Method in exception com.ibm.portal.security.exceptions.SecurityException
- Return a language-specific exception message for this exception.
- getTitle(Locale) -
Method in exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
-
- getTitle(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getTitle(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- getTitle(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- getTitle(Locale) -
Method in exception com.ibm.portal.um.exceptions.PumaException
- Return a language-specific exception message for this exception.
- getTitle() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- getTitle(Locale) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns a short string about the action suitable for displaying in a menu.
- getTitle() -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated.
- getTitle(Locale) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Returns a string containing a short description of the parameter.
- getTitle() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated.
- getTitle(Locale) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns a short description for this property for the provided locale.
- getTitle() -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns title of the menu tree node for the locale of the current request.
- getTitle(Locale) -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns title of the menu tree node for a specific locale.
- getTitle(Locale, Client) -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Returns the title of this window.
- getToggled() -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
- Returns an unmodifiable
Set
containing the
ObjectIDs of all navigation nodes that are marked as
"toggled" in the state holder this accessor operates on.
- getToggled() -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
- Returns a modifiable
Set
containing the ObjectIDs
of all navigation nodes that are marked as "toggled" in the state holder
this accessor operates on.
- getToken() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.ApplicationInfo
- Returns the token value associated with the application.
- getTooltip(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- getTooltip(Locale) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- getTooltip(Locale) -
Method in interface com.ibm.portal.theme.plugin.ThemeItem
- Returns the tooltip text for the current locale.
- getTranscodingFilterConfigurator() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Gets the transcoding filter configurator.
- getType() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.DocumentContent
- Returns the document content MIME media type
- getType() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Returns the field's value type.
- getType() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Return the field type.
- getType() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Link
- Returns MIME media type of the link content
- getType() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Returns the type classification of this exception.
- getType() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns the type of message argument stored in this object.
- getType() -
Method in interface com.ibm.portal.admin.SkinType
- Deprecated. Returns the type of a skin
- getType() -
Method in interface com.ibm.portal.app.model.Variable
- Returns the type of this variable.
- getType() -
Method in interface com.ibm.portal.dnd.DNDProperty
- Returns the type for this DNDProperty.
- getType() -
Method in enum com.ibm.portal.ObjectTypeConstants
- Returns the object type that corresponds to the
particular enum value.
- getType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.BinaryCredentialSecret
- Returns the type of a certain the secret.
- getType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- Utility method.
- getType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.ExternalCredentialSecret
- Returns the type of the secret.
- getType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JaasSubjectCredentialSecret
- Returns the type of the secret.
- getType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JavaObjectCredentialSecret
- Returns the type of the secret.
- getType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
- Returns the type of the secret.
- getType() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns the type of the action.
- getType() -
Method in interface com.ibm.portal.propertybroker.property.Property
- Returns a string containing the property type.
- getType() -
Method in class com.ibm.portal.resolver.helper.cor.DefaultContentLocation
-
- getType() -
Method in interface com.ibm.portal.um.AttributeDefinition
- Returns the return type of the corresponding attribute as
String
- getType() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns the type of the action.
- getType() -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns a string containing the property type.
- getTypes() -
Method in interface com.ibm.portal.admin.SkinList
- Deprecated. this method is deprecated without replacement
Returns a list model of SkinType objects that are defined for the skin list.
- getTypes() -
Static method in enum com.ibm.portal.ObjectTypeConstants
- Returns a complete collection of all predefined object types.
- getUnavailableSeconds() -
Method in class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Returns the number of seconds the portlet expects to
be temporarily unavailable.
- getUniqueName() -
Method in interface com.ibm.portal.ObjectID
- Returns the unique name that corresponds to this ObjectID
- getURI() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Link
- Retutns URI for this link
- getURI() -
Method in interface com.ibm.portal.resolver.data.Addressable
- Returns the unique identifier of the object
- getURI() -
Method in class com.ibm.portal.resolver.uri.PortletURI
-
- PortletRequest)">getUri(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Returns the URI.
- PortletRequest)">getUri(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Returns the URI.
- RenderRequest)">getURI(RenderRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Return the URI string
- getUri(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Returns the URI.
- getUri(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Returns the URI.
- getURI() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
- Returns the URI string.
- getUriType() -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Returns the URI type.
- com.ibm.portal.admin.Markup)">getURL(Markup) -
Method in interface com.ibm.portal.content.ContentURL
- Deprecated. use ContentURL.newURL() instead
Returns the URL that this content node represents for the given
markup.
- getURL(String) -
Method in interface com.ibm.portal.content.ContentURL
- Deprecated. use ContentURL.newURL() instead
Returns the URL that this content node represents for the given
markup. Whenever possible, use the method
getURL(Markup aMarkup)
instead of this one - this method will be deprecated at some
point in the future.
- com.ibm.portal.admin.Markup)">getURL(Markup) -
Method in interface com.ibm.portal.content.ExternalContentURL
- Returns the URL that this content node represents for the given
markup.
- getURL(String) -
Method in interface com.ibm.portal.content.ExternalContentURL
- Returns the URL that this content node represents for the given
markup
- PortletRequest, PortletResponse)">getURL(String, PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
- Returns an URL object after following redirects
using a proxy if necessary
- getURL() -
Method in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. Returns URL of the menu tree node.
- getURL(String, PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
- Deprecated. Returns an URL object after following redirects
using a proxy if necessary
- getURLCharset() -
Method in interface com.ibm.portal.state.accessors.url.ServerContext
- Returns the characterset of the URL.
- getURLFactory() -
Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
- Returns access to the URL generation functionality for friendly URLs.
- getURLFactory() -
Method in interface com.ibm.portal.resolver.service.PocService
- Returns access to the URL generation functionality for POC URLs
- getURLFactory() -
Method in interface com.ibm.portal.state.service.StateManagerService
- Provides access to the URLFactory.
- getUrlFilterReader(Reader) -
Method in interface com.ibm.wps.wsrp.consumer.security.WSRPResourceURLFilterFactory
- Deprecated. Get the Reader used to modify the characters passed to the Reader.
- getUrlFilterWriter(Writer) -
Method in interface com.ibm.wps.wsrp.consumer.security.WSRPResourceURLFilterFactory
- Deprecated. Get the
java.io.Writer
used to filter the passed Writer.
- getURLGenerator(ActionRequest, ActionResponse) -
Method in interface com.ibm.portal.portlet.service.state.RedirectURLGeneratorFactoryService
- Returns a RedirectURLGenerator instance.
- getUrlList(String, ScopeConstants) -
Method in interface com.ibm.portal.services.url.UrlResourceService
- Returns a List of AttributeList objects.
- getUrlResolver() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Returns resolver that provides URLs supported by format
- getUrlType() -
Method in class com.ibm.struts.taglib.html.FormTag
-
- getURLWriter(Writer) -
Method in interface com.ibm.portal.state.accessors.url.URLWriterProvider
-
Method which allows to provide a custom Writer which is called by
the portal framework when a EngineURL is written.
- getUser() -
Method in interface com.ibm.portal.wire.WireCreationContext
- Returns the user this wire belongs to.
- getUser() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getUser() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the user object.
- getUser() -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. use portletRequest.getUser() since version 1.1
- getUserAgent() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- getUserAgent() -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns the exact user agent that this client uses
to identify itself to the portal.
- getUserAttributeDefinition(String) -
Method in interface com.ibm.portal.um.PumaProfile
- Returns an instance of
AttributeDefintion
for the given
name
- getUserDefaultSearchAttributeName() -
Method in interface com.ibm.portal.um.PumaProfile
- Returns the attribute that is configured as default search attribute for
users
- getUserId() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
- Returns the user ID of this credential's secret
- getUserId() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
- Returns the userId.
- PortletRequest)">getUserID(PortletRequest) -
Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
- Returns the user ID that is extracted from the remember me cookie.
- getUserId() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
- Deprecated. Returns the user ID of this credential's secret
- getUserID() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the user id, or
null if the user id is not available.
- getUserObjectID() -
Method in interface com.ibm.portal.wire.Wire
- Returns the object id of the user this wire belongs to.
- getUsers(String[]) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Returns the users that have at least one of specified roles, or null if
none.
- PortletRequest)">getUserSubject(PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Returns the user's JAAS Subject.
- getUserSubject(PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Returns the user's JAAS Subject.
- getUtilsInstance() -
Static method in class com.ibm.portal.struts.common.PortletApiUtils
- Gets the singleton instance of the PortletApiUtils implementation.
- getValidate() -
Method in class com.ibm.struts.taglib.html.FormTag
-
- getValidator() -
Method in interface com.ibm.portal.dnd.DNDAction
- Returns an instance of the DNDValidator for this DNDAction.
- getValidator() -
Method in interface com.ibm.portal.dnd.DNDSource
- Returns an instance of the DNDValidator for this DNDSource.
- getValue() -
Method in interface com.ibm.portal.app.model.Variable
- Returns the value of this variable.
- getValue() -
Method in interface com.ibm.portal.dnd.DNDProperty
- Returns the value associated with this DNDProperty.
- getValue(String) -
Method in interface com.ibm.portal.MetaData
- Returns the value of a meta data entry for the given parameter name.
- getValue(String) -
Method in interface com.ibm.portal.portletmodel.PortletPreferences
- Returns the same value as PortletPreferences.getStringValue(java.lang.String)
- getValue() -
Method in interface com.ibm.portal.propertybroker.property.PropertyValue
- Return the value of the Property.
- getValue(String) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
-
- getValue() -
Method in interface com.ibm.wps.pb.property.PropertyValue
- Deprecated. Returns the value of the Property.
- getValue() -
Method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns the integer value of this capability.
- getValue() -
Method in interface org.apache.jetspeed.portlet.event.PortletApplicationSettingsAttributeEvent
- Deprecated. Returns the value of the attribute being added, removed, or replaced.
- getValue() -
Method in interface org.apache.jetspeed.portlet.event.PortletSettingsAttributeEvent
- Deprecated. Returns the value of the attribute being added, removed, or replaced.
- getValueAsBoolean() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return boolean representation of field value
- getValueAsDate() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return Date representation of field value
- getValueAsDouble() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return double representation of field value
- getValueAsFields() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return array of Fields that represents field value
- getValueAsInt() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return int representation of field value
- getValueAsLong() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return long representation of field value
- getValueAsString() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Field
- Return String representation of field value
- getValues(String) -
Method in interface com.ibm.portal.AggregatedMetaDataLocator
- Returns a list model for the given name of the aggregated meta
data.
- getVar() -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Getter for the var attribute.
- getVariable(String) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Returns a transient variable of the concrete portlet.
- getVariableName() -
Method in interface com.ibm.portal.app.model.Variable
- Returns the name that identifies this Variable.
- getVaultAdapterType() -
Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
- Returns the Adapter Type String for this Vault Segment.
- getVaultAdapterType() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Returns the Adapter Type for this Vault Segment.
- getVaultSlotDescription(Locale) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the description for this vault slot in the specified locale.
- getVaultSlotDescription() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the description for this Vault Slot in the portal default locale as specified
in the portal configuration.
- getVaultSlotDescriptionsMap() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns a map of all the descriptions for this Vault Slot.
- getVaultSlotKeywords(Locale) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the keywords for this Vault Slot in the provided locale.
- getVaultSlotKeywords() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns the keywords for this Vault Slot in the portal default locale, as specified in the portal configuration.
- getVaultSlotKeywordsMap() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns a map of all the keywords for this Vault Slot.
- getVersion() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.BaseFactory
- Returns the version of the specific implementation.
- getVersion() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Returns the descriptive Version String of this Vault Adapter.
- getVersion() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- getVersion() -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns the version of the model of this client, or
null if the version is not available.
- com.ibm.portal.portletmodel.Portlet)">getWebApplication(Portlet) -
Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
- Returns the web application that represents the deployment unit for
the given portlet
- getWebApplication(ObjectID) -
Method in interface com.ibm.portal.portletmodel.admin.WebApplicationList
- Returns the web application with the specified object ID.
- com.ibm.portal.portletmodel.Portlet)">getWebApplication(Portlet) -
Method in interface com.ibm.portal.portletmodel.PortletModel
- Returns the web application that represents the deployment unit for
the given portlet
- getWebApplicationList() -
Method in interface com.ibm.portal.portletmodel.admin.AdminPortletModel
- Return a model that gives access to the web applications that are accessible
in the context of this portlet model.
- getWeight() -
Method in interface com.ibm.portal.auth.stepup.AuthLevelConfig
- Returns the weight of an AuthLevel.
- PortletContext, PortletRequest)">getWelcomeFileList(ServletContext, PortletContext, PortletRequest) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Gets the welcome file list.
- ServletContext)">getWelcomeFileList(ServletContext) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Gets the welcome file list from the web.xml file.
- getWelcomeFileList(ServletContext, PortletContext, PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Gets the welcome file list.
- ServletContext)">getWelcomeFileList(ServletContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Gets the welcome file list.
- getWindow() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- getWindow() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns the window that the portlet is running in.
- getWindowState() -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessor
- Returns the current window state.
- getWindowState() -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Returns the window state.
- getWindowState() -
Method in class com.ibm.struts.taglib.html.FormTag
- Returns the window state.
- getWindowState() -
Method in interface org.apache.jetspeed.portlet.PortletWindow
- Deprecated. Returns the current window state of this portlet
- getWireModel() -
Method in interface com.ibm.portal.wire.WireModelProvider
- Returns the wire model from this provider
- getWireModelController() -
Method in interface com.ibm.portal.content.LayoutModelController
- Returns a wire model controller valid in the scope of this layout model controller.
- getWireModelController() -
Method in interface com.ibm.portal.model.controller.WireModelControllerProvider
- Returns a wire model controller.
- getWriter() -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Returns a Writer that will dispach all calls to the write methods to the
ContentHandler.characters(char[], int, int) method.
- getWriter() -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Returns the writer object that can be used to contribute
markup to the portlet response.
- getXsltUrl() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Returns URL of XSLT formatting file
- GlobalizationPreferencesHelper - Class in com.ibm.wps.services.globalization
- Deprecated. since 6.1.
- GlobalizationPreferencesHelper() -
Constructor for class com.ibm.wps.services.globalization.GlobalizationPreferencesHelper
- Deprecated.
- GlobalizationPreferencesService - Interface in com.ibm.portal.services.globalization.preferences
- Portal service to retrieve the globalization preferences.
- GO -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "go" action.
- GO_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go" action.
- Group - Interface in com.ibm.portal.um
- Represents a Group within the used repository.
H
- handleRequest(HttpServletRequest) -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Parses the input stream and partitions the parsed items into a set of
form fields and a set of file items.
- handleRequest(HttpServletRequest) -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Parses the input stream and partitions the parsed items into a set of
form fields and a set of file items.
- PortletRequest, com.ibm.portal.struts.command.ViewCommandExecutionContext)">handleUnrecognizedExtension(String, PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Handle unrecognized extension.
- handleUnrecognizedExtension(String, HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Handles an unrecognized extension.
- hasAttributes(Node) -
Method in interface com.ibm.portal.state.dom.DocumentModel
- Performs a quick check if a given node contains attributes.
- hasChildren(Node) -
Method in interface com.ibm.portal.state.dom.DocumentModel
- Performs a quick check if a given node contains children.
- hasChildren(E) -
Method in interface com.ibm.portal.TreeModel
- Returns whether or not the given node has children.
- hasChildren(MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTree
- Deprecated. Returns true if the specified menu node has children.
- hasContainerChild(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Checks whether the given node has a container as a child.
- hasControlChild(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Checks whether the given node has a control as a child.
- hashCode() -
Method in class com.ibm.portal.content.Orientation
-
- hashCode() -
Method in class com.ibm.portal.propertybroker.property.Direction
-
- hashCode() -
Method in class com.ibm.portal.propertybroker.property.ParameterBindingType
- Marked final to ensure that subclasses do not change this method
- hashCode() -
Method in class com.ibm.portal.propertybroker.property.PropertyFilterType
- Marked final to ensure that subclasses do not change this method
- hashCode() -
Method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- Marked final to ensure that subclasses do not change this method
- hashCode() -
Method in class com.ibm.portal.ResourceType
- Deprecated.
- hashCode() -
Method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns a hash code for this capability.
- HEIGHT -
Static variable in interface com.ibm.portal.content.CompositionMetrics
- Deprecated. The height of a composition node.
- HEIGHT -
Static variable in interface com.ibm.portal.content.LayoutMetrics
- The height of a layout node.
- HELP -
Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
- Deprecated. A portlet should provide useful online help in this mode.
- HELP_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for help.
- HELP_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The context used for help mode
- HELP_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The context used for help mode
- HOME_FORWARD_NAME -
Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- The forward name we look for to indicate the path for a home button on static content
- HOME_FORWARD_NAME -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
- The forward name to look for to indicate the path for a home button on static content.
- HORIZONTAL -
Static variable in class com.ibm.portal.content.Orientation
- The horizontal orientation
- HTML_2_0 -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html version 2.0 support
- HTML_3_0 -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html version 3.0 support
- HTML_3_2 -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html version 3.2 support
- HTML_4_0 -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html version 4.0 support
- HTML_CSS -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html css support
- HTML_FRAME -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html frames support
- HTML_IFRAME -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html i-frames support
- HTML_JAVA -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html java support
- HTML_JAVASCRIPT -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html java script support
- HTML_NESTED_TABLE -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html nested table support
- HTML_SEARCH -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predefined capability instance of search engine support
- HTML_TABLE -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of html table support
- HTTP_BASIC_AUTH -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the HTTP basic authentication credential.
- HTTP_BINDING -
Static variable in interface com.ibm.portal.resolver.Constants
- Constants for the raw http binding
- HTTP_CONTENT_TYPE_HEADER -
Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- content type header name
- HTTP_DELETE_BINDING -
Static variable in interface com.ibm.portal.resolver.Constants
- Constant for HTTP Post binding
- HTTP_FORM_BASED_AUTH -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the HTTP form based authentication
credential.
- HTTP_GET_BINDING -
Static variable in interface com.ibm.portal.resolver.Constants
- Constant for HTTP GET binding
- HTTP_POST_BINDING -
Static variable in interface com.ibm.portal.resolver.Constants
- Constant for HTTP Post binding
- HTTP_SERVLET_REQUEST -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- The incomming HTTP request.
- HTTP_TRANSFER_ENCODING_BASE64 -
Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- bas64 transfer encoding *
- HTTP_TRANSFER_ENCODING_BINARY -
Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- binary transfer encoding *
- HTTP_TRANSFER_ENCODING_HEADER -
Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- transfer encoding header name
- HTTP_TRANSFER_ENCODING_QUOTED_PRINTABLE -
Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- quoted printable transfer encoding *
- HTTP_TRANSFER_ENCODING_UUENCODE -
Static variable in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- uuencode transfer encoding *
- HttpBasicAuthCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at the back-end via http basic authentication.
- HttpBasicAuthCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- HttpBasicAuthCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
- Deprecated.
- HttpBinding - Interface in com.ibm.portal.resolver.bindings
- Binding via the HTTP protocol
- HttpFormBasedAuthCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at the back-end via Http form based authentication.
- HttpFormBasedAuthCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- HttpFormBasedAuthCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- HttpGetBinding - Interface in com.ibm.portal.resolver.bindings
- Binding for the HTTP GET operation
- HttpPostBinding - Interface in com.ibm.portal.resolver.bindings
- Binding for the HTTP POST operation
- HttpRequestRuleContext - Class in com.ibm.policy.manager
- Public implementation of RuleContext representing a request.
- HttpRequestRuleContext(HttpServletRequest) -
Constructor for class com.ibm.policy.manager.HttpRequestRuleContext
- Add a Rule context based on an HttpServletRequest.
- HumanTaskManagerDelegateFactoryService - Interface in com.ibm.portal.portlet.service.taskmanager
- The
HumanTaskManagerDelegateFactoryService
is a Java Portlet API portlet service that provides access to
a HumanTaskManagerDelegate instance. - HumanTaskManagerDelegateFactoryService - Interface in com.ibm.wps.portletservice.taskmanager
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
I
- iAccessor -
Variable in exception com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
- The target accessor which tried to select the portlet.
- ICON_NAME_ATTRIBUTE -
Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
- The
ICON_NAME_ATTRIBUTE
indicates the icon files
name that we want to generate a URL to.
- iconName -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- IconNotFoundException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception thrown when the icon was not found.
- IconNotFoundException(String, PortalResources.State, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
- Thrown if the icon could not be found.
- IconNotFoundException(String, PortalResources.State) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
- Thrown if the icon could not be found.
- ID -
Static variable in interface com.ibm.portal.app.model.Variable
- Predefined variable name for variables that contain the
ID of a business component.
- id -
Variable in exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
- object ID that could not be found
- id -
Variable in exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
- object ID that could not be found
- id -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
- Invalid identifier of a navigation node
- id -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionException
String
representing an invalid selection identifier.
- id -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
- Invalid identifier of a selected node
- ID_ATTRIBUTE -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
- The
ID_ATTRIBUTE
is an arbitrary
id that can be used for identification purposes.
- Identifiable - Interface in com.ibm.portal
- Interface for any resource in the portal that can be identified by an
ObjectID.
- IdentifiableCreationContext - Interface in com.ibm.portal
- A node creation context which specifies the object ID of the resource to be
created.
- IdentifiableNavigationNode - Interface in com.ibm.portal.navigation
- Deprecated. use NavigationNode instead
An interface for navigation nodes that can be identified by ID.
- Identification - Interface in com.ibm.portal.identification
- The Identification interface provides serialization
and deserialization functionality for ObjectID
instances.
Basically, deserialization can only be applied to String instances,
which have been created by Identification.serialize(com.ibm.portal.ObjectID). - iDescription -
Variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
-
- IErrorResponseFormatter - Interface in com.ibm.portal.struts.plugins
- IErrorResponseFormatter is the interface for
formatting an ErrorResponse.
- IErrorResponseFormatter - Interface in com.ibm.wps.portlets.struts.plugins
- IErrorResponseFormatter is the interface for
formatting an ErrorResponseInfo object.
- ignorableWhitespace(char[], int, int) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- IllegalStateException - Class in com.ibm.wps.pb.service
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- IllegalStateException(MessageCode) -
Constructor for class com.ibm.wps.pb.service.IllegalStateException
- Deprecated.
- IllegalStateException(MessageCode, Object[]) -
Constructor for class com.ibm.wps.pb.service.IllegalStateException
- Deprecated.
- IllegalStateException(MessageCode, Object[], Throwable) -
Constructor for class com.ibm.wps.pb.service.IllegalStateException
- Deprecated.
- iLoc -
Variable in exception com.ibm.portal.eventing.service.EventDistributionServiceException
- localized object describing the exception.
- ImplicitLoginFilter - Interface in com.ibm.portal.auth
- This interface can be implemented to realize a custom element in the login filter chain for the implicit Portal login,
i.e.
- ImplicitLoginFilterChain - Interface in com.ibm.portal.auth
- This interface is used to call the next element in the filter chain for the implicit Portal login.
- ImplicitLogoutFilter - Interface in com.ibm.portal.auth
- This interface can be implemented to realize a custom element in the filter chain for the implicit Portal logout,
i.e.
- IMPORT -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "import" action.
- IMPORT_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "import" action.
- IN -
Static variable in class com.ibm.portal.propertybroker.property.Direction
- IN indicates that a component produces the property.
- IN -
Static variable in interface com.ibm.wps.pb.property.Property
- Deprecated. IN indicates that the portlet produces the property.
- iName -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidResourceTypeException
- Name of the the resource type that is invalid
- RenderRequest, RenderResponse, PortletContext)">include(String, RenderRequest, RenderResponse, PortletContext) -
Method in interface com.ibm.portal.portlet.service.contentaccess.ContentAccessService
- Writes the content of the given url to the output stream of the
portlet following redirects and using a proxy if necessary.
- include(String, PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Allows the portlet to delegate the rendering to another resource
as specified by the given path.
- include(String, PortletRequest, PortletResponse) -
Method in interface org.apache.jetspeed.portlet.service.ContentAccessService
- Deprecated. Writes the content of the given url to the output
stream of the portlet following redirects and
using a proxy if necessary
trying to use the RequestDispatcher to include local
servlets or JSPs
- INCLUDE_SERVLET_PATH -
Static variable in class com.ibm.portal.struts.portlet.WpActionServlet
- The request attribute under which the servlet path information is stored
for processing during a RequestDispatcher.include() call.
- INCLUDE_SERVLET_PATH -
Static variable in class com.ibm.wps.portlets.struts.WpsActionServlet
- The request attribute under which the servlet path information is stored
for processing during a RequestDispatcher.include() call.
- INCLUDE_TILE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Attribute name to indicate this is an include of a tile.
- INCLUDE_TILE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name to indicate this is an include of tile.
- INCLUDE_TILE_COMMAND -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Attribute name to obtain the include tile command.
- INCLUDE_TILE_COMMAND -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name to obtain the include tile command.
- includeStatePartitionId() -
Method in interface com.ibm.portal.state.accessors.statepartition.StatePartitionAccessorController
- Includes a unique state partition identifier into the state holder.
- includeTile(String, PageContext) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Includes the path as a tile.
- RenderRequest, RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">includeURL(String, RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Includes the URL.
- IncludeURL -
Static variable in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- name of request attribute for whether or not to include the uri
- RenderRequest, RenderResponse, com.ibm.portal.struts.command.ViewCommandExecutionContext)">includeURL(String, RenderRequest, RenderResponse, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- Include the URL
- includeURL(String, PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Includes the URL.
- IncludeURL -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Name of the request attribute for whether or not to include the URI.
- includeURL(String, PortletRequest, PortletResponse, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Includes the URL.
- INFO -
Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- "Info" level logging.
- info(String) -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Logs the given informational text in the portlet log.
- INFORMATION -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an informational message.
- init(AuthLevelConfig) -
Method in interface com.ibm.portal.auth.stepup.AuthLevelVerifier
- This method initializes the singleton instance of this authentication
level verifier.
- init(AuthLevelConfig) -
Method in interface com.ibm.portal.auth.stepup.StepUpAuthHandler
- This method initializes the singleton instance of this step-up
authentication level handler.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryCredential
- Initializes a new binary credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.BinaryPassiveCredential
- Initializes a new binary passive credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
- Initializes the credential with the specified configuration.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpBasicAuthCredential
- Initializes a new HttpBasicAuthCredential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Initializes a new Http Form Based Authentication Credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectCredential
- Initializes a new JaasSubjectCredential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JaasSubjectPassiveCredential
- Initializes a new JaasSubjectPassiveCredential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.JavaMailCredential
- Initializes a new JavaMailCredential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Initializes a new LtpaToken credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SimplePassiveCredential
- Initializes a new SimplePassiveCredential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SiteMinderTokenCredential
- Initializes a new SiteMinderToken credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.SSMTokenCredential
- Initializes a new SSMToken credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordCredential
- Initializes a new UserPassword credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.UserPasswordPassiveCredential
- Initializes a new UserPasswordPassive credential.
- init(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.WebSealTokenCredential
- Initializes a new WebSealTokenCredential.
- init() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.EncryptionExit
- This method is called during portal start up
- init(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Initialization Routine.
- init(Preferences) -
Method in interface com.ibm.portal.portlet.service.spi.PortletServiceProvider
- Initialize the portlet service.
- init(SecurityFilterConfig) -
Method in interface com.ibm.portal.security.SecurityFilter
- Can be used to implement common initialization logic for the filter during Portal startup.
- init(ActionServlet, ModuleConfig) -
Method in class com.ibm.portal.struts.plugins.SessionCommandManagerFactoryPlugin
- Initialize and load the SessionCommandManagerFactory
- PortletConfig)">init(PortletConfig) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Called by the portlet container to indicate to a portlet
that the portlet is being placed into service.
- init() -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- This init method just calls the super
ActionServlet
init method.
- init(ActionServlet, ModuleConfig) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Initialize this request processor instance.
- init(ActionServlet, ModuleConfig) -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Initialize the request processor instance.
- init(ThemeContext) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- init(ThemeContext) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- init(ThemeContext) -
Method in interface com.ibm.portal.theme.plugin.ThemeContent
- Initializes the ThemeContent object with the current
context.
- init(PortletConfig) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- init(PortletFilterConfig) -
Method in interface com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter
- Deprecated. Called by the portlet container to indicate to a filter that it is
being placed into service.
- init(PortletFilterConfig) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Called by the portlet container to indicate to a filter that it is
being placed into service.
- init(ActionServlet, ModuleConfig) -
Method in class com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
- Initializes and loads the SessionCommandManagerFactory.
- init() -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Calls the super, ActionServlet init method.
- init(ActionServlet, ModuleConfig) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Initializes this request processor instance.
- init(PortletConfig) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Called by the portlet container to indicate to a portlet
that the portlet is being placed into service.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
- Deprecated. Initializes a new binary credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
- Deprecated. Initializes a new BinaryPassive credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated. Initializes the credential with the specified configuration.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpBasicAuthCredential
- Deprecated. Creates a new HttpBasicAuth credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated. Creates a new HttpFormBasedAuth credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
- Deprecated. Creates a new JaasSubjectCredential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
- Deprecated. Creates a new JaasSubjectPassive credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
- Deprecated. Creates a new JavaMail credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
- Initializes a new LtpaToken credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
- Deprecated. Creates a new SimplePassive credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
- Deprecated. Creates a new SiteMinderToken credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
- Deprecated. Creates a new SSMToken credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
- Deprecated. Creates a new UserPassword credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
- Deprecated. Creates a new UserPasswordPassive credential.
- init(Map) -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
- Deprecated. Initializes a new WebSealTokenCredential.
- init(PortletConfig) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Called by the portlet container to indicate to this portlet
that it is put into service.
- init(PortletConfig) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method is to
remember the portlet configuration for later use.
- init(PortletServiceConfig) -
Method in interface org.apache.jetspeed.portlet.service.spi.PortletServiceProvider
- Deprecated. Initialized the portlet service.
- INIT_PARAM_CHECK_FILE_EXISTENCE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Throw a portlet exception if the included file cannot be found.
- INIT_PARAM_CHECK_FILE_EXISTENCE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Throw a portlet exception if the included file cannot be found.
- INIT_PARAM_COMMAND_MANAGER_PLUGIN -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Allow specifying the command manager plugin.
- INIT_PARAM_COMMAND_MANAGER_PLUGIN -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The init parameter for the command manager plugin.
- INIT_PARAM_COMMANDS_PREFIX -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for setting how commands are prefixed.
- INIT_PARAM_COMMANDS_PREFIX -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for setting how commands are prefixed.
- INIT_PARAM_CONFIGURE_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for specifying configure mode label.
- INIT_PARAM_CONFIGURE_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for specifying the configure mode label.
- INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Deprecated.
- INIT_PARAM_DETERMINE_STRUTS_CALLER_INFO -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Deprecated.
- INIT_PARAM_EDIT_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for specifying edit mode label.
- INIT_PARAM_EDIT_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for specifying the edit mode label.
- INIT_PARAM_HELP_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for specifying help mode label.
- INIT_PARAM_HELP_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for specifying the help mode label.
- INIT_PARAM_HIDE_PARAMS_IN_RENDER -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Hide request parameters in render phase.
- INIT_PARAM_HIDE_PARAMS_IN_RENDER -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- This init parameter allows hiding request parameters in the render phase.
- INIT_PARAM_INCLUDES_SEARCH_PATH -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for specifying the path to use when searching for includes.
- INIT_PARAM_INCLUDES_SEARCH_PATH -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for specifying the path to use when searching for includes.
- INIT_PARAM_LAST_MODIFIED_SUPPORTED -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Last modified is supported by this application.
- INIT_PARAM_LAST_MODIFIED_SUPPORTED -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Set to true to indicated last modified is supported by this application.
- INIT_PARAM_MODULE_SEARCH_PATH -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Use this init parameter in the web deployment descriptor to specify the module search path.
- INIT_PARAM_MODULE_SEARCH_PATH -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Use this init parameter in the web deployment descriptor to specify the module search path
The Client class is used as a bean for determining the properties that can be used.
- INIT_PARAM_NAMESCOPE_FORM_NAME -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The Struts Portlet Framework namescopes the form names.
- INIT_PARAM_NAMESCOPE_FORM_NAME -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The Struts Portlet Framework namescopes the form names.
- INIT_PARAM_NAMESCOPE_SERVLET_CONTEXT -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Namescope Servlet Context.
- INIT_PARAM_NAMESCOPE_SERVLET_CONTEXT -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- This init parameter allows the WpsStrutsPortlet to be defined in the web deployment descriptor
more than once.
- INIT_PARAM_PORTLET_SESSION_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Allow JSPs to use portlet session.
- INIT_PARAM_PROCESSING_PHASE_SUPPORTED -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Struts Action processing phase support, default is true.
- INIT_PARAM_PROCESSING_PHASE_SUPPORTED -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- This init parameter is for Struts action processing phase support, default is true.
- INIT_PARAM_STRUTS_SERVLET_MAPPING -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Use this init parameter in the web deployment descriptor to specify the name of the Struts
servlet mapping
- INIT_PARAM_STRUTS_SERVLET_MAPPING -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Specifies the name of the Struts servlet mapping in the web deployment descriptor.
- INIT_PARAM_SUB_APPLICATION_SEARCH_PATH -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Deprecated.
- INIT_PARAM_SUB_APPLICATION_SEARCH_PATH -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Deprecated.
- INIT_PARAM_USE_GROUPS_FOR_ACCESS -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for determining whether to use groups in place
of roles in processRoles.
- INIT_PARAM_USE_GROUPS_FOR_ACCESS -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for determining whether to use groups in place
of roles in processRoles.
- INIT_PARAM_USE_PORTALS_LOCALE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- This parameter will allow a Struts application to use the request processor's
processLocale method for controlling locale.
- INIT_PARAM_USE_PORTALS_LOCALE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- This parameter will allow a Struts application to use the request processor's
processLocale method for controlling locale.
- INIT_PARAM_VIEW_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the configuration parameter for specifying view mode label.
- INIT_PARAM_VIEW_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the configuration parameter for specifying the view mode label.
- INIT_PARAM_WELCOME_FILE_SEARCH_PATH -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Allows specifying the search path for welcome files.
- INIT_PARAM_WELCOME_FILE_SEARCH_PATH -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The init parameter for the search path for welcome files.
- PortletConfig)">initCommandManagerPlugin(PortletConfig) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Initializes a plugin.
- initCommandManagerPlugin(PortletConfig) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Initializes the command manager factory plugin.
- initConcrete(PortletSettings) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- initConcrete(PortletSettings) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Called by the portlet container to indicate that the concrete portlet is put into service.
- initConcrete(PortletSettings) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Called by the portlet container to indicate that the concrete portlet
is put into service.
- initConcrete(PortletSettings) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method is to
do nothing.
- initContext(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.theme.plugin.ThemeContext
- Initialize the context with the necessary information.
- initDefinitionsMapping() -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- initialize the definitions mappings
- initDeserializeInstance(String, Map) -
Method in interface com.ibm.portal.app.component.Serializable
- This method is called to deserialize the business component instance.
- initRequestProcessorClass(ModuleConfig) -
Method in class com.ibm.portal.struts.plugins.WpTilesPlugin
- Set RequestProcessor to appropriate WPS Struts Tiles RequestProcessor.
- initRequestProcessorClass(ModuleConfig) -
Method in class com.ibm.wps.portlets.struts.plugins.WpsStrutsTilesPlugin
- Sets the request processor to the appropriate WPS Struts Tiles RequestProcessor.
- INLINE_ERROR -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an inline error message.
- INLINE_HELP -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for inline help message.
- INLINE_INFORMATION -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an inline information message.
- INLINE_SUCCESS -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an inline success message.
- INLINE_WARNING -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for an inline warning message.
- InputMediatorException - Exception in com.ibm.portal.state.exceptions
- Base exception for all input mediator exceptions.
- InputMediatorException(InputMediator, Exception) -
Constructor for exception com.ibm.portal.state.exceptions.InputMediatorException
- Initializes the execption with the input mediator that caused the exception
and the reason for the exception.
- InputMediatorException(InputMediator) -
Constructor for exception com.ibm.portal.state.exceptions.InputMediatorException
- Initializes the execption with the input mediator that caused the exception
and the reason for the exception.
- InputMediatorSAXException - Exception in com.ibm.portal.state.exceptions
- Specific input mediator exception wrapping a
SAXException
. - InputMediatorSAXException(InputMediator, SAXException) -
Constructor for exception com.ibm.portal.state.exceptions.InputMediatorSAXException
- Initializes the execption with the input mediator that caused the exception
and the reason for the exception.
- insert(T) -
Method in interface com.ibm.portal.ListModelController
- Inserts the node into the list model.
- insert(T) -
Method in interface com.ibm.portal.OrderedListModelController
- Inserts the node as the last element of the list model.
- insert(T, T) -
Method in interface com.ibm.portal.OrderedListModelController
- Inserts the node into the list model at the specified location.
- insert(Node, Node, Node) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Inserts a node into the list of children of another node.
- insert(T, T, T) -
Method in interface com.ibm.portal.TreeModelController
- Inserts the node at the specified location in the tree model controller.
- instantiateApplicationPortlet(String) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapper
- Deprecated. This method is marked final as it must not be overridden.
- instantiateApplicationPortlet(String) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method must be overridden in the derived class.
- inStrutsPortletFilterContext(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- Find out whether a Struts Portlet Filter (for legacy environments) is configured for this scenario.
- INTEGER -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the Integer type for an Attribute
- InternalContentURL - Interface in com.ibm.portal.content
- An interface for a content node representing an internal URL.
- internalModuleRelativeForward(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Description from the Struts Tiles Request Processor.
- internalModuleRelativeInclude(String, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Do a module relative include to specified uri using request dispatcher.
- INTERNALURL -
Static variable in class com.ibm.portal.content.ContentNodeType
- Node type for a ContentURL linking to a page of the portal.
- intValue() -
Method in class com.ibm.portal.ResourceType
- Deprecated. Use ObjectType.getOrdinalValue() instead.
- Invalidatable - Interface in com.ibm.portal
- The Invalidatable interface is used on models to provide
a way to invalidate all or parts of the model.
- InvalidatableListModel<T> - Interface in com.ibm.portal
- A list model providing a way to get invalidated.
- InvalidatableTreeModel<E> - Interface in com.ibm.portal
- A tree model providing a way to get invalidated.
- invalidate() -
Method in interface com.ibm.portal.Invalidatable
- Invalidates the model.
- invalidate(ObjectID, InvalidationType) -
Method in interface com.ibm.portal.Invalidatable
- Invalidates all parts of the model that are influenced by the object
with the given object id.
- invalidate() -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. This method is inherited from the HttpSession interface,
but exhibits a different behavior for a portlet session.
- invalidateCache() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- invalidateCache() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Invalidates the cache for all window states, markups and locals
- InvalidationType - Class in com.ibm.portal
- This class enumerates different types of invalidations.
- InvalidConstantException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a constant
object cannot be recognized.
- InvalidConstantException(Constants) -
Constructor for exception com.ibm.portal.state.exceptions.InvalidConstantException
- Initializes the exception given the constant that could not be recognized
- InvalidNavigationNodeIdException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which is supposed to be thrown when detecting an invalid identifier
of a navigation node.
- InvalidNavigationNodeIdException(String, NavigationShiftAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
- Initializes the exception with the accessor that caused the exception
- InvalidNavigationNodeIdException(String, NavigationShiftAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidNavigationNodeIdException
- Initializes the exception with the accessor that caused the exception
- InvalidPortletIdException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which is supposed to be thrown within any
SoloAccessor implementation that is not
able to convert the
String
representing
a portlet identifier into a corresponding ObjectID. - InvalidPortletIdException(SoloAccessor, String) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletIdException
- Initializes this exception.
- InvalidPortletIdException(SoloAccessor, String, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletIdException
- Initializes this exception.
- InvalidPortletModeException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that a
String
representing a portlet mode cannot be converted to a PortletMode
object. - InvalidPortletModeException(String, PortletAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletModeException
- Initializes the exception with the accessor that caused the exception
- InvalidPortletModeException(String, PortletAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidPortletModeException
- Initializes the exception with the accessor that caused the exception
- InvalidPropertyException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a property (in particular the property
value) specified in a properties file is considered as incorrect.
- InvalidPropertyException(String, Properties) -
Constructor for exception com.ibm.portal.state.exceptions.InvalidPropertyException
- Initializes the exception by specifying the property that is invalid
- InvalidPropertyException(String, Properties, Throwable) -
Constructor for exception com.ibm.portal.state.exceptions.InvalidPropertyException
- Initializes the exception by specifying the property that is invalid
- InvalidPropertyException - Class in com.ibm.wps.pb.service
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- InvalidPropertyException(MessageCode) -
Constructor for class com.ibm.wps.pb.service.InvalidPropertyException
- Deprecated.
- InvalidPropertyException(MessageCode, Object[]) -
Constructor for class com.ibm.wps.pb.service.InvalidPropertyException
- Deprecated.
- InvalidPropertyException(MessageCode, Object[], Throwable) -
Constructor for class com.ibm.wps.pb.service.InvalidPropertyException
- Deprecated.
- InvalidResourceTypeException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that a resource
type is considered to be invalid.
- InvalidResourceTypeException(PortalResources.Type) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidResourceTypeException
- Initializes the exception with the invalid resource type name
- InvalidSelectionException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that a SoloAccessor
considers the selection information in the state holder as invalid.
- InvalidSelectionException(SoloAccessor, String) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionException
- Initializes this exception.
- InvalidSelectionException(SoloAccessor, String, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionException
- Initializes this exception.
- InvalidSelectionNodeIdException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown when detecting an invalid
identifier of a selected node.
- InvalidSelectionNodeIdException(String, SelectionAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
- Initializes the exception with the accessor that caused the exception
- InvalidSelectionNodeIdException(String, SelectionAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSelectionNodeIdException
- Initializes the exception with the accessor that caused the exception
- InvalidShowToolsFlagException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown when detecting an invalid Show Tools flag.
- InvalidShowToolsFlagException(String, ShowToolsAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
- Initializes the exception with the accessor that caused the exception
- InvalidShowToolsFlagException(String, ShowToolsAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidShowToolsFlagException
- Initializes the exception with the accessor that caused the exception
- InvalidSoloFlagException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown when detecting an invalid Solo flag.
- InvalidSoloFlagException(String, SoloAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
- Initializes the exception with the accessor that caused the exception
- InvalidSoloFlagException(String, SoloAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidSoloFlagException
- Initializes the exception with the accessor that caused the exception
- InvalidWindowStateException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that a
String
representing a portlet window state cannot be converted to
a WindowState object. - InvalidWindowStateException(String, PortletAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidWindowStateException
- Initializes the exception with the accessor that caused the exception
- InvalidWindowStateException(String, PortletAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.InvalidWindowStateException
- Initializes the exception with the accessor that caused the exception
- iPortletId -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidPortletIdException
- String representing the portlet identifier that could
not be converted to ObjectID.
- iPortletWindowID -
Variable in exception com.ibm.portal.state.accessors.portlet.exceptions.CannotSetTargetException
- The ObjectID of the portlet which cannot be
selected as an action or render target.
- isAbsolute() -
Method in interface com.ibm.portal.state.accessors.url.URLContext
- Specifies if the URL should be an absolute URL.
- isActive() -
Method in interface com.ibm.portal.ActiveFlag
- Returns whether this resource is active or not.
- isActive() -
Method in interface com.ibm.portal.admin.Decoration
- Returns whether or not the decoration is active.
- isActive() -
Method in interface com.ibm.portal.admin.Markup
- Returns the activation state of the markup.
- isActive() -
Method in interface com.ibm.portal.content.LayoutModel
- Deprecated. use this method on the corresponding ContentPage
- isActive() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.ActiveCredential
- Returns whether a credential is active or passive.
- isActive() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
- Returns whether a credential is active or passive.
Should be overwritten by any implementing classes.
- isActive() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.PassiveCredential
- Returns whether a credential is active or passive.
- isActive() -
Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessor
- Evaluates whether the boolean flag is set or not.
- isActive() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- isActive() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- isActive() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- isActive() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.ActiveCredential
- Deprecated. Returns whether a credential is active or passive.
- isActive() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated. Returns whether a credential is active or passive.
Should be overwritten by any child classes.
- isActive() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.PassiveCredential
- Deprecated. Returns whether a credential is active or passive.
- isActiveOnStartup() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns true if this action is active on portlet startup.
- isAllPortletsAllowed() -
Method in interface com.ibm.portal.content.LayoutModel
- Indicates whether all portlets are allowed for this layout model.
- isBookmarkable() -
Method in interface com.ibm.portal.content.BookmarkableFlag
- Checks whether this resource can be bookmarked or not.
- isBookmarkable() -
Method in interface com.ibm.portal.content.LayoutModel
- Deprecated. use this method on the corresponding ContentPage, if implemented (optional)
- isCapableOf(Capability[]) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- isCapableOf(Capability) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
-
- isCapableOf(Capability) -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns whether this client has the given capability.
- isCapableOf(Capability[]) -
Method in interface org.apache.jetspeed.portlet.Client
- Deprecated. Returns whether this client has the given capabilities.
- isContentAreaEmbedType(StaticContentPage) -
Method in interface com.ibm.portal.spa.renderer.helper.StaticContentPageDistincter
- Returns true if the EmbedType of this page is ContentArea
- isContentSearchable() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Returns true if fields of this type are content-searchable.
- PortletRequest)">isCookieSet(PortletRequest) -
Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
- Returns
false
if the remember me cookie does not exist in the
current request,
true
if the remember me cookie exists in the current
request.
This method does not validate cookie content, instead it checks the sheer
existence in the passed request.
- isDebugEnabled() -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Returns whether the debug level of the portlet log is enabled.
- isDebugOn() -
Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
- Returns true if debug is enabled
- isDebugOn() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- Returns true if debug is enabled
- isDebugOn() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
- Deprecated.
- isDefault() -
Method in interface com.ibm.portal.admin.Decoration
- Returns whether or not the decoration is the default decoration.
- isDeletable(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Indicates whether this node can be deleted or not.
- isDetached() -
Method in interface org.apache.jetspeed.portlet.PortletWindow
- Deprecated. use getWindowState() since version 1.1
- isDynamicallyIncludedContent(String) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Answer whether the given path can be included dynamically (like a JSP).
- isDynamicallyIncludedContent(String, String) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Answer whether the given path can be included dynamically (like a JSP).
- isDynamicallyIncludedContent(String) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Determines whether the given path can be included dynamically (like a JSP).
- isDynamicallyIncludedContent(String, String) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Determines whether the given path can be included dynamically (like a JSP).
- isErrorEnabled() -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Returns whether the error level of the portlet log is enabled.
- PortletResponse, javax.xml.namespace.QName)">isEventWired(PortletRequest, PortletResponse, QName) -
Method in interface com.ibm.portal.eventing.service.EventDistributionService
- This method returns true if the calling portlet´s given publishing event is currently wired.
- isExactMatchSupported() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Indicates whether the field supports exact-match queries.
- isExpanded(ObjectID) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
- Deprecated. since 6.0, use method
isToggled(ObjectID)
instead
- isExpanded(String) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
- Deprecated. since 6.0, use method
isToggled(String)
instead
- isExternal(Principal) -
Method in interface com.ibm.portal.um.PumaProfile
- Deprecated. As of release 6.1, replaced by
PumaEnvironment#isExternal(Principal)
- isFieldSearchable() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Returns true if fields of this type are field-searchable.
- isFormAuthenticated(PortletRequest, PortletResponse) -
Method in interface com.ibm.portal.portlet.service.login.LoginService
- This method indicates whether the current portal user has been
authenticated using the default login mechanism of portal .
- isFormNamescoped() -
Static method in class com.ibm.portal.struts.common.PortletApiUtils
- Returns whether or not namescoping of forms is enabled.
- isImmediateSwitch() -
Method in interface com.ibm.portal.wire.Wire
- Returns true for crosspage wires that should immediately switch to the target page after the
wire has been invoked.
- isImplementedBy(PortletSettings) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns true if the action was registered by the calling portlet.
- isImplementedBy(PortletSettings) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Returns true if the property was registered by the calling portlet.
- isInfoEnabled() -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Returns whether the info level of the portlet log is enabled.
- isInherited(String) -
Method in interface com.ibm.portal.AggregatedMetaDataLocator
- Indicates whether the value corresponding to the given name
is inherited or not.
- isInitialized() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- Utility method.
- isInitiallyActive() -
Method in interface com.ibm.portal.propertybroker.property.Action
- Returns a boolean value indicating if the action is active when the owning component
is initialized and active, or whether the owning component will
programmatically activate and deactivate the action.
- isInPortalState(Constants.PortalState) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Returns true, if the given portal state is the same as the portal state of the current request.
- isInvocableOnMultipleMatch() -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Returns a boolean indicating whether the action should be processed if it is
simultaneously triggered with other actions on the same portlet (due to multiple
wires being activated, or multiple actions being triggered through a Click-to-Action menu,
for example).
- isLogging(int) -
Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Return true if logging is enabled for a particular log level.
- isMaximized() -
Method in interface org.apache.jetspeed.portlet.PortletWindow
- Deprecated. use getWindowState() since version 1.1
- isMinimized() -
Method in interface org.apache.jetspeed.portlet.PortletWindow
- Deprecated. use getWindowState() since version 1.1
- isModifiable(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Indicates whether this node can be modified or not.
- isModifiable() -
Method in interface org.apache.jetspeed.portlet.User
- Returns the status if it is possible to change the user's data.
- isMultiValued() -
Method in interface com.ibm.portal.um.AttributeDefinition
- Returns
true
if the Attribute represented by this object is multivalued
- isNewWindow() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- isNewWindow() -
Method in interface com.ibm.portal.theme.plugin.ThemeLinkItem
- Indicates if the URL should be opened in a new
browser window or not.
- isNodeInSelectionPath(T) -
Method in interface com.ibm.portal.navigation.SelectionModel
- Returns whether the given node is part of the selection path.
- isNodeSelected(T) -
Method in interface com.ibm.portal.navigation.SelectionModel
- Returns whether the given node is selected.
- isPageClosable(ObjectID) -
Method in interface com.ibm.portal.dynamicui.DynamicUIInfo
- Returns whether a page can be closed or not.
- isPageEmbedType(StaticContentPage) -
Method in interface com.ibm.portal.spa.renderer.helper.StaticContentPageDistincter
- Returns true if the EmbedType of this page is Page
- isParametric() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Returns true if fields of this type are parametric.
- isPermanent() -
Method in class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Returns a
boolean
indicating
whether the portlet is permanently unavailable.
- isPortletClosable(ObjectID) -
Method in interface com.ibm.portal.dynamicui.DynamicUIInfo
- Returns whether a portlet on the current page can be closed or not.
- isPreferenceDefined(String) -
Method in interface com.ibm.portal.portletmodel.PortletPreferences
- Returns
true
if the preference with the given name is defined
at this levelin this set of preferences.
- isPresentIfNullValue() -
Method in interface com.ibm.portal.propertybroker.property.Parameter
- Returns a boolean value indicating if a null value
for the current parameter should still trigger associated
actions (for example, due to wires having been created) i.e,
the broker uses this to determine if a parameter which is
present but null, should be treated as if it is absent.
- isPresentIfNullValue() -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Returns a value that governs the wire-triggering behavior if a parameter is found, but its
value is null.
- isPrivate() -
Method in interface com.ibm.portal.content.ContentNodeCreationContext
- Indicates whether the resource is to be created as a private node or a
node that may be accessible to multiple users.
- isPrivate() -
Method in interface com.ibm.portal.content.ContentPageCreationContext
- Indicates whether the resource is to be created as a private page or a
page that may be accessible to multiple users.
- isReadOnly(String) -
Method in interface com.ibm.portal.portletmodel.PortletPreferences
- Return true if the preference is set and marked as read-only in the portlet deployment
descriptor.
- isReadOnly() -
Method in interface com.ibm.portal.um.AttributeDefinition
- Returns
true
if the Attribute represented by this object is read-only
- isRelative() -
Method in interface com.ibm.portal.state.accessors.url.URLContext
- Specifies if the URL should be a relative URL.
- isRememberMeCookieEnabled() -
Method in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
- Returns
true
if the remember me cookie functionality is
enabled and all components started successfully,
false
if the remember me cookie functionality is not
available.
- isRepeatable() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Seedlist
- The Seedlist object needs to specify if the operation of getting its
documents is repeatable.
- isRequired() -
Method in interface com.ibm.portal.um.AttributeDefinition
- Returns
true
if this AttributeDefinition represents a mandatory attribute
- isReturnable() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Returns true if the content of fields of this type can be returned along
with retrieve results.
- isSecretTypeSupported(int) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Tells if the specified Secret Type is supported
- isSecure() -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Returns whether this request was made using a secure channel, such
as HTTPS.
- isServerRelative() -
Method in interface com.ibm.portal.state.accessors.url.URLContext
- Specifies if the URL should be a server relative URL.
- isShareable() -
Method in interface com.ibm.portal.content.LayoutModel
- Deprecated. use this method on the corresponding ContentPage, if implemented (optional)
- isShareable() -
Method in interface com.ibm.portal.content.ShareableFlag
- Returns whether this page can be shared or not.
- isSortable() -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Indicates whether the field can be used as a sort-key for retrieve
results.
- isStaticallyIncludedContent(String) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Answer whether the given path can be included statically (like HTML).
- isStaticallyIncludedContent(String, String) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Answer whether the given path can be included statically (like HTML).
- isStaticallyIncludedContent(String) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Determines whether the given path can be included statically (like HTML).
- isStaticallyIncludedContent(String, String) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Determines whether the given path can be included statically (like HTML).
- isSystem() -
Method in interface com.ibm.portal.admin.Decoration
- Deprecated. there is no replacement for this method
Returns whether or not the decoration is a system decoration.
- isTilesIncludedContent(String, String, PortletRequest) -
Method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Answer whether the given path can be included as Struts Tiles JSP.
- isTilesIncludedContent(String, String, HttpServletRequest) -
Method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Determines whether the given path can be included as a Struts Tiles JSP.
- isToggled(ObjectID) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
- Checks whether the navigation node with the given ObjectID
is marked as "toggled" in the state holder.
- isToggled(String) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessor
- Checks whether the navigation node with the given unique name
is marked as "toggled" in the state holder.
- ISTRUTS_PREPARE_RENDER_ACTION -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- Indicates uri is an IStrutsPrepareRender
- ISTRUTS_PREPARE_RENDER_ACTION -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- Indicates uri is an IStrutsPrepareRender
- ISTRUTS_SINGLE_ACTION -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- Key used to flag a IStrutSingleAction
- ISTRUTS_SINGLE_ACTION -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- Key used to flag a IStrutSingleAction
- IStrutsPortletMessage - Interface in com.ibm.wps.portlets.struts
- The IStrutsPortletMessage class defines the interface for the
PortletMessage that can be sent to the WpsStrutsPortlet.
- IStrutsPrepareRender - Interface in com.ibm.portal.struts.action
- IStrutsPrepareRender is an interface that a Struts action can
implement.
- IStrutsSingleAction - Interface in com.ibm.portal.struts.action
- IStrutsSingleAction is an interface that a Struts action can
implement.
- IStrutsSingleAction - Interface in com.ibm.wps.struts.action
- IStrutsSingleAction is an interface that a Struts action can
implement.
- isUriType(int) -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Determines if the URI type is the type specified.
- isUserManaged() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns if this Vault Slot is user managed or not.
- isUserMapped() -
Method in interface com.ibm.portal.portlet.service.credentialvault.VaultSegmentConfig
- Returns whether this Vault Segment is user mapped or not.
- isUserMapped() -
Method in interface com.ibm.wps.portletservice.credentialvault.VaultSegmentConfig
- Deprecated. Returns whether this Vault Segment is user mapped or not.
- isValid(URI) -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
- Checks, if the URI can be handled by this content location factory
- isValid(URI) -
Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
-
- isWarnEnabled() -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Returns whether the warn level of the portlet log is enabled.
- isWarnOn() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- Returns true if warning is enabled
- isWired(PortletRequest, String) -
Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
- Deprecated. use PortletResponse, java.lang.String)">PropertyBrokerService.isWired(PortletRequest, PortletResponse, String) instead
- PortletResponse, java.lang.String)">isWired(PortletRequest, PortletResponse, String) -
Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
- Test to see if a property is currently wired on this page.
- isWired() -
Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
- Deprecated. Returns true if the source property is "wired" to a set of actions.
- isWired(PortletRequest, Property) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns true if wires exist with the specified property and the calling portlet entity as the source.
- isWiredAcrossPages(PortletRequest, String) -
Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
- Deprecated. use PortletResponse, java.lang.String)">PropertyBrokerService.isWiredAcrossPages(PortletRequest, PortletResponse, String) instead
- PortletResponse, java.lang.String)">isWiredAcrossPages(PortletRequest, PortletResponse, String) -
Method in interface com.ibm.portal.propertybroker.service.PropertyBrokerService
- Test to see if a property is currently wired across pages.
- isWiredAcrossPages() -
Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
- Deprecated. Returns true if the source property is "wired" to a set of actions on a
different page.
- isWiredAcrossPages(PortletRequest, Property) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Returns true if cross page wires exist with the specified property and the calling portlet entity as the source.
- IterableListModel<E> - Interface in com.ibm.portal
- A model representing a list.
- iterator() -
Method in interface com.ibm.portal.IterableListModel
- Returns an interator over elements of the list.
- iterator() -
Method in interface com.ibm.portal.ListModel
- Returns an interator over elements of the list.
- iterator() -
Method in interface com.ibm.portal.MetaData
- Returns an iterator holding the meta data key/value pairs
as Map.Entry elements.
- iterator() -
Method in interface com.ibm.portal.portletmodel.PortletPreferences
- Returns an iterator holding the key/value pairs as Map.Entry
elements.
- iterator() -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
-
- iterator() -
Method in interface com.ibm.portal.resolver.streams.MultipartStream.Entry
- Returns the iterator over all entries
- IUserConfigurationDataStore - Interface in com.ibm.portal.struts.data
- IUserConfigurationDataStore is the interface for
storing user configuration data persistently.
- IUserConfigurationDataStore - Interface in com.ibm.struts.data
- Deprecated.
- iValue -
Variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
-
- IViewCommand - Interface in com.ibm.portal.struts.command
- The IViewCommand class is a command pattern interface used to
provide a mechanism to encapsulate the information needed to display a view.
- IViewCommand - Interface in com.ibm.wps.portlets.struts
- The IViewCommand class is a command pattern interface used to
provide a mechanism to encapsulate the information needed to redisplay a view.
- IWpsCommonsMultipartRequestHandler - Interface in com.ibm.portal.struts.upload
- This interface is used by the WpsMultipartRequestHandlers shipped with the
Struts Portlet Framework.
J
- JAAS_SUBJECT_PASSIVE -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the JAAS Subject credential.
- JaasSubjectCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Abstract inherited interface of ActiveCredential where the user's secret is a
JAAS Subject
pair. - JaasSubjectCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- JaasSubjectCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
- Deprecated.
- JaasSubjectCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
- Implementation of the CredentialSecret class for secrets in form of a Jaas Subject.
- JaasSubjectPassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- This Credential is only a container of the user's secret.
- JaasSubjectPassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- JaasSubjectPassiveCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
- Deprecated.
- JAVA_MAIL -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the JavaMail credential.
- JavaMailCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at the back-end the javax.mail API.
- JavaMailCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- JavaMailCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.JavaMailCredential
- Deprecated.
- JavaObjectCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
- Implementation of the CredentialSecret class for a secret in form of a Java Object.
- JNDI_NAME -
Static variable in interface com.ibm.portal.app.service.backup.StreamBackupService
-
- JNDI_NAME -
Static variable in interface com.ibm.portal.model.CorLocalizedContextHome
- JNDI name under which the home instance is bound
- JNDI_NAME -
Static variable in interface com.ibm.portal.model.PortalLocalizedContextHome
- JNDI name under which the home instance is bound
- JNDI_NAME -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.CredentialFactory
- The name can be used to lookup the
CredentialFactory from
JNDI
- JNDI_NAME -
Static variable in interface com.ibm.portal.portlet.service.login.LoginHome
- The JNDI name constant should be used to look up the
LoginHome from JNDI.
- JNDI_NAME -
Static variable in interface com.ibm.portal.portlet.service.model.PortletLocalizedContextHome
- JNDI name under which the home instance is bound
- JNDI_NAME -
Static variable in interface com.ibm.portal.portletservice.rememberme.RememberMeCookieService
-
- JNDI_NAME -
Static variable in interface com.ibm.portal.resolver.friendly.service.PortalFriendlySelectionServiceHome
- JNDI name of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.resolver.friendly.service.PortletFriendlySelectionServiceHome
- Name that can be used for the JNDI lookup of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.resolver.service.PortalPocServiceHome
- JNDI name of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.resolver.service.PortletPocServiceHome
- Name that can be used for the JNDI lookup of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.services.globalization.ExtendedLanguageListProvider
- The JNDI name that can be used to lookup instances of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.services.globalization.preferences.GlobalizationPreferencesService
- The JNDI name that can be used to lookup instances of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.spa.service.PortalStaticPageServiceHome
- JNDI name of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.spa.service.PortletStaticPageServiceHome
- Name that can be used for the JNDI lookup of this service
- JNDI_NAME -
Static variable in interface com.ibm.portal.state.service.parameters.PortalStateParameterServiceHome
- JNDI name under which the home instance is bound
- JNDI_NAME -
Static variable in interface com.ibm.portal.state.service.parameters.PortletStateParameterServiceHome
- JNDI name under which the home instance is bound
- JNDI_NAME -
Static variable in interface com.ibm.portal.um.PumaAdminHome
- Deprecated. The name can be used to lookup the
PumaAdminHome from
JNDI
- JNDI_NAME -
Static variable in interface com.ibm.portal.um.PumaHome
- The name can be used to lookup the
PumaHome from JNDI
- JNDI_ROOT_CONTEXT -
Static variable in interface com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory
- define the context root for the JNDI lookup
- JSP_ATTRIBUTE -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeJspIncludeDescriptorConstants
- The
JSP_ATTRIBUTE
should be the path to the
jsp to include.
K
- key -
Variable in exception com.ibm.portal.state.exceptions.PropertyException
- Key of the property in the collection above that caused the exception
- KEY -
Static variable in interface com.ibm.portal.struts.data.IUserConfigurationDataStore
- The key used for storing the IUserConfigurationDataStore object in the servlet context.
- KEY -
Static variable in interface com.ibm.struts.data.IUserConfigurationDataStore
- Deprecated. The key used for storing the IUserConfigurationDataStore object in the servlet context.
- KEY_CONTENT_DISPOSITION -
Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
- key in the headers of each mime entry for the content disposition
- KEY_CREDENTIAL_SECRET -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.Credential
- Key for the map provided in the init() method: The credential's secret - e.g.
- KEY_DIGEST -
Static variable in interface com.ibm.portal.resolver.Constants
- name of the key of the parameter that identifies the request digest
- KEY_FILENAME -
Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
- The name of the content-disposition key that identifies the filename for
a file upload part *
- KEY_FORM_DATA -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Specifies whether the authentication data are cookies [true] or URL rewriting [false] (mandatory).
- KEY_FORM_DATA -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- KEY_GLOBAL_PUBLIC_RENDER_PARAMETERS -
Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
- This key can be used to obtain global public render parameters, i.
- KEY_LAYOUTNODE_LOCALNAME -
Static variable in interface com.ibm.portal.spa.Constants
- MetaData key for local name of the portlet window or the portlet
container
- KEY_LOCALE -
Static variable in interface com.ibm.portal.spa.data.Constants
- POC parameter that specifies a particular locale *
- KEY_LOGIN_URL -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- The url to which the login data is posted (mandatory).
- KEY_LOGIN_URL -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- KEY_LOGOUT_URL -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- The url to which an HTTP GET request is send in order to log out the user (mandatory).
- KEY_LOGOUT_URL -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- KEY_MIME_BOUNDARY -
Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
- key in the content type that denotes the MIME boundary
- KEY_MIME_TYPE -
Static variable in interface com.ibm.portal.resolver.Constants
- key for the parameter that defines the mime-types
- KEY_MODE -
Static variable in interface com.ibm.portal.resolver.Constants
- name of the key of the parameter that identifies the verb
- KEY_NAME -
Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
- key inside the content-disposition header for the name of an input field
- KEY_PASSWORD_ATTRIBUTE_NAME -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- The name under which the user password is posted (mandatory).
- KEY_PASSWORD_ATTRIBUTE_NAME -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- KEY_POCURI_PARAM -
Static variable in interface com.ibm.portal.resolver.Constants
- name of the JSR168 render parameter that is passed to the target portlet
during POC resolution in case no portlet resolver is specified for a
particular poc URI.
- KEY_URI -
Static variable in interface com.ibm.portal.resolver.Constants
- name of the key of the parameter that identifies the POC URIs
- KEY_USE_AUTH_COOKIES -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Any additional
name=value
.
- KEY_USE_AUTH_COOKIES -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- KEY_USERID_ATTRIBUTE_NAME -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- The name under which the user id is posted (mandatory).
- KEY_USERID_ATTRIBUTE_NAME -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated.
- KEY_VERB -
Static variable in interface com.ibm.portal.resolver.Constants
- Deprecated.
- keyMethodMap -
Variable in class com.ibm.portal.struts.action.LookupDispatchAction
- Resource key to method name lookup.
- keyMethodMap -
Variable in class com.ibm.wps.struts.action.WpsLookupDispatchAction
- Resource key to method name lookup.
- keys() -
Method in interface com.ibm.policy.manager.Target
- Retrieve a list of attributes which rules could access about this Target
L
- LABEL -
Static variable in class com.ibm.portal.content.ContentNodeType
- Node type for a ContentLabel.
- label -
Variable in exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
- Label for that the mapping could not be retrieved
- Language - Interface in com.ibm.portal.admin
- Model interface for portal languages.
- LANGUAGE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LanguageList<E extends Language> - Interface in com.ibm.portal.admin
- Model interface for the list of portal languages.
- LanguageListHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for LanguageListProvider.
- LanguageListProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- LanguageListProvider - Interface in com.ibm.portal.model
- An interface for a provider of the language list.
- LanguageListProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of the language list.
- LAST_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to last" action.
- LAST_MODIFIED -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Request attribute name for the last modified timestamp.
- LAST_PAGE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to last page" action.
- LAUNCH_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "launch" action.
- LayoutContainer - Interface in com.ibm.portal.content
- An interface representing a container in a LayoutModel.
- LayoutControl - Interface in com.ibm.portal.content
- An interface for layout nodes representing portlet windows.
- LayoutControlCreationContext - Interface in com.ibm.portal.content
- A node creation context for LayoutControls.
- LayoutMetrics - Interface in com.ibm.portal.content
- An interface describing metrics information for a node in a layout model.
- LayoutModel<E extends java.lang.Object & LayoutNode> - Interface in com.ibm.portal.content
- This interface provides a tree model for the layout of a page.
- LayoutModelController<T extends LayoutNode,M extends ModifiableLayoutNode> - Interface in com.ibm.portal.content
- A controller interface for the LayoutModel
interface.
- LayoutNode - Interface in com.ibm.portal.content
- An interface for the nodes of a LayoutModel.
- LeafAtomContentHandler - Class in com.ibm.portal.resolver.atom.helper
- The end element in a content handler chain that connects itself directly to a
destination handler.
- LeafAtomContentHandler() -
Constructor for class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- LeafAtomThreadingContentHandler - Class in com.ibm.portal.resolver.atom.helper
- The end element in a acontent handler chain that connects itself directly to a
destination handler.
- LeafAtomThreadingContentHandler() -
Constructor for class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- LeafContentHandler - Class in com.ibm.portal.resolver.xml.helper
- The end element in a content handler chain that connects itself directly to a
destination handler.
- LeafContentHandler() -
Constructor for class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- LegacyPortletAccessor - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing read-only accessor methods for legacy (4.x) portlets.
- LegacyPortletAccessorController - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing write accessor methods for legacy (4.x) portlets.
- LegacyPortletTargetAccessorController - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing write accessor methods for legacy (4.x) portlets which allow
for including a portlet action into the state holder.
- Lifecycle - Interface in com.ibm.portal.app.component
- Lifecycle is one of the Application Component Interfaces, implemented
by an application component.
- Link - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- Link interface represents URI link.
- ListModel<E> - Interface in com.ibm.portal
-
A model representing a list.
- ListModelController<T,M extends Modifiable> - Interface in com.ibm.portal
- This interface provides a controller for list models which allows updating a
model.
- listResources() -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Returns a list of resources as strings.
- LocaleAccessor - Interface in com.ibm.portal.state.accessors.locale
- Provides read access to the locale information of the state.
- LocaleAccessorController - Interface in com.ibm.portal.state.accessors.locale
- Provides read and write access to the locale information of the state.
- LocaleAccessorFactory - Interface in com.ibm.portal.state.accessors.locale
- Factory that generates locale accessors.
- localeMap -
Variable in class com.ibm.portal.struts.action.LookupDispatchAction
- Reverse lookup map from resource value to resource key.
- localeMap -
Variable in class com.ibm.wps.struts.action.WpsLookupDispatchAction
- Reverse lookup map from resource value to resource key.
- Localized - Interface in com.ibm.portal
- Interface providing methods to obtain title and description of a portal
resource.
- LocalizedContext - Interface in com.ibm.portal.model
- A helper object which allows to retrieve titles and descriptions for resources
implementing the Localized interface.
- LocalizedContextHome - Interface in com.ibm.portal.model
- A home interface for lookups to LocalizedContext instances.
- LocalizedControl - Interface in com.ibm.wps.ai.model
- Interface providing methods to modify title and description of
a portal resource.
- LocalizedIOException - Exception in com.ibm.portal.resolver.exceptions
- Helper exception to wrap localization information into a SAXException
- LocalizedIOException(Exception) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
- Constructor used if no metainformation about the actual exception cause
is known.
- LocalizedIOException(int, Exception) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
- Constructor used if no metainformation about the actual exception cause
is known.
- LocalizedIOException(Localized, Exception) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- LocalizedIOException(Localized, int, Exception) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- LocalizedIOException(LocalizedStatus, Exception) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- LocalizedSAXException - Exception in com.ibm.portal.resolver.exceptions
- Helper exception to wrap localization information into a SAXException
- LocalizedSAXException(Localized, int, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- LocalizedSAXException(Localized, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- LocalizedSAXException(int, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- LocalizedSAXException(Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- LocalizedSAXException(LocalizedStatus, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- LocalizedStatus - Interface in com.ibm.portal
- Interface that can be used to communicate status code information via exceptions.
- LocalizedStringResolver - Interface in com.ibm.portal.model
- Deprecated. instead, use LocalizedContext instances which can be obtained from PortalLocalizedContextHome and PortletLocalizedContextHome.
Obtains title or description of a localized object by
employing a fallback mechanism in case the title or description is not
available in the requested locale(s). This utilizes the expected behavior of
the Localized methods: They only return non-null results in case they
keep a title or description in the requested locale.
The helper class uses the following fallback order of locales: Try all the given
locales, failing that try the portal default locale, failing that try the
system default locale. If no title
could be determined in any tested locale, the unique name or in
absence of a unique name the object id of the resource is returned, if the
resource is identifiable. If it is not, an empty string will be returned.
An unavailable description is treated similarly, but no unique name or object
ID will be used as a description.
The resolver can be obtained through a JNDI lookup:
Context ctx = new InitialContext();
final LocalizedStringResolver resolver = (LocalizedStringResolver)
ctx.lookup("portal:service/model/LocalizedStringResolver");
if (resolver != null) {
final String title = resolver.getTitle(aLocalizedObject, aRequest.getLocales());
...
}
- location -
Variable in exception com.ibm.portal.state.exceptions.CannotDecodeStateFromStringException
- location of the fault
- LOCATION_TAXONOMY_ID -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.Category
- Taxonomy id that represents location category of Seedlist entry
- Locator<E> - Interface in com.ibm.portal
- This interface defines search methods that allow locating resources in
a model.
- LocatorProvider<E> - Interface in com.ibm.portal
- An interface providing a way to obtain a set of search methods.
- LOCK -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "lock" action.
- LOCK_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "lock" action.
- log -
Static variable in class com.ibm.portal.struts.action.DispatchAction
- Commons Logging instance.
- log -
Static variable in class com.ibm.portal.struts.plugins.ViewCommandFactory
- commons logger instance for this class
- log -
Static variable in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
- Commons Logging instance for this class.
- log -
Static variable in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Commons Logging instance for this class
- log -
Static variable in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- The commons Logging instance for this class
- log -
Static variable in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Commons Logging instance.
- log -
Static variable in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- The commons-logging instance for this class.
- log -
Static variable in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- The commons-logging instance for this class.
- log -
Static variable in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- The commons-logging instance for this class.
- log -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- The commons-logging instance for this class.
- log -
Static variable in class com.ibm.wps.struts.action.WpsDispatchAction
- The commons-logging instance for this class.
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- Loglevel to use
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
- current logging level
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
- logging level
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.helper.CORLookupService
- Loglevel to use
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.helper.CORResolutionService
- Loglevel to use
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.uri.BaseURI
- Default logging level
- LOG_LEVEL -
Static variable in class com.ibm.portal.resolver.uri.PortletURI
- logging level
- LOGGER -
Static variable in class com.ibm.portal.model.controller.CreationContextBuilderFactory
-
- LOGGER -
Static variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- Logging support for the lookup process
- LOGGER -
Static variable in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
- the logger to use
- LOGGER -
Static variable in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
- class logger
- LOGGER -
Static variable in class com.ibm.portal.resolver.helper.CORLookupService
- Logging support for the lookup process
- LOGGER -
Static variable in class com.ibm.portal.resolver.helper.CORResolutionService
- Logging support for the lookup process
- LOGGER -
Static variable in class com.ibm.portal.resolver.uri.PortletURI
- class logger
- LOGGER_NAME -
Static variable in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated. Name of the logger that all WP credentials should use for logging.
- login(HttpServletRequest, HttpServletResponse, String, char[], FilterChainContext, Subject, String, ExplicitLoginFilterChain) -
Method in interface com.ibm.portal.auth.ExplicitLoginFilter
- Can be used to implement custom login code for the explicit Portal login by user id and password.
- login(HttpServletRequest, HttpServletResponse, String, char[], FilterChainContext, Subject, String) -
Method in interface com.ibm.portal.auth.ExplicitLoginFilterChain
- Calls the login method of the next login filter in the filter chain for the explicit Portal login.
- login(HttpServletRequest, HttpServletResponse, FilterChainContext, String, ImplicitLoginFilterChain) -
Method in interface com.ibm.portal.auth.ImplicitLoginFilter
- Can be used to implement custom login code for the implicit login.
- login(HttpServletRequest, HttpServletResponse, FilterChainContext, String) -
Method in interface com.ibm.portal.auth.ImplicitLoginFilterChain
- Calls the login method of the next login filter in the filter chain for the implicit Portal login.
- login() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Performs the HTTP form based login.
- login(String, char[], Map, Subject) -
Method in interface com.ibm.portal.portlet.service.login.LoginService
- This method triggers a Portal login.
- login(PortletRequest) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- LOGIN -
Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Represents the login method of the PortletSessionListener.
- login(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Called by the portlet container to ask the portlet
to initialize a personalized user experience.
- login() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated. Performs the HTTP form based login.
- login(PortletRequest) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- login(PortletRequest) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method is to
do nothing.
- login(PortletRequest) -
Method in interface org.apache.jetspeed.portlet.PortletSessionListener
- Deprecated. Called by the portlet container before the service() method of
this portlet is invoked for the first time in the context of a new user session.
- LoginActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.login
- Tagging Interface.
- LoginActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.login
- Factory interface which provides methods to obtain controllers
that allow to set a "Login" action upon the given
state holder or document model.
For instance the controllers may be used to create EngineURLs
that trigger the portal login. - LoginException - Exception in com.ibm.portal.auth.exceptions
- Base exception for all login exceptions.
- LoginException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.LoginException
- Initializes the exception with the reason of the exception.
- LoginException() -
Constructor for exception com.ibm.portal.auth.exceptions.LoginException
- Empty constructor.
- LoginHome - Interface in com.ibm.portal.portlet.service.login
- Home interface for lookups to the LoginService.
- LoginService - Interface in com.ibm.portal.portlet.service.login
- This portlet service can be used to perform a login with user and password.
- LogMenuService - Interface in com.ibm.wps.portletservice.portletmenu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- logout(HttpServletRequest, HttpServletResponse, FilterChainContext, LogoutFilterChain) -
Method in interface com.ibm.portal.auth.ExplicitLogoutFilter
- Can be used to implement custom logout code for the explicit logout.
- logout(HttpServletRequest, HttpServletResponse, FilterChainContext, LogoutFilterChain) -
Method in interface com.ibm.portal.auth.ImplicitLogoutFilter
- Can be used to implement custom logout code for the implicit logout.
- logout(HttpServletRequest, HttpServletResponse, FilterChainContext) -
Method in interface com.ibm.portal.auth.LogoutFilterChain
- Calls the logout method of the next logout filter in the logout filter chain
- logout() -
Method in interface com.ibm.portal.portlet.service.credentialvault.credentials.HttpFormBasedAuthCredential
- Performs the logout through an HTTP GET request to the logout Url.
- logout(PortletSession) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- logout(PortletSession) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Called by the portlet container when the user has logged out.
- logout() -
Method in class com.ibm.wps.portletservice.credentialvault.credentials.HttpFormBasedAuthCredential
- Deprecated. Performs the logout through an HTTP GET request to the logoutUrl.
- logout(PortletSession) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- logout(PortletSession) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method is to
do nothing.
- logout(PortletSession) -
Method in interface org.apache.jetspeed.portlet.PortletSessionListener
- Deprecated. Called by the portlet container when a user session terminates (by user logout
or timeout) for which the login() method has been called before.
- LogoutActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.logout
- Tagging Interface.
- LogoutActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.logout
- Factory interface which provides methods to obtain controllers
that allow to set a "Logout" action upon the given
state holder or document model.
For instance the controllers may be used to create EngineURLs
that trigger the portal logout. - LogoutException - Exception in com.ibm.portal.auth.exceptions
- Base exception for all logout exceptions.
- LogoutException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.LogoutException
- Initializes the exception with the reason of the exception.
- LogoutFilterChain - Interface in com.ibm.portal.auth
- This interface is used to call the next element in the explicit or implicit logout filter chain.
- LONG -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the Long type for an Attribute
- Lookup - Interface in com.ibm.portal.resolver
- Constructs an XML source document that represents an individual ATOM entry.
- lookup() -
Method in class com.ibm.struts.taglib.html.FormTag
- Look up values for the
name
, scope
, and
type
properties if necessary.
- LookupDispatchAction - Class in com.ibm.portal.struts.action
-
A portal friendly implementation of the LookupDispatchAction class.
- LookupDispatchAction() -
Constructor for class com.ibm.portal.struts.action.LookupDispatchAction
- Constructor for this class
- lookupService(URI, Class, Context) -
Method in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- Uses the COR to find a service that exposes a particular interface.
- lookupService(URI, Class<LookupService>, Context) -
Method in class com.ibm.portal.resolver.helper.CORLookupService
- Uses the COR to find a service that exposes a particular interface.
- lookupService(URI, Class<ResolutionService>, Context) -
Method in class com.ibm.portal.resolver.helper.CORResolutionService
- Uses the COR to find a service that exposes a particular interface.
- LookupService - Interface in com.ibm.portal.resolver
-
Service that allows to map between the URI to a resource and an ATOM feed
that describes this resource, including its entry URL.
- LOOP_COUNT -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- indicates loop count
- LOOP_COUNT -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- indicates loop count
- LTPA_TOKEN -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the LTPA authentication token credential.
- LTPA_TOKEN2 -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the LTPA token2 authentication credential.
- LTPA_TOKEN_PASSIVE -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the LTPA authentication token credential.
- LTPA_TOKEN_TYPE -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- The name of the parameter in the VaultService.properties file to get the Ltpa Token configuration.
- LTPA_TOKEN_TYPE_VALUE_BOTH -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Constant indicating that both the old style Ltpa token and the Ltpa2 token are available.
- LTPA_TOKEN_TYPE_VALUE_DEFAULT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Constant indicating that default configuration is used, which means that exaclty those Ltpa tokens available
on the incomming request are forwarded.
- LTPA_TOKEN_TYPE_VALUE_LTPA2_ONLY -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Constant indicating that only the Ltpa2 token is configured.
- LTPA_TOKEN_TYPE_VALUE_LTPA_ONLY -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.credentials.LtpaTokenCredential
- Constant indicating that only the old style Ltpa token is configured.
- ltpaToken -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
-
- ltpaToken2 -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
-
- LtpaTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at a back-end system that is within the same WebSphere SSO-Domain as the portal.
- LtpaTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Credential for authenticating at a back-end system that is within the same WebSphere SSO-Domain as the portal.
- LtpaTokenCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.LtpaTokenCredential
-
- LWP_BC_ADDRESSBOOK -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_BC_CALENDAR -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_BC_DISCUSSION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_BC_DOCLIBRARY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_BC_MAILBOX -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_BC_NCS -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_BC_WORKLIST -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_CLB_CTX -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_CLB_DMN_OBJ -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_CLB_DMN_OBJ_CAT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_ACCOUNT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_COMMUNITY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_CREDSTORE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_POLICY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_PREFERENCE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_SEARCHINDEX -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_TEMPLATE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_IC_TMPLCATALOG -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- LWP_PROP_BROK_WB -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
M
- MandatoryAttributeMissingException - Exception in com.ibm.portal.um.exceptions
- An Exception of type MandatoryAttributeMissingException is thrown, if one or more mandatory attributes are
not provided.
- MandatoryAttributeMissingException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.MandatoryAttributeMissingException
-
- MapRequestContext - Class in com.ibm.policy.manager
- Public implementation of RuleContext representing a generic Map Request.
- MapRequestContext(Map) -
Constructor for class com.ibm.policy.manager.MapRequestContext
- Add a Rule context based on an Mapping of KEYWORD of rule with OBJECT .
- MapRequestContext - Class in com.ibm.wps.policy.services
- Public implementation of RuleContext representing a request.
- MapRequestContext(Map) -
Constructor for class com.ibm.wps.policy.services.MapRequestContext
- Add a Rule context based on an HttpServletRequest.
- Markup - Interface in com.ibm.portal.admin
- Model interface for portal markups.
- MARKUP -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- MarkupCapable - Interface in com.ibm.portal.admin
- This interface describes markup-capable nodes.
- MarkupList<T extends java.lang.Object & Markup> - Interface in com.ibm.portal.admin
- Model interface for the portal supported markups.
- MarkupListHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for MarkupListProvider.
- MarkupListProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MarkupListProvider - Interface in com.ibm.portal.model
- An interface for a provider of markup lists.
- MarkupListProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of markup lists.
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.MarkupListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- matchesParentDN(Principal, String) -
Method in interface com.ibm.portal.um.PumaProfile
- Deprecated. As of release 6.1, replaced by
PumaEnvironment#matchesParentDN(Principal, String)
- MAX_LOOP_COUNT -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- indicates max loop count
- MAX_LOOP_COUNT -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- indicates max action loop count
- MaxChainingExceededException - Exception in com.ibm.portal.struts.portlet
- MaxChainingExceededException can be detected by global exception handlers.
- MaxChainingExceededException() -
Constructor for exception com.ibm.portal.struts.portlet.MaxChainingExceededException
- Construct this ChainingMaxExceededException object
- MaxChainingExceededException(String) -
Constructor for exception com.ibm.portal.struts.portlet.MaxChainingExceededException
- Construct this ChainingMaxExceededException object
- MaxChainingExceededException - Exception in com.ibm.wps.portlets.struts
- This exception can be detected by global exception handlers.
- MaxChainingExceededException() -
Constructor for exception com.ibm.wps.portlets.struts.MaxChainingExceededException
- Construct this ChainingMaxExceededException object
- MaxChainingExceededException(String) -
Constructor for exception com.ibm.wps.portlets.struts.MaxChainingExceededException
- Construct this ChainingMaxExceededException object
- MAXIMIZED -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated. In this window state the portlet is displayed maximized
which means that it is the only portlet shown on the page.
- mediator -
Variable in exception com.ibm.portal.state.exceptions.InputMediatorException
- Input mediator that caused the exception
- mediator -
Variable in exception com.ibm.portal.state.exceptions.OutputMediatorException
- Output mediator that caused the exception
- memberAdded(String, ObjectID, String) -
Method in interface com.ibm.portal.app.component.Membership
- Called when a member (user or group) is added to a community role in the
application that contains this component instance.
- memberAdded(String, ListModel, String) -
Method in interface com.ibm.portal.app.extensions.Membership
- Called when a member (user or group) is added to a community role in the
application.
- MemberAlreadyExistsException - Exception in com.ibm.portal.um.exceptions
- An Exception of type MemberAlreadyExistsException is thrown, if an entry for the given
com.ibm.portal.um.User
or com.ibm.portal.um.Group
already exists within the user storage system. - MemberAlreadyExistsException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.MemberAlreadyExistsException
-
- MEMBERDN -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the DN of a Member type for an Attribute
- MemberNotFoundException - Exception in com.ibm.portal.um.exceptions
- An Exception of type MemberNotFoundException is thrown whenever the provided
com.ibm.portal.um.User
or com.ibm.portal.um.Group
could not be found within the user storage system. - MemberNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.MemberNotFoundException
-
- memberRemoved(String, ObjectID, String) -
Method in interface com.ibm.portal.app.component.Membership
- Called when members are removed from a role in the application that
contains this component instance.
- Membership - Interface in com.ibm.portal.app.component
- Membership is one of the Application Component Interfaces, implemented by an
application component.
- Membership - Interface in com.ibm.portal.app.extensions
- Membership is one of the Composite Application Infrastructure Extensions Interfaces,
implemented by an pluggable extension.
- MemoryMenuService - Interface in com.ibm.wps.portletservice.portletmenu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MemoryMenuTreeException - Exception in com.ibm.wps.portletservice.portletmenu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MemoryMenuTreeException() -
Constructor for exception com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeException
- Deprecated. MemoryMenuTreeException constructor.
- MemoryMenuTreeException(String) -
Constructor for exception com.ibm.wps.portletservice.portletmenu.MemoryMenuTreeException
- Deprecated. MemoryMenuTreeException constructor.
- MemoryMenuTreePortlet - Class in com.ibm.wps.portlets.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MemoryMenuTreePortlet() -
Constructor for class com.ibm.wps.portlets.menu.MemoryMenuTreePortlet
- Deprecated. Constructor.
- MemoryMenuTreeTopologyCtrl - Interface in com.ibm.wps.portletservice.portletmenu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuContext - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuNode - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuProvider - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuTree - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuTreeException - Exception in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuTreeException() -
Constructor for exception com.ibm.wps.portlet.menu.MenuTreeException
- Deprecated. MenuTreeException constructor
- MenuTreeException(String) -
Constructor for exception com.ibm.wps.portlet.menu.MenuTreeException
- Deprecated. MenuTreeException constructor
- MenuTreeInfoCopyCtrl - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuTreeInfoCtrl - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MenuTreeTopologyCtrl - Interface in com.ibm.wps.portlet.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- merge(Metadata) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.Metadata
- Merges own properties with specified Metadata object.
- MESSAGE_RECEIVED -
Static variable in interface org.apache.jetspeed.portlet.event.MessageEvent
- Deprecated. Event identifier indicating that a message has been received.
- MESSAGEEVENT -
Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Represents the messagePerformed method of the MessageListener.
- MessageEvent - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- MessageListener - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- messageReceived(MessageEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- messageReceived(MessageEvent) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Process the sent message.
- messageReceived(MessageEvent) -
Method in interface org.apache.jetspeed.portlet.event.MessageListener
- Deprecated. Notifies this listener that the message which
the listener is watching for has been performed.
- messages -
Static variable in class com.ibm.portal.struts.action.DispatchAction
- The message resources for this package.
- messages -
Static variable in class com.ibm.portal.struts.command.StrutsViewActionCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.command.StrutsViewCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.command.StrutsViewXmlCommand
- Deprecated. The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.plugins.WpTilesPlugin
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.portlet.StrutsPortlet
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.portlet.WpRequestProcessor
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.plugins.WpsStrutsTilesPlugin
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
- Deprecated. The message resources for the Struts Portlet Framework.
- messages -
Static variable in class com.ibm.wps.struts.action.WpsDispatchAction
- The message resources for this package.
- Metadata - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- This interface represents common features for any Document or Seedlist.
- MetaData<V,E extends java.util.Map.Entry<java.lang.String,V>> - Interface in com.ibm.portal
- An interface describing meta data associated with a portal
resource.
- MetaDataModel - Interface in com.ibm.portal
- A model for accessing MetaData of model nodes.
- MetaDataNameLocator - Interface in com.ibm.portal
- A locator for the meta data names list model that can be used to
determine if a specific key is present.
- MetaDataProvider - Interface in com.ibm.portal
- An interface describing a method to obtain meta data for a resource.
- methods -
Variable in class com.ibm.portal.struts.action.DispatchAction
-
The set of Method objects introspected for this class,
keyed by method name.
- methods -
Variable in class com.ibm.wps.struts.action.WpsDispatchAction
- The set of Method objects introspected for this class,
keyed by method name.
- migratePseudoResponse(PortletResponse, PortletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Migrate the information from the PseudoResponse used during actionPerformed
processing to real response.
- MINIMIZED -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated. In this window state the portlet is displayed minimzed
which means that only the portlet title is shown
- MissingAccessRightsException - Exception in com.ibm.portal.dynamicui
- The
MissingAccessRightsException
is thrown when the user has not suffient rights
for a base page definition or a portlet definition that should be used to add a page or portlet. - MissingAccessRightsException() -
Constructor for exception com.ibm.portal.dynamicui.MissingAccessRightsException
- Constructor.
- MissingAccessRightsException(Throwable) -
Constructor for exception com.ibm.portal.dynamicui.MissingAccessRightsException
- Constructor.
- MissingPropertyException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a mandatory property has not been
specified in a particular properties file.
- MissingPropertyException(String, Properties) -
Constructor for exception com.ibm.portal.state.exceptions.MissingPropertyException
- Initializes the exception by specifying the is missed
- MissingSelectionException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception representing the error case that the selection accessor
cannot find any selection information in the state holder.
- MissingSelectionException(StateHolder, SelectionAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.MissingSelectionException
- The selection could not be determined
- MissingSharedStateIdException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception representing the error case that a shared state id was
null
. - MissingSharedStateIdException() -
Constructor for exception com.ibm.portal.state.accessors.exceptions.MissingSharedStateIdException
- The shared state id was null
- MissingUniqueNameException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception representing the error case that a unique name was
null
. - MissingUniqueNameException() -
Constructor for exception com.ibm.portal.state.accessors.exceptions.MissingUniqueNameException
- The unique name was null
- model -
Variable in exception com.ibm.portal.state.exceptions.DocumentModelException
- Reference to the model that caused the exception
- ModelController<T,M extends Modifiable> - Interface in com.ibm.portal
- This interface provides a controller for models.
- ModelException - Exception in com.ibm.portal
- Occurs when anything unexpected happened while using model API related functions.
- ModelException() -
Constructor for exception com.ibm.portal.ModelException
- Empty constructor
- ModelException(Throwable) -
Constructor for exception com.ibm.portal.ModelException
- Initializes the exception with the reason of the exception.
- Modifiable - Interface in com.ibm.portal
- Tagging interface representing a modifiable node of a model controller.
- ModifiableActiveFlag - Interface in com.ibm.portal
- An interface representing a modifiable active flag instance.
- ModifiableBookmarkableFlag - Interface in com.ibm.portal.content
- An interface representing a modifiable bookmarkable flag instance.
- ModifiableContentLabel - Interface in com.ibm.portal.content
- An interface representing a modifiable content label instance.
- ModifiableContentNode - Interface in com.ibm.portal.content
- An interface representing a modifiable content node instance.
- ModifiableContentPage - Interface in com.ibm.portal.content
- An interface representing a modifiable content page instance.
- ModifiableContentURL - Interface in com.ibm.portal.content
- An interface representing a modifiable content URL instance.
- ModifiableExternalContentURL - Interface in com.ibm.portal.content
- An interface representing a modifiable external content URL instance.
- ModifiableIdentifiable - Interface in com.ibm.portal
- An interface which provides the modifiable object ID of a resource.
- ModifiableInternalContentURL - Interface in com.ibm.portal.content
- An interface representing a modifiable internal content URL instance.
- ModifiableLayoutContainer - Interface in com.ibm.portal.content
- An interface representing a modifiable layout container instance.
- ModifiableLayoutControl - Interface in com.ibm.portal.content
- An interface representing a modifiable layout control instance.
- ModifiableLayoutMetrics - Interface in com.ibm.portal.content
- An interface representing modifiable layout metrics.
- ModifiableLayoutNode - Interface in com.ibm.portal.content
- An interface representing a modifiable layout node instance.
- ModifiableLocalized - Interface in com.ibm.portal
- An interface representing a modifiable localized instance.
- ModifiableMarkupCapable - Interface in com.ibm.portal.admin
- An interface representing a modifiable markup capable instance.
- ModifiableMetaData - Interface in com.ibm.portal
- An interface representing modifiable meta data.
- ModifiableMetaDataProvider - Interface in com.ibm.portal
- An interface for providing an ModifiableMetaData.
- ModifiableObjectID - Interface in com.ibm.portal
- An interface representing a modifiable object id instance.
- ModifiablePortlet - Interface in com.ibm.portal.portlet
- An interface representing a modifiable portlet.
- ModifiablePortletDefinition - Interface in com.ibm.portal.portlet
- An interface representing a modifiable portlet definition.
- ModifiablePortletEntity - Interface in com.ibm.portal.portlet
- An interface representing a modifiable portlet entity.
- ModifiablePortletPreferences - Interface in com.ibm.portal.portlet
- An interface representing modifiable portlet preferences.
- ModifiablePortletPreferencesProvider - Interface in com.ibm.portal.portlet
- Interface representing a modifiable portlet preferences provider.
- ModifiablePortletWindow - Interface in com.ibm.portal.portlet
- An interface representing a modifiable portlet window.
- ModifiableRenderAspect - Interface in com.ibm.portal.content
- An interface representing modifiable render aspects.
- ModifiableShareableFlag - Interface in com.ibm.portal.content
- An interface representing a modifiable shareable flag instance.
- ModifiableWebApplication - Interface in com.ibm.portal.portlet
- An interface representing a modifiable web application.
- ModifiableWire - Interface in com.ibm.portal.wire
- An interface representing a modifiable wire instance.
- MODIFIED_ATTRIBUTES -
Static variable in class com.ibm.portal.InvalidationType
- Invalidation type "Modification of attributes".
- MODIFIED_TOPOLOGY -
Static variable in class com.ibm.portal.InvalidationType
- Invalidation type "Modification of topoloy".
- modifyCredential(CredentialSecret, String, String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- Modifies a mapped credential of the provided secret type under the
specified resource.
- ModifyReadOnlyAttributeException - Exception in com.ibm.portal.um.exceptions
- This Exception will be thrown whenever a read-only attribute is tried to be changed.
- ModifyReadOnlyAttributeException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.ModifyReadOnlyAttributeException
-
- ModuleContext - Class in com.ibm.portal.struts.common
- The ModuleContext class is used for
storing and retrieving objects in a context taking into account
application prefixes.
- ModuleContext(ActionServlet, ModuleConfig) -
Constructor for class com.ibm.portal.struts.common.ModuleContext
- Constructs the ModuleContext object.
- ModuleContext - Class in com.ibm.wps.struts.common
- Deprecated.
- ModuleContext(ActionServlet, ModuleConfig) -
Constructor for class com.ibm.wps.struts.common.ModuleContext
- Deprecated.
- MovePortletActionAccessorController - Interface in com.ibm.portal.state.accessors.action.engine.moveportlet
- /**
Interface providing typed write access to the parameters
of the "Move Portlet" portal action.
- MovePortletActionAccessorFactory - Interface in com.ibm.portal.state.accessors.action.engine.moveportlet
- Factory interface which provides methods to obtain controllers
that allow to set a "Move Portlet" action upon the given
state holder or document model.
For instance the controllers may be used to create EngineURLs
that trigger the movement of a portlet. - MOVING -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- MultipartDataSink - Interface in com.ibm.portal.resolver.data
- Data sink that accepts a multipart data request.
- MultipartInputStream - Class in com.ibm.portal.resolver.streams
-
Input stream that represents the content of a multipart stream following RFC
1521.
- MultipartInputStream() -
Constructor for class com.ibm.portal.resolver.streams.MultipartInputStream
-
- MultipartOutputStream - Class in com.ibm.portal.resolver.streams
- Implementation of a stream that can be used to produce multipart streams.
- MultipartOutputStream() -
Constructor for class com.ibm.portal.resolver.streams.MultipartOutputStream
-
- MultipartStream - Interface in com.ibm.portal.resolver.streams
- Common functionality across the
MultipartInputStream and the
MultipartOutputStream
- MultipartStream.Entry - Interface in com.ibm.portal.resolver.streams
- This class is used to represent a multipart stream entry.
N
- name -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidPortletModeException
- Name of the window state that is invalid
- name -
Variable in exception com.ibm.portal.state.accessors.exceptions.InvalidWindowStateException
- Name of the window state that is invalid
- name -
Variable in exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
- Identification of the resource that could not be located
- name -
Variable in exception com.ibm.portal.state.accessors.exceptions.UniqueNameException
- unqiue name that was invalid
- NAMESPACE -
Static variable in interface com.ibm.portal.resolver.friendly.Constants
- namespace of the extensions in this package
- NAMESPACE_60 -
Static variable in interface com.ibm.portal.app.component.Serializable
-
- NAMESPACE_601 -
Static variable in interface com.ibm.portal.app.component.Serializable
-
- NAMESPACE_61 -
Static variable in interface com.ibm.portal.app.component.Serializable
-
- NAVIGATION_NODE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- NavigationModel<E extends java.lang.Object & NavigationNode> - Interface in com.ibm.portal.navigation
- An interface describing a navigation model.
- NavigationModelHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for NavigationModelProvider.
- NavigationModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- NavigationModelProvider - Interface in com.ibm.portal.model
- An interface for a provider of navigation models.
- NavigationModelProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of navigation models.
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.NavigationModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- NavigationNode - Interface in com.ibm.portal.navigation
- An interface for navigation nodes.
- NavigationSelectionModel<E extends java.lang.Object & NavigationNode> - Interface in com.ibm.portal.navigation
- An interface describing a selection model for a navigation model.
- NavigationSelectionModelHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for NavigationSelectionModelProvider.
- NavigationSelectionModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- NavigationSelectionModelProvider - Interface in com.ibm.portal.model
- An interface for a provider of navigation models.
- NavigationSelectionModelProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of navigation models.
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.NavigationSelectionModelProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- NavigationShiftAccessor - Interface in com.ibm.portal.state.accessors.navigationshift
- Read-only interface to navigation shift information.
- NavigationShiftAccessorController - Interface in com.ibm.portal.state.accessors.navigationshift
- Interface providing read-write access to navigation shift
information.
- NavigationShiftAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case of errors when accessing navigation
shift information via a NavigationShiftAccessor.
- NavigationShiftAccessorException(NavigationShiftAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.NavigationShiftAccessorException
- Initializes the exception with the accessor that caused the exception
- NavigationShiftAccessorException(NavigationShiftAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.NavigationShiftAccessorException
- Initializes the exception with the accessor that caused the exception.
- NavigationShiftAccessorFactory - Interface in com.ibm.portal.state.accessors.navigationshift
- Factory interface which provides methods to obtain accessors to read /write
navigation shift information from /to a given state holder or document model.
- NEW -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "new" action.
- NEW_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "new" action.
- NEW_WINDOW_ATTRIBUTE -
Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
- The
NEW_WINDOW_ATTRIBUTE
indicates whether the url
should be opened in a new window or not.
- newContentNodeCreationContext(boolean) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a ContentNodeCreationContext.
- newContentPageCreationContext(boolean) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a ContentPageCreationContext.
- com.ibm.portal.content.ContentPage)">newDerivedContentPageCreationContext(boolean, ContentPage) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a DerivedContentPageCreationContext.
- newIconURL(PortalResources.State) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- newIconURL(PortalResources.State) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- newIconURL(PortalResources.State) -
Method in interface com.ibm.portal.theme.plugin.ThemeItem
- Returns the URL for the associated icon.
- newIdentifiableCreationContext(ObjectID) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a IdentifiableCreationContext.
- com.ibm.portal.identification.Identification)">newInstance(ObjectID, ObjectID, URI, Identification) -
Static method in class com.ibm.portal.resolver.uri.PortletURI
- Constructs a new URI that matches the pattern of a portlet URI.
- com.ibm.portal.identification.Identification)">newInstance(ObjectID, String, Identification) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Deprecated. use
com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">SpaURI.newInstance(ObjectID, String, Identification, PocService)
instead
- com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">newInstance(ObjectID, String, Identification, PocService) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Creates a URI that only addresses the static page, but not a resource
inside this page
- com.ibm.portal.identification.Identification)">newInstance(ObjectID, String, String, Identification) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Deprecated. use
com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">SpaURI.newInstance(ObjectID, String, String, Identification, PocService)
instead
- com.ibm.portal.identification.Identification, com.ibm.portal.resolver.service.PocService)">newInstance(ObjectID, String, String, Identification, PocService) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Constructs a new URI based on the pageID and the filename inside the ZIP
file.
- newInstance(String, String) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Deprecated. use SpaURI.newInstance(String, String, PocService) instead
- newInstance(String, String, PocService) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Creates a URI that only addresses the static page, but not a resource
inside this page
- newInstance(String, String, String) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Deprecated. use SpaURI.newInstance(String, String, String, PocService)
instead
- newInstance(String, String, String, PocService) -
Static method in class com.ibm.portal.spa.data.SpaURI
- Constructs a new URI based on the serialized form of the page and the
filename inside the ZIP file.
- newInstance(String) -
Static method in class com.ibm.portal.spa.data.ZipDataURI
- Creates a new URI that points to a zip file associated with a specific
page.
- newLayoutControlCreationContext(Identifiable, Identifiable) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a LayoutControlCreationContext.
- newLoginActionController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.login.LoginActionAccessorFactory
- Returns a
LoginActionActionAccessorController
in order to
include a "Login" action into the state holder.
This controller should be used in case that no servlet request is available,
e.g.
- newLoginActionController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.login.LoginActionAccessorFactory
- Returns a
LoginActionActionAccessorController
in order to
include a "Login" action into the state holder.
- newLoginActionController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.action.engine.login.LoginActionAccessorFactory
- Returns a LoginActionAccessorController in order to
include a "Login" action into the state holder.
This controller should be used in case that no servlet request is available,
e.g.
- newLogoutActionController(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.logout.LogoutActionAccessorFactory
- Returns a
LogoutActionActionAccessorController
in order
to include a "Logout" action into the given state holder.
This controller should be used in case that no servlet request is available,
e.g.
- newLogoutActionController(HttpServletRequest, StateHolderController) -
Method in interface com.ibm.portal.state.accessors.action.engine.logout.LogoutActionAccessorFactory
- Returns a
LogoutActionActionAccessorController
in order to
include a "Logout" action into the given state holder.
- newLogoutActionController(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.action.engine.logout.LogoutActionAccessorFactory
- Returns a LogoutActionAccessorController in order to
include a "Logout" action into the state holder.
This controller should be used in case that no servlet request is available,
e.g.
- newLookup(URI, String, Map<String, String[]>, boolean, boolean, Context) -
Method in class com.ibm.portal.resolver.helper.CORLookupService
-
- newLookup(URI, String, Map<String, String[]>, boolean, boolean, Context) -
Method in interface com.ibm.portal.resolver.LookupService
- Constructs an XML source that produces an ATOM entry that describes the
access points for the URI.
- newPortletDefinitionCloningContext(ObjectID, Identifiable) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a PortletDefinitionCloningContext.
- newPortletEntityCreationContext(ObjectID, Identifiable) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a PortletDefinitionCloningContext.
- newResourceURL(HttpServletRequest) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Deprecated. Creates an accessor object that can generate links to resources in the portal application.
- newResourceURL(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Creates an accessor object that can generate links to resources in the portal application.
- newResourceURL(HttpServletRequest, HttpServletResponse, StateHolder) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Deprecated. Creates an accessor object that can generate links to resources in the portal application.
- newResourceURL(ServerContext, Locale, Profile, boolean) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Creates a resource URL accessor that can generate links to generic
resources such as files, icons, voice grammars etc.
- newResourceURL() -
Method in interface com.ibm.portal.state.PortletStateManager
- Deprecated. Use the corresponding method in URLFactory instead.
- newResourceURL(String, PortalResources.Type) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a DisposableURL object that points to a generic resource.
- newResourceURL(String, PortalResources.Type, PortalResources.State) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a DisposableURL object that points to a generic resource.
- com.ibm.portal.admin.Theme, com.ibm.portal.state.accessors.url.PortalResources.Type)">newResourceURL(String, Theme, PortalResources.Type) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a DisposableURL object that points to a generic resource.
- com.ibm.portal.admin.Theme, com.ibm.portal.state.accessors.url.PortalResources.Type, com.ibm.portal.state.accessors.url.PortalResources.State)">newResourceURL(String, Theme, PortalResources.Type, PortalResources.State) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a DisposableURL object that points to a generic resource.
- newSource(URI, String, Map<String, String[]>, Context) -
Method in interface com.ibm.portal.resolver.data.DataSourceFactoryEx
-
- newState() -
Method in interface com.ibm.portal.state.service.PortalStateManagerService
- Creates a new modifiable state holder.
- newState(Constants.Clone) -
Method in interface com.ibm.portal.state.StateHolder
- Creates a new state object.
- newURL() -
Method in interface com.ibm.portal.content.ContentURL
- Returns a URL object that this content node represents.
- newURL(StateHolder, URLContext, Constants.Clone, Boolean) -
Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
- Generates a URL that points to the portal servlet and it based on navigational
state explicitly.
- newURL(StateHolder, Constants.Clone, Boolean) -
Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
- Generates a URL that points to the portal servlet and it based on navigational
state explicitly.
- newURL(Constants.Clone, Boolean) -
Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
- Generates a URL that points to the portal servlet and it based on the navigational
state of the current request.
- newURL(URLContext, Constants.Clone, Boolean) -
Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
- Generates a URL that points to the portal servlet and it based on the navigational
state of the current request.
- newURL(Boolean) -
Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
- Generates a URL that points to the POC servlet and that does not contain navigational
state.
- newURL(URLContext, Boolean) -
Method in interface com.ibm.portal.resolver.accessors.url.PocURLFactory
- Generates a URL that points to the POC servlet and that does not contain navigational
state.
- newURL() -
Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
- Generates a URL that points to the portal servlet and it based on the navigational
state of the current request.
- newURL(Constants.Clone) -
Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
- Generates a URL that points to the portal servlet and it based on the navigational
state of the current request.
- newURL(URLContext, Constants.Clone) -
Method in interface com.ibm.portal.resolver.friendly.accessors.url.FriendlyURLFactory
- Generates a URL that points to the portal servlet and it based on the navigational
state of the current request.
- newURL(HttpServletRequest, HttpServletResponse, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
- Returns a checked URL object based on the information in the servlet request.
- newURL(HttpServletRequest, HttpServletResponse, StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
- Returns a checked URL object based on the information in the servlet request.
- newURL(ServerContext, boolean, boolean, StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.CheckedURLAccessorFactory
- Returns a checked URL object based on explicit host, port and context information.
- newURL(HttpServletRequest, HttpServletResponse, String, Constants.Merge) -
Method in interface com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory
- This method takes the provided request and fills the state holder based on the state
associated with this request.
- newURL(HttpServletRequest, String, Constants.Merge) -
Method in interface com.ibm.portal.state.accessors.url.ResolvedUrlAccessFactory
- Deprecated. This method takes the provided request and fills the state holder based on the state
associated with this request. Then the state that is provided via the alias name
is retrieved and merged into the state of the current request.
- newURL(HttpServletRequest, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Deprecated. Returns a URL object based on the information in the servlet request. The
object operates on a copy of the state holder, so setting parameters to
the engine URL will not modify the original state.
- newURL(HttpServletRequest, HttpServletResponse, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns a EngineURL object based on the information in the
given servlet request.
- newURL(HttpServletRequest, HttpServletResponse, ServerContext, URLContext, boolean, boolean, StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns a EngineURL object based on explicit host, port
and context information.
- newURL(HttpServletRequest, HttpServletResponse, StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns an EngineURL object based on the information in
the given servlet request.
- newURL(HttpServletRequest, HttpServletResponse, StateHolder, URLContext, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns an EngineURL object based on the information in
the given servlet request.
- newURL(HttpServletRequest, HttpServletResponse, URLContext, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns a EngineURL object based on the information in the
given servlet request.
- newURL(ServerContext, boolean, boolean, StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns a EngineURL object based on explicit host, port
and context information.
- newURL(ServerContext, URLContext, boolean, boolean, StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.accessors.url.URLAccessorFactory
- Returns a EngineURL object based on explicit host, port
and context information.
- newURL(Constants.Clone) -
Method in interface com.ibm.portal.state.PortletStateManager
- Deprecated. Use the corresponding method in URLFactory instead.
- newURL(StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.PortletStateManager
- Deprecated. Use the corresponding method in URLFactory instead.
- newURL(StateHolder, URLContext, Constants.Clone) -
Method in interface com.ibm.portal.state.PortletStateManager
- Deprecated. Use the corresponding method in URLFactory instead.
- newURL(URLContext, Constants.Clone) -
Method in interface com.ibm.portal.state.PortletStateManager
- Deprecated. Use the corresponding method in URLFactory instead.
- newURL(Constants.Clone) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a new EngineURL object.
- newURL(StateHolder, Constants.Clone) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a new EngineURL object.
- newURL(StateHolder, URLContext, Constants.Clone) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a new EngineURL object.
- newURL(URLContext, Constants.Clone) -
Method in interface com.ibm.portal.state.URLFactory
- Creates a new EngineURL object.
- newURL() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- newURL() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- newURL() -
Method in interface com.ibm.portal.theme.plugin.ThemeLinkItem
- Returns the generated URL.
- newWireCreationContext(Identifiable, Identifiable, Identifiable, Identifiable, Identifiable, Identifiable) -
Method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Creates a WireCreationContext.
- next(Object[]) -
Method in interface com.ibm.portal.PagedIterator
- Retrieves the next objects from the paged iterator.
- NEXT_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "next" action.
- NEXT_LEVEL -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the next entry in a breadcrumb trail.
- NEXT_PAGE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "next page" action.
- nextNode -
Variable in exception com.ibm.portal.state.accessors.exceptions.CannotInsertSelectionNodeException
- Node that should have become the next node
- NO_CHECK -
Static variable in interface com.ibm.portal.state.accesscheck.Constants
- Predefined constant for no access control check.
- NO_STATE -
Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
- Indicates that this resouces does not contain any additional state.
- NoCodecInUrlException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that an input mediator
cannot retrieve any codec information from the received URL.
- NoCodecInUrlException(String, HttpServletRequest, InputMediator) -
Constructor for exception com.ibm.portal.state.exceptions.NoCodecInUrlException
-
- node -
Variable in exception com.ibm.portal.state.accessors.exceptions.CannotInsertSelectionNodeException
- Node that could not be inserted
- Node - Interface in com.ibm.portal.state.dom
- Representation of a single node in the document model hierarcy.
- NodeNotFoundException - Exception in com.ibm.portal.sitemanagement.exception
- This exception is thrown when a page does not exist or user does not
have the proper permission to access this page.
- NodeNotFoundException() -
Constructor for exception com.ibm.portal.sitemanagement.exception.NodeNotFoundException
-
- NodeNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.sitemanagement.exception.NodeNotFoundException
-
- NORMAL -
Static variable in interface com.ibm.portal.portlet.service.url.Constants
- Constant representing the portal NORMAL state.
- NORMAL -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated. The standard "one-of many" window state on a page.
- NULL_VALUE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- A null string to use for comparison
- number(int) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Converts the number to a decimal string and passes it on to the ContentHandler.characters(char[], int, int) method.
- number(long) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Converts the number to a decimal string and passes it on to the ContentHandler.characters(char[], int, int) method.
O
- OBJECT -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the Object type for an Attribute
- ObjectID - Interface in com.ibm.portal
- Represents a unique identifier for a resource in Portal.
- ObjectID.Deserializer - Interface in com.ibm.portal
- Reads ObjectIDs.
- ObjectID.Serializer - Interface in com.ibm.portal
- Writes ObjectIDs.
- ObjectIDDeletedException - Exception in com.ibm.portal.resolver.exceptions
- A resource that can be identified by an objectID has been deleted.
- ObjectIDDeletedException(ObjectID) -
Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
- Initializes the exception and specifies the objectID of the
deleted object
- ObjectIDDeletedException(ObjectID, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDDeletedException
- Initializes the exception and specifies the objectID of the
deleted object and a reason for the exception
- ObjectIDNotFoundException - Exception in com.ibm.portal.resolver.exceptions
- An objectID could not be located
- ObjectIDNotFoundException(ObjectID) -
Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
- Initializes the exception and specifies the objectID of the
missing object
- ObjectIDNotFoundException(ObjectID, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.ObjectIDNotFoundException
- Initializes the exception and specifies the objectID of the
missing object and a reason for the exception
- ObjectNotFoundException - Exception in com.ibm.portal
- This exception is thrown if an object has been requested and is not found, or the user does not
have permissions to access the object.
- ObjectNotFoundException() -
Constructor for exception com.ibm.portal.ObjectNotFoundException
- Empty constructor
- ObjectNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.ObjectNotFoundException
- Initializes the exception with the reason of the exception.
- ObjectType - Interface in com.ibm.portal
- This interface models the individual object types used in Portal.
- ObjectTypeConstants - Enum in com.ibm.portal
- This class provides static references to well known object type instances.
Their type is ObjectType. - OK_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "OK" action.
- onUserSessionTimeout(HttpSession, Map, SessionTimeoutFilterChain) -
Method in interface com.ibm.portal.auth.SessionTimeoutFilter
- Can be used to implement custom code for a session timeout.
- onUserSessionTimeout(HttpSession, Map) -
Method in interface com.ibm.portal.auth.SessionTimeoutFilterChain
- Calls the onUserSessionTimeout method of the next filter in the Portal session timeout filter chain.
- OPEN -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "open" action.
- OPEN_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "open" action.
- opposite() -
Method in class com.ibm.portal.content.Orientation
- Returns the opposite of this orientation.
- OrderedListModelController<T,M extends Modifiable> - Interface in com.ibm.portal
- A controller for list models that expose their elements in an ordered way.
- ordinal -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
ordinal
used to determine rendering order
- ordinal -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
- the ordinal value for this element
- ORDINAL_ATTRIBUTE -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
- The
ORDINAL_ATTRIBUTE
should be an integer
indicating the precedence of the item in rendering.
- org.apache.jetspeed.portlet - package org.apache.jetspeed.portlet
- This package and its subpackages define the Portlet API and
provide interfaces for portlets.
- org.apache.jetspeed.portlet.event - package org.apache.jetspeed.portlet.event
- This package defines interfaces for events and listeners.
- org.apache.jetspeed.portlet.service - package org.apache.jetspeed.portlet.service
- This package defines interfaces which allow to access portlet services
provided by other programmers.
- org.apache.jetspeed.portlet.service.spi - package org.apache.jetspeed.portlet.service.spi
- This package defines the Service Provider Interface (SPI) and provides interfaces
which programmers may use to implement new portlet services.
- ORIENTATION -
Static variable in interface com.ibm.portal.content.CompositionMetrics
- Deprecated. The orientation of a composition node.
- ORIENTATION -
Static variable in interface com.ibm.portal.content.LayoutMetrics
- The orientation of a layout node.
- Orientation - Class in com.ibm.portal.content
- The Orientation class is a finite enumeration of the possible
orientations that a container can operate at.
- OUT -
Static variable in class com.ibm.portal.propertybroker.property.Direction
- OUT indicates that a component consumes the property.
- OUT -
Static variable in interface com.ibm.wps.pb.property.Property
- Deprecated. OUT indicates that the portlet consumes the property.
- OutputMediatorException - Exception in com.ibm.portal.state.exceptions
- Base exception for all output mediator exceptions.
- OutputMediatorException(OutputMediator, Exception) -
Constructor for exception com.ibm.portal.state.exceptions.OutputMediatorException
- Initializes the execption with the output mediator that caused the exception
and the reason for the exception.
- OutputMediatorSAXException - Exception in com.ibm.portal.state.exceptions
- Custom exception which wraps a
SAXException
. - OutputMediatorSAXException(OutputMediator, SAXException) -
Constructor for exception com.ibm.portal.state.exceptions.OutputMediatorSAXException
- Initializes the execption with the output mediator that caused the exception
and the reason for the exception.
- OVERWRITE -
Static variable in interface com.ibm.portal.state.Constants
- The merge operation will overwrite existing nodes in the target document.
P
- PAGE -
Static variable in class com.ibm.portal.content.ContentNodeType
- Node type for a ContentPage.
- PagedIterator - Interface in com.ibm.portal
- An iterator that provides paging support for data provided by it.
- pagedIterator() -
Method in interface com.ibm.portal.PagedListModel
- Returns a PagedIterator for this list model.
- PagedListModel<E> - Interface in com.ibm.portal
- A list model that is capable of providing a paged iterator.
- pageID -
Variable in class com.ibm.portal.resolver.uri.PortletURI
- Object ID of the addressed page
- Parameter - Interface in com.ibm.portal.propertybroker.property
- An action (encapsulated in the Action interface)
is associated with several parameters
(encapsulated in the Parameter interface), and each parameter is associated
with a property (encapsulated in the Property interface).
- Parameter - Interface in com.ibm.wps.pb.property
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- ParameterBindingType - Class in com.ibm.portal.propertybroker.property
- Typesafe enum pattern that encapsulates the binding types of a Parameter.
- ParameterBindingType(int, String) -
Constructor for class com.ibm.portal.propertybroker.property.ParameterBindingType
- Constructs a new ParameterBindingType
- ParameterController - Interface in com.ibm.portal.propertybroker.property
- ParameterController encapsulates setter methods used when initializing instances of
Parameter.
- ParentNotFoundException - Exception in com.ibm.portal.sitemanagement.exception
- This exception is thrown when parent page on target server does not
exists or user does not have the permission to access this parent page
- ParentNotFoundException() -
Constructor for exception com.ibm.portal.sitemanagement.exception.ParentNotFoundException
-
- ParentNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.sitemanagement.exception.ParentNotFoundException
-
- parse(DataSource) -
Method in interface com.ibm.portal.spa.parser.StaticPageDataSourceParser
- Parses the content of the data source and throws events to the attacted
StaticPageContentHandler.
- parse(InputStream) -
Method in interface com.ibm.portal.spa.parser.StaticPageParser
- Actually parse an input stream, the content of the input stream must
match the mime-type of the parser.
- parse(URI, Map<String, String[]>) -
Method in interface com.ibm.portal.spa.parser.StaticPageURIParser
- Parses the content of the data source and throws events to the attacted
StaticPageContentHandler.
- parse(String, ZipInputStream) -
Method in interface com.ibm.portal.spa.parser.StaticPageZipParser
- Parse a file inside of a ZipInputStream.
- PassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- A passive credential is simply a container for an user's secret.
- PassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PassiveCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.PassiveCredential
- Deprecated.
- PasswordInvalidException - Exception in com.ibm.portal.auth.exceptions
- This exception is thrown when the password is not valid.
- PasswordInvalidException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.PasswordInvalidException
- Initializes the exception with the reason of the exception.
- PasswordTag - Class in com.ibm.struts.taglib.html
- This class is a simple extension of the Struts password tag which adds the dir
attribute, representing the direction of the text.
- PasswordTag() -
Constructor for class com.ibm.struts.taglib.html.PasswordTag
- Constructs a new instance of this tag.
- PASTE -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "paste" action.
- PASTE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "paste" action.
- PATH_DATA -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The key used for storing the path info object value
- PATH_DATA -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The key used for storing the path info object value
- pathEquals(String, Identifiable) -
Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
-
Checks if the friendly path that is passed in as a parameter matches the
friendly path that corresponds to the node.
- PluginConstants - Class in com.ibm.portal.struts.plugins
- The PluginConstants class contains constants used in
providing keys for Plugins stored in the ServletContext.
- PluginConstants() -
Constructor for class com.ibm.portal.struts.plugins.PluginConstants
-
- PluginConstants - Class in com.ibm.wps.portlets.struts.plugins
- The PluginConstants class contains constants used in
providing keys for plugins stored in the servlet context.
- PluginConstants() -
Constructor for class com.ibm.wps.portlets.struts.plugins.PluginConstants
-
- PocService - Interface in com.ibm.portal.resolver.service
- Service that provides access to POC specific functionality.
- pocURI -
Variable in class com.ibm.portal.resolver.uri.PortletURI
- pocURI in the scope of the page/portlet
- PocURL - Interface in com.ibm.portal.resolver
- The PocURL is a URL that addresses a piece of content (POC).
- PocURLFactory - Interface in com.ibm.portal.resolver.accessors.url
- Factory to create POC URLs.
- POLICY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- POLICY_ROOT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PolicyManagerService - Interface in com.ibm.policy.manager
- Portal service to query the Policy server side system for applicable Policy
Value Sets.
- popPreviousPortletMode() -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessorController
- Removes the previous portlet mode from the portlet mode
stack and returns it.
- popPreviousWindowState() -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletAccessorController
- Removes the previous window state from the window state
stack and returns it.
- PORTAL_PATH_INFO_QNAME -
Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
- QName for the path-info
- PORTAL_PUBLIC_RENDER_PARAMETERS_URI -
Static variable in interface com.ibm.portal.state.accessors.portlet.SharedStateAccessor
- URI for public portal render parameters
- PORTAL_URL -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PortalFriendlySelectionService - Interface in com.ibm.portal.resolver.friendly.service
- Portal service that allows to work with friendly selections.
- PortalFriendlySelectionServiceHome - Interface in com.ibm.portal.resolver.friendly.service
- Home interface that can be looked up in JNDI and that provides access to the
friendly selection services from the context of a portal request.
Example: - PortalIcons - Interface in com.ibm.portal.state.accessors.url
- List of common icon constants provided by
the default installation of WebSphere Portal.
- PortalIcons.StateDisabled - Class in com.ibm.portal.state.accessors.url
- class identifier for DISABLED state
- PortalIcons.StateDisabled() -
Constructor for class com.ibm.portal.state.accessors.url.PortalIcons.StateDisabled
-
- PortalIcons.StateEnabled - Class in com.ibm.portal.state.accessors.url
- class identifier for ENABLED state
- PortalIcons.StateEnabled() -
Constructor for class com.ibm.portal.state.accessors.url.PortalIcons.StateEnabled
-
- PortalIcons.StateEnabledHover - Class in com.ibm.portal.state.accessors.url
- class identifier for HOVER state
- PortalIcons.StateEnabledHover() -
Constructor for class com.ibm.portal.state.accessors.url.PortalIcons.StateEnabledHover
-
- PortalLocalizedContextHome - Interface in com.ibm.portal.model
- A home interface for lookups to LocalizedContext instances.
- PortalPocService - Interface in com.ibm.portal.resolver.service
- Portal version of the PocService that is accessible via the PortalPocServiceHome
interfaces.
- PortalPocServiceHome - Interface in com.ibm.portal.resolver.service
- Home interface that can be looked up in JNDI and that provides access to the
POC services from the context of a portal request.
Example: - PortalResources - Interface in com.ibm.portal.state.accessors.url
- Base interface of all portal resouce types.
- PortalResources.NoState - Class in com.ibm.portal.state.accessors.url
-
- PortalResources.NoState() -
Constructor for class com.ibm.portal.state.accessors.url.PortalResources.NoState
- Nobody should instantiate this class directly
- PortalResources.State - Interface in com.ibm.portal.state.accessors.url
- Additional state of the resouce; resouce specific.
- PortalResources.Type - Interface in com.ibm.portal.state.accessors.url
- Type of the resouce.
- PortalResources.TypeFiles - Class in com.ibm.portal.state.accessors.url
- Resource is of type file.
- PortalResources.TypeFiles() -
Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeFiles
- Nobody should instantiate this class directly
- PortalResources.TypeIcons - Class in com.ibm.portal.state.accessors.url
- Resource is of type icon.
- PortalResources.TypeIcons() -
Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeIcons
- Nobody should instantiate this class directly
- PortalResources.TypeSounds - Class in com.ibm.portal.state.accessors.url
- Resource is of type sound.
- PortalResources.TypeSounds() -
Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeSounds
- Nobody should instantiate this class directly
- PortalResources.TypeVoiceGrammars - Class in com.ibm.portal.state.accessors.url
- Resource is a VoiceXML grammar.
- PortalResources.TypeVoiceGrammars() -
Constructor for class com.ibm.portal.state.accessors.url.PortalResources.TypeVoiceGrammars
- Nobody should instantiate this class directly
- PortalStateManagerService - Interface in com.ibm.portal.state.service
- Portal service providing methods to create new state holders and
to inspect existing state holders via so-called state accessors.
- PortalStateManagerServiceHome - Interface in com.ibm.portal.state.service
- Home interface that can be looked up in JNDI and that provides access
to the portal state manager service.
Example: - PortalStateParameterServiceHome - Interface in com.ibm.portal.state.service.parameters
- Home interface that can be looked up via JNDI and that provides access to the
state parameter service.
- PortalStaticPageService - Interface in com.ibm.portal.spa.service
- Represents aspects of the static page aggregation API that can only be used
from theme and skins, but not from portlets.
- PortalStaticPageServiceHome - Interface in com.ibm.portal.spa.service
- Home interface that can be looked up in JNDI and that provides access to the
static page services from the context of a portal request.
Example: - PortalURLGenerationService - Interface in com.ibm.portal.portlet.service.url
- An interface to retrieve a PortalURLWriter based on the current state information encoded in the request.
- PortalURLWriter - Interface in com.ibm.portal.portlet.service.url
- This portlet service provides the portlet with the capability to generate render URLs
to other portlets or other content nodes (e.g.
- Portlet - Interface in com.ibm.portal.portletmodel
- Interface that represents the deployed code unit for a portlet, as specified
in the deployment descriptor.
- Portlet - Class in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- Portlet() -
Constructor for class org.apache.jetspeed.portlet.Portlet
- Deprecated.
- Portlet.Mode - Class in org.apache.jetspeed.portlet
- Deprecated. The Mode class is a finite enumeration of
the possible modes that a portlet can assume.
- Portlet.ModeModifier - Class in org.apache.jetspeed.portlet
- Deprecated. The ModeModifier class is a finite enumeration of
the possible modifications a portlet can apply on modes.
- PORTLET_APPLICATION_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PORTLET_APPLICATION_ENTITY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PORTLET_CONFIG -
Static variable in class com.ibm.portal.portlet.Constants
- Request attribute that allows to retrieve the portlet configuration of type
javax.portlet.PortletConfig.
- PORTLET_CONFIG -
Static variable in class com.ibm.wps.pe.pc.legacy.TagConstants
- Deprecated. Request attribute name for accessing the portlet config
The attribute value is of the type PortletConfig
- PORTLET_CONTENT_LOCATION_TYPE -
Static variable in interface com.ibm.portal.resolver.Constants
- Content location type for the standard portlet resolver
- PORTLET_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PORTLET_ENTITY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PORTLET_GROUP -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PORTLET_MODEL_CONTROLLER_JNDI_NAME -
Static variable in interface com.ibm.portal.model.controller.PortletModelControllerHome
- JNDI lookup name for portlet model controller
- PORTLET_REQUEST -
Static variable in class com.ibm.portal.portlet.Constants
- Request attribute that allows to retrieve the current portlet request.
- PORTLET_REQUEST -
Static variable in class com.ibm.wps.pe.pc.legacy.TagConstants
- Deprecated. Request attribute name for accessing the portlet request.
- PORTLET_RESPONSE -
Static variable in class com.ibm.portal.portlet.Constants
- Request attribute that allows to retrieve the current portlet response.
- PORTLET_RESPONSE -
Static variable in class com.ibm.wps.pe.pc.legacy.TagConstants
- Deprecated. Request attribute name for accessing the portlet response
The attribute value is of the type PortletResponse
- PORTLET_WIRE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PortletAccessor - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing read-only accessor methods which allow for inspecting
state information related to the portlet this accessor operates on, in
particular portlet mode, window state, and render parameters.
Note that this accessor is suitable for legacy portlets as well as
standard portlets.
Any implementation of this interface should ensure that also the return types
(e.g. - PortletAccessorController - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing write accessor methods which allow for modifying the state
of the portlet (legacy or standard portlet) this accessor operates on.
- PortletAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
- Base exception representing errors occuring in a
PortletAccessor implementation.
- PortletAccessorException(PortletAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.PortletAccessorException
- Initializes the exception with the accessor that caused the exception
- PortletAccessorException(PortletAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.PortletAccessorException
- Initializes the exception with the accessor that caused the exception
- PortletAccessorFactory - Interface in com.ibm.portal.state.accessors.portlet
- Factory which provides a variety of accessors that allow to read /write
portlet-related state information from /to a given state holder or document
model.
- PortletAction - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletAdapter - Class in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletAdapter() -
Constructor for class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated.
- PortletApiUtils - Class in com.ibm.portal.struts.common
- This class provides the APIs for allowing an application to interact with
a portal container.
- PortletApiUtils() -
Constructor for class com.ibm.portal.struts.common.PortletApiUtils
- Constructor for PortletApiUtils.
- PortletApiUtils - Class in com.ibm.wps.struts.common
- Deprecated.
- PortletApiUtils() -
Constructor for class com.ibm.wps.struts.common.PortletApiUtils
- Deprecated.
- PortletApplicationSettings - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletApplicationSettingsAttributeEvent - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletApplicationSettingsAttributesListener - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletConfig - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletContext - Interface in com.ibm.portal.resolver
- Extension of the COR Context for use in a JSR168 portlet.
- PortletContext - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletData - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletDataUserConfigurationDataStore - Class in com.ibm.wps.portlets.struts
- PortletDataUserConfigurationDataStore is an IUserConfigurationDataStore
implementation for use within WebSphere Portal.
- PortletDataUserConfigurationDataStore() -
Constructor for class com.ibm.wps.portlets.struts.PortletDataUserConfigurationDataStore
- PortletDataUserConfigurationDataStore constructor.
- PortletDefinition - Interface in com.ibm.portal.portletmodel
- Interface that represents administrator settings for a portlet.
- PortletDefinitionCloningContext - Interface in com.ibm.portal.portlet
- A node cloning context for PortletDefinitions.
- com.ibm.portal.portletmodel.admin">PortletDefinitionList - Interface in com.ibm.portal.portletmodel.admin
- Model interface for a list of portlet definitions.
- PortletDefinitionLocator - Interface in com.ibm.portal.portletmodel.admin
- A locator the can be provided by PortletDefinitionList implementations.
- PortletEntity - Interface in com.ibm.portal.portletmodel
- Interface that represents user settings for a portlet.
- PortletEntityCreationContext - Interface in com.ibm.portal.portlet
- A node creation context for PortletEntitys.
- PortletException - Class in org.apache.jetspeed.portlet
- The PortletException class defines a general exception
that a portlet can throw when it encounters difficulty.
- PortletException() -
Constructor for class org.apache.jetspeed.portlet.PortletException
- Constructs a new portlet exception.
- PortletException(String) -
Constructor for class org.apache.jetspeed.portlet.PortletException
- Constructs a new portlet exception with the given text.
- PortletException(String, Throwable) -
Constructor for class org.apache.jetspeed.portlet.PortletException
- Constructs a new portlet exception when the portlet needs to throw an
exception and include a message about the "root case" that interfered
with its normal operation, including a description message.
- PortletException(Throwable) -
Constructor for class org.apache.jetspeed.portlet.PortletException
- Constructs a new portlet exception when the portlet needs to throw an
exception.
- PortletFilter - Interface in com.ibm.wps.pe.pc.legacy.cmpf
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletFilter.Method - Class in com.ibm.wps.pe.pc.legacy.cmpf
- Deprecated. The Method class is a finite enumeration of
the possible methods that a filter can invoke.
- PortletFilterAdapter - Class in com.ibm.wps.pe.pc.legacy.cmpf
- The PortletFilterAdapter is a default implementation
for the PortletFilter interface.
- PortletFilterAdapter() -
Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilterAdapter
- Creates a new PortletFilterAdapter.
- PortletFilterChain - Interface in com.ibm.wps.pe.pc.legacy.cmpf
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletFilterConfig - Interface in com.ibm.wps.pe.pc.legacy.cmpf
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletFriendlySelectionService - Interface in com.ibm.portal.resolver.friendly.service
- PortletService that allows to work with
friendly selections.
- PortletFriendlySelectionServiceHome - Interface in com.ibm.portal.resolver.friendly.service
- Portlet service which allows for working with friendly URLs.
- PortletInfoSupplier - Interface in com.ibm.portal.struts.portlet
- PortletInfoSupplier is used in WPS Struts extension classes
to supply portlet config and context information.
- PortletInfoSupplier - Interface in com.ibm.wps.portlets.struts
- PortletInfoSupplier is used in WPS Struts extension classes
to supply portlet config and context information.
- com.ibm.portal.portletmodel.admin">PortletList - Interface in com.ibm.portal.portletmodel.admin
- Model interface for a list of portlets.
- PortletListAccessor - Interface in com.ibm.portal.state.accessors.portlet
- Read-only accessor interface providing methods to query
the set of portlets for which there is any state
information available in the state holder.
- PortletLocalizedContextHome - Interface in com.ibm.portal.portlet.service.model
- A home interface for lookups to LocalizedContext instances.
- com.ibm.portal.portletmodel.admin">PortletLocator - Interface in com.ibm.portal.portletmodel.admin
- A locator the can be provided by PortletList implementations.
- PortletLog - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletLoginDisabledException - Exception in com.ibm.portal.auth.exceptions
- This exception is thrown when the login portlet service is called although
screen login is enabled.
- PortletLoginDisabledException() -
Constructor for exception com.ibm.portal.auth.exceptions.PortletLoginDisabledException
- Empty constructor.
- PortletMessage - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- portletMode -
Variable in class com.ibm.struts.taglib.html.FormTag
- The Portlet mode
- PortletModel - Interface in com.ibm.portal.portletmodel
- This interface provides access to the model for the different levels
of portlet configuration.
- PortletModelController - Interface in com.ibm.portal.portlet
- A controller interface for the PortletModel
interface.
- PortletModelControllerHome - Interface in com.ibm.portal.model.controller
- An interface for a provider of portlet model controllers.
- PortletModelControllerProvider - Interface in com.ibm.portal.model.controller
- Provider interface for portlet model controllers.
- PortletModelHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for PortletModelProvider.
- PortletModelProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0.1. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletModelProvider - Interface in com.ibm.portal.model
- An interface for a provider of portlet models.
- PortletModelProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of portlet models.
- PortletPageListener - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletPocService - Interface in com.ibm.portal.resolver.service
- Portlet version of the PocService that is associated with one portlet
window.
- PortletPocServiceHome - Interface in com.ibm.portal.resolver.service
- Portlet service which allows for creating POC URLs that cannot be created via
the JSR 168 API.
- PortletPreferences<E extends java.util.Map.Entry<java.lang.String,java.lang.String>> - Interface in com.ibm.portal.portletmodel
- An interface describing portlet preferences.
- PortletPreferencesProvider - Interface in com.ibm.portal.portletmodel
- An interface describing a method to obtain portlet preferences for a
resource.
- PortletPreferencesUserConfigurationDataStore - Class in com.ibm.portal.struts.portlet
- PortletPreferencesUserConfigurationDataStore is a
IUserConfigurationDataStore implementation for use within WebSphere Portal.
- PortletPreferencesUserConfigurationDataStore() -
Constructor for class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
- PortletPreferencesUserConfigurationDataStore constructor
- PortletRenderPocService - Interface in com.ibm.portal.resolver.service
-
Version of the PortletPocService that can be used in a render request
of a JSR286 compatible portlet.
- PortletRequest - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletRequestRuleContext - Class in com.ibm.policy.manager.portal
- Public implementation of RuleContext representing a request.
- PortletRequest)">PortletRequestRuleContext(PortletRequest) -
Constructor for class com.ibm.policy.manager.portal.PortletRequestRuleContext
- Add a rule context based on a PortletRequest.
- PortletRequestWrapper - Class in com.ibm.wps.pe.pc.legacy.cmpf
- Provides a convenient implementation of the PortletRequest interface
that can be subclassed by developers who wish to wrap the request
to a Portlet.
- PortletRequestWrapper(PortletRequest) -
Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
- Creates a PortletRequest adaptor wrapping the specified request object.
- PortletResourcePocService - Interface in com.ibm.portal.resolver.service
-
Version of the PortletPocService that can be used in a resource
request of a JSR286 compatible portlet.
- PortletResponse - Interface in org.apache.jetspeed.portlet
- The PortletResponse interface represents the response
sent to the client device.
- PortletResponseWrapper - Class in com.ibm.wps.pe.pc.legacy.cmpf
- Provides a convenient implementation of the PortletResponse interface
that can be subclassed by developers who wish to wrap the response
from a Portlet.
- PortletResponseWrapper(PortletResponse) -
Constructor for class com.ibm.wps.pe.pc.legacy.cmpf.PortletResponseWrapper
- Creates a PortletResponse adaptor wrapping the specified response object.
- PortletService - Interface in com.ibm.portal.portlet.service
- Common base interface for all portlet services.
- PortletService - Interface in org.apache.jetspeed.portlet.service
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletServiceConfig - Interface in org.apache.jetspeed.portlet.service.spi
- Deprecated. Use the PortletServiceProvider interface instead
- PortletServiceException - Class in org.apache.jetspeed.portlet.service
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletServiceException() -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
- Deprecated. Creates a new portlet service exception.
- PortletServiceException(Throwable) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
- Deprecated. Creates a new exception withthe specified cause.
- PortletServiceException(String) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
- Deprecated. Creates a new exception with the sepcified detail message.
- PortletServiceException(String, Throwable) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceException
- Deprecated. Creates a new exception with the sepcified detail message and cause.
- PortletServiceFactory - Interface in org.apache.jetspeed.portlet.service.spi
- Deprecated. Use the PortletServiceProvider interface instead
- PortletServiceHome - Interface in com.ibm.portal.portlet.service
- Interface for retrieving portlet services.
- PortletServiceInstantiationException - Class in com.ibm.portal.portlet.service
- Exception that indicates that the portal was unable to instantiate an implementation
for the requested portlet service.
- PortletServiceInstantiationException() -
Constructor for class com.ibm.portal.portlet.service.PortletServiceInstantiationException
-
- PortletServiceInvalidInterfaceException - Class in com.ibm.portal.portlet.service
- Exception that indicates that a PortletServiceHome object
cannot provide an implementation
for the requested interface.
- PortletServiceInvalidInterfaceException() -
Constructor for class com.ibm.portal.portlet.service.PortletServiceInvalidInterfaceException
-
- PortletServiceNotFoundException - Class in org.apache.jetspeed.portlet.service
- The PortletServiceNotFoundException is thrown if
a portlet attempts to access an service that is not found.
- PortletServiceNotFoundException() -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceNotFoundException
-
- PortletServiceNotFoundException(String) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceNotFoundException
-
- PortletServiceNotFoundException(Throwable) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceNotFoundException
-
- PortletServiceProvider - Interface in com.ibm.portal.portlet.service.spi
- Interface that must be implemented by portlet service providers.
- PortletServiceProvider - Interface in org.apache.jetspeed.portlet.service.spi
- Deprecated. Use the PortletServiceProvider interface instead
- PortletServiceUnavailableException - Class in com.ibm.portal.portlet.service
- Exception that indicates that a requested portlet service is not available.
- PortletServiceUnavailableException() -
Constructor for class com.ibm.portal.portlet.service.PortletServiceUnavailableException
-
- PortletServiceUnavailableException(Throwable) -
Constructor for class com.ibm.portal.portlet.service.PortletServiceUnavailableException
-
- PortletServiceUnavailableException - Class in org.apache.jetspeed.portlet.service
- The PortletServiceUnavailableException is thrown if
a portlet attempts to access an service that cannot be loaded,
because an error occured during initialization.
- PortletServiceUnavailableException() -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceUnavailableException
-
- PortletServiceUnavailableException(String) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceUnavailableException
-
- PortletServiceUnavailableException(Throwable) -
Constructor for class org.apache.jetspeed.portlet.service.PortletServiceUnavailableException
-
- PortletSession - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletSessionListener - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletSettings - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletSettingsAttributeEvent - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletSettingsAttributesListener - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletStateManager - Interface in com.ibm.portal.state
- This interface provides access to the state manager for portlets.
- PortletStateManagerController - Interface in com.ibm.portal.state
- This interface provides access to the StateManager for portlets.
- PortletStateManagerService - Interface in com.ibm.portal.state.service
- Portlet service which allows for creating URLs that cannot be created
via the JSR 168 API.
- PortletStateParameterServiceHome - Interface in com.ibm.portal.state.service.parameters
- Portlet Service that can be looked up and that provides access to the state
parameter service.
- PortletStaticPageService - Interface in com.ibm.portal.spa.service
- Represents aspects of the static page aggregation API that can only be used
from portlets but not from theme and skins.
- PortletStaticPageServiceHome - Interface in com.ibm.portal.spa.service
- Portlet service which allows for accessing POC services from a portlet
environment
The portlet service is accessed by a JNDI lookup; the lookup returns an
implementation of this interface, which allows to get the actual portlet
service under the JNDI name PortletStaticPageServiceHome.JNDI_NAME.
Coding example for accessing the POC service from within a JSR168 portlet: - PortletTargetAccessorController - Interface in com.ibm.portal.state.accessors.portlet
- Allows for declaring a portlet as the target of the link(s)
that encode(s) the state holder this accessor operates on.
Note that only one portlet may be targetted via a link, i.e. - PortletTargetAccessorFactory - Interface in com.ibm.portal.state.accessors.portlet
- Factory providing methods to obtain write accessors that allow for including
portlet target information into the state holder.
- PortletTitleListener - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletURI - Class in com.ibm.portal.resolver.uri
- Handles URIs of the format
- com.ibm.portal.identification.Identification)">PortletURI(URI, Identification) -
Constructor for class com.ibm.portal.resolver.uri.PortletURI
- Tokenizes the uri into the components that make up a portlet URI
- PortletURI - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletURIAttributes - Class in com.ibm.portal.struts.common
- The PortletURIAttributes class is used to specify
attributes about the portlet URI that need to be created.
- PortletURIAttributes() -
Constructor for class com.ibm.portal.struts.common.PortletURIAttributes
- Constructs the portlet URI attribute object.
- PortletURIAttributes - Class in com.ibm.wps.struts.common
- Deprecated.
- PortletURIAttributes() -
Constructor for class com.ibm.wps.struts.common.PortletURIAttributes
- Deprecated.
- PortletWindow - Interface in com.ibm.portal.portletmodel
- Interface that represents a particular view on a portlet.
- PortletWindow - Interface in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletWindow.State - Class in org.apache.jetspeed.portlet
- Deprecated. The State class is a finite enumeration of
the possible states that a window can assume.
- portletWindowID -
Variable in class com.ibm.portal.resolver.uri.PortletURI
- Object ID of the addressed portlet window
- PortletWindowStateParameterService - Interface in com.ibm.portal.state.service.parameters
- Service for easily obtaining, setting and removing parameters for a portlet
window in respect of a navigational state.
- PortletWrapper - Class in com.ibm.wps.pb.wrapper
- Deprecated. since 6.0.2 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletWrapper() -
Constructor for class com.ibm.wps.pb.wrapper.PortletWrapper
- Deprecated.
- PortletWrapperBase - Class in com.ibm.wps.pb.wrapper
- Deprecated. since 6.0.2 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PortletWrapperBase() -
Constructor for class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated.
- PostProcessorException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a post processor
cannot perform its task properly.
- PostProcessorException(PostProcessor) -
Constructor for exception com.ibm.portal.state.exceptions.PostProcessorException
- Initializes the exception with the postprocessor that caused it
- PREDEFINED_SLOT_USER_JAAS_SUBJECT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- This is the name of a predefined slot to store the transient JAAS
credential.
- PREDEFINED_SLOT_USER_JAAS_SUBJECT -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. This is the name of a predefined slot to store the transient JAAS
credential.
- PREFIX -
Static variable in class com.ibm.portal.struts.command.StrutsViewCommand
- Request attribute name for the prefix.
- PREFIX -
Static variable in class com.ibm.portal.struts.plugins.PluginConstants
- The prefix used on all other constants defined here
- PREFIX -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The prefix used on all other constants defined here
- PREFIX -
Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
- The prefix used on all other constants defined here.
- PREFIX -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The prefix used on all other constants defined here
- PREFIX -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Request attribute name for the module prefix.
- prepareStyles() -
Method in class com.ibm.struts.taglib.html.FileTag
- This verion of prepareStyles supports the dir attribute
- prepareStyles() -
Method in class com.ibm.struts.taglib.html.PasswordTag
- Prepares the style attributes, including the dir attribute, for inclusion in the component's HTML tag.
- prepareStyles() -
Method in class com.ibm.struts.taglib.html.SelectTag
- This verion of prepareStyles supports the dir attribute
- prepareStyles() -
Method in class com.ibm.struts.taglib.html.TextareaTag
- This verion of prepareStyles supports the dir attribute
- prepareStyles() -
Method in class com.ibm.struts.taglib.html.TextTag
- This verion of prepareStyles supports the dir attribute
- PreProcessor - Interface in com.ibm.portal.state
- Performs validation on the state holder.
- PreProcessorException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a preprocessor
cannot perform its task properly.
- PreProcessorException(PreProcessor) -
Constructor for exception com.ibm.portal.state.exceptions.PreProcessorException
- Initializes a preprocessor exception with the preprocessor that caused it
- PreProcessorException(PreProcessor, Throwable) -
Constructor for exception com.ibm.portal.state.exceptions.PreProcessorException
- Initializes a preprocessor exception with the preprocessor that caused it
- PREVIOUS -
Static variable in class org.apache.jetspeed.portlet.Portlet.ModeModifier
- Deprecated. The mode is changed to the previous one.
- PREVIOUS_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to previous" action.
- PREVIOUS_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The key used for storing the previous mode state
- PREVIOUS_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The key used for storing the previous mode.
- PREVIOUS_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The key used for storing the previous mode state
- PREVIOUS_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The key used for storing the previous mode.
- PREVIOUS_PAGE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to previous page" action.
- preWiredActions() -
Method in interface com.ibm.wps.pb.property.ActionTriggerMarkup
- Deprecated.
- Principal - Interface in com.ibm.portal.um
- Represents a general repository object.
- PRINT_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "print" action.
- printStackTrace() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Prints the stack trace of this exception to standard error.
- printStackTrace(PrintStream) -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Prints the stack trace of this exception to the specified output stream.
- printStackTrace(PrintWriter) -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Prints the stack trace of this exception to the specified output stream.
- printStackTrace() -
Method in class org.apache.jetspeed.portlet.PortletException
- Prints the stack trace of this exception to the standard error stream.
- printStackTrace(PrintStream) -
Method in class org.apache.jetspeed.portlet.PortletException
- Prints the stack trace of this exception to the specified print stream.
- printStackTrace(PrintWriter) -
Method in class org.apache.jetspeed.portlet.PortletException
- Prints the stack trace of this exception to the specified print writer.
- printStackTrace() -
Method in class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Prints the stack trace of this exception to the standard error stream.
- printStackTrace(PrintStream) -
Method in class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Prints the stack trace of this exception to the specified print stream.
- printStackTrace(PrintWriter) -
Method in class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Prints the stack trace of this exception to the specified print writer.
- process(HttpServletRequest, HttpServletResponse, StateHolderController) -
Method in interface com.ibm.portal.state.PreProcessor
- Performs validation operations on the state holder.
- processAction(ActionRequest, ActionResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Called by the portlet container to allow the portlet to process an action
request.
- processAction(PortletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Deprecated.
- processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Ask the specified Action instance to handle this
request.
- processActionPerform(HttpServletRequest, HttpServletResponse, Action, ActionForm, ActionMapping) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Asks the specified Action instance to handle this
request.
- processActionPerformed(PortletRequest, PortletResponse) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- The processing for actionPerformed.
- processActionPerformed(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- The processing for actionPerformed.
- processContent(HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Override the default function to do nothing since we set the content
type elsewhere.
- processException(HttpServletRequest, HttpServletResponse, Exception, ActionForm, ActionMapping) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- This implementation calls the super implementation.
- processException(HttpServletRequest, HttpServletResponse, Exception, ActionForm, ActionMapping) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Calls the super implementation.
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- This implementation will process the ForwardConfig and then call doFoward.
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Description from the Struts Tiles Request Processor.
- processForwardConfig(HttpServletRequest, HttpServletResponse, ForwardConfig) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Processes the ForwardConfig and then calls
doFoward.
- PROCESSING_PHASE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Attribute name for processing phase.
- PROCESSING_PHASE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name for processing phase.
- ProcessingEventDefinition - Interface in com.ibm.portal.portletmodel
- Interface for a communication target that is a JSR 286 event definition.
- processingInstruction(String, String) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- PortletRequest)">processLocale(PortletRequest) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Sets the locale for Jakarta Struts in session to the locale obtained from the
portlet request object.
- processLocale(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Sets the locale to the locale obtained from the portlet request
object.
- processMapping(HttpServletRequest, HttpServletResponse, String) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Calls the super processMapping implementation.
- processMapping(HttpServletRequest, HttpServletResponse, String) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Calls the super processMapping implementation.
- processMultipart(HttpServletRequest) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- If this is a multipart request, wrap it with a special wrapper.
- processMultipart(HttpServletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- If this is a multipart request, wrap it with a special wrapper.
- PortletRequest, PortletResponse, ServletContext)">processNewActionUri(String, PortletRequest, PortletResponse, ServletContext) -
Static method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- This method will implement the necessary steps to simulate a forward to a
Struts Action.
- processNewActionUri(String, HttpServletRequest, HttpServletResponse, ServletContext) -
Static method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Simulates a forward to a Struts action.
- processNoCache(HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- This method does not call the Struts Request Processor processNoCache
implementation.
- processNoCache(HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- This method is overridden so that the
Struts request processor
processNoCache
method is not called.
- processor -
Variable in exception com.ibm.portal.state.exceptions.PostProcessorException
- Reference to the postprocessor that caused the exception
- processor -
Variable in exception com.ibm.portal.state.exceptions.PreProcessorException
- Preprocessor that caused the exception
- processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Calls the inherited processPopulate.
- processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Calls the inherited processPopulate.
- processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- This method will call the super implementation for processing J2EE roles.
- processRoles(HttpServletRequest, HttpServletResponse, ActionMapping) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Calls the super implementation for processing J2EE roles.
- PortletResponse, java.lang.String)">processStrutsAction(PortletRequest, PortletResponse, String) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Calls the appropriate Struts request processor's process method
for the specified Struts action.
- processStrutsAction(PortletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Invokes the Struts request processor for the specified Struts action.
- processTilesDefinition(String, boolean, HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- Process a Tile definition name.
- processUri(HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Identify and return the path component from the request URI.
- processUri(HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Identifies and returns the path component from the request URI.
- PromoteCommand - Interface in com.ibm.portal.sitemanagement.command
- The PromoteCommand is responsible for transfering resources from
published state into the live state.
- PromoteCommand.Method - Enum in com.ibm.portal.sitemanagement.command
- Method interface which describes promote method to use.
- PROPERTIES -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "show object properties" action.
- PROPERTIES_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "show object properties" action.
- Property - Interface in com.ibm.portal.propertybroker.property
- Encapsulates property information.
- Property - Interface in com.ibm.wps.pb.property
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyBrokerContextPassingService - Interface in com.ibm.portal.propertybroker.service
- An interface used to pass context information to portlets.
- PropertyBrokerContextPassingService - Interface in com.ibm.wps.pb.service
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyBrokerService - Interface in com.ibm.portal.propertybroker.service
- The public interface provided by the Property Broker service.
- PropertyBrokerService - Interface in com.ibm.wps.pb.service
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyBrokerServiceException - Exception in com.ibm.portal.propertybroker.service
- This is the root class for all exceptions thrown by the Property Broker service.
- PropertyBrokerServiceException() -
Constructor for exception com.ibm.portal.propertybroker.service.PropertyBrokerServiceException
- Default constructor
- PropertyBrokerServiceException(Throwable) -
Constructor for exception com.ibm.portal.propertybroker.service.PropertyBrokerServiceException
- Constructor that gives a detailed message
- PropertyBrokerServiceException - Class in com.ibm.wps.pb.service
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyBrokerServiceException(MessageCode) -
Constructor for class com.ibm.wps.pb.service.PropertyBrokerServiceException
- Deprecated.
- PropertyBrokerServiceException(MessageCode, Object[]) -
Constructor for class com.ibm.wps.pb.service.PropertyBrokerServiceException
- Deprecated.
- PropertyBrokerServiceException(MessageCode, Object[], Throwable) -
Constructor for class com.ibm.wps.pb.service.PropertyBrokerServiceException
- Deprecated.
- PropertyController - Interface in com.ibm.portal.propertybroker.property
- Encapsulates setter methods used when initializing instances of Property.
- PropertyException - Exception in com.ibm.portal.state.exceptions
- Base exception for all error cases occuring when trying to
initialize a class via a properties file.
- PropertyException(String, Properties) -
Constructor for exception com.ibm.portal.state.exceptions.PropertyException
- Initializes the exception by specifying the property that is invalid
- PropertyException(String, Properties, Throwable) -
Constructor for exception com.ibm.portal.state.exceptions.PropertyException
- Initializes the exception by specifying the property that is invalid
- PropertyFactory - Interface in com.ibm.portal.propertybroker.service
- An factory interface provided by the Property Broker.
- PropertyFactory - Class in com.ibm.wps.pb.property
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyFilterType - Class in com.ibm.portal.propertybroker.property
- Typesafe enum pattern that encapsulates the property filter type.
- PropertyFilterType(String) -
Constructor for class com.ibm.portal.propertybroker.property.PropertyFilterType
- Constructor that can only be used by this class or subclasses
- PropertyListener - Interface in com.ibm.wps.pb.portlet
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyValue - Interface in com.ibm.portal.propertybroker.property
- Encapsulates a property with its value and an optional reason
for change.
- PropertyValue - Interface in com.ibm.wps.pb.property
- Deprecated. since 6.0.1 Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- PropertyValueChangeType - Class in com.ibm.portal.propertybroker.property
- Typesafe enum pattern storing the possible reasons why a property value
change was generated - e.g.
- PropertyValueChangeType(String) -
Constructor for class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- Constructor that can only be used by this class or subclasses
- props -
Variable in exception com.ibm.portal.state.exceptions.PropertyException
- Property collection that contains the invalid property
- PROTECTED_RESOURCE_INFO -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PSE_CATEGORY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PSE_COLLECTION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PSE_SOURCE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PSEUDO_RESPONSE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The key used for storing the temporary HttpServletResponse used during actionPerformed processing
- PSEUDO_RESPONSE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The key used for storing the temporary HttpServletResponse used during actionPerformed processing
- PUBLIC_RENDER_PARAMETER -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- PublishCommand - Interface in com.ibm.portal.sitemanagement.command
- The PublishCommand transfers the specified resource between two servers.
- PublishingEventDefinition - Interface in com.ibm.portal.portletmodel
- Interface for a communication source that is a JSR 286 event definition.
- PumaAdminHome - Interface in com.ibm.portal.um
- Deprecated. As of release 6.1, use
PumaEnvironment#runUnrestricted(java.security.PrivilegedExceptionAction)
instead: For executing a Puma Query without Puma enforcing access
control (thus "as admin"), wrap your code into a
PrivilegedExceptionAction and then use
PumaEnvironment#runUnrestricted(PrivilegedExceptionAction)
to execute the the query.
- PumaAttributeException - Exception in com.ibm.portal.um.exceptions
- The PumaAttributeException covers exceptions related to
Attribute read/write operations.
- PumaAttributeException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.PumaAttributeException
-
- PumaController - Interface in com.ibm.portal.um
- The PumaController provides functions to read and/or write
attributes of
com.ibm.portal.um.User
,com.ibm.portal.um.Group
objects.
An instance of this Interface can be retrieved by calling
com.ibm.portal.um.PumaHome
,
com.ibm.portal.um.portletservice.PumaHome
or
com.ibm.portal.um.portletservice.legacy.PumaHome
- PumaException - Exception in com.ibm.portal.um.exceptions
- General top level exception for the
com.ibm.wps.portal.um
package. - PumaException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.PumaException
-
- PumaException() -
Constructor for exception com.ibm.portal.um.exceptions.PumaException
-
- PumaHome - Interface in com.ibm.portal.um.portletservice.legacy
- Deprecated.
- PumaHome - Interface in com.ibm.portal.um.portletservice
- This Interface can be used to access the UserManagement component of WebSphere Portal
from a JSR 168 portlet. - PumaHome - Interface in com.ibm.portal.um
- This Interface can be used to access the UserManagement component of WebSphere Portal
An instance can be retrieved using a JNDI lookup for the following JNDI name
portal:service/usermanagement/Puma
. - PumaLocator - Interface in com.ibm.portal.um
- The PumaLocator provides functions to lookup
com.ibm.portal.um.User
,com.ibm.portal.um.Group
objects.
An instance of this Interface can be retrieved by calling
com.ibm.portal.um.PumaHome
,
com.ibm.portal.um.portletservice.PumaHome
or
com.ibm.portal.um.portletservice.legacy.PumaHome
- PumaMissingAccessRightsException - Exception in com.ibm.portal.um.exceptions
- The PumaMissingAccessRightsException is thrown whenever
an action is executed without the necessary accessrights
- PumaMissingAccessRightsException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.PumaMissingAccessRightsException
-
- PumaModelException - Exception in com.ibm.portal.um.exceptions
- The PumaModelException covers exceptions related to
the User Model.
- PumaModelException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.PumaModelException
-
- PumaProfile - Interface in com.ibm.portal.um
- The PumaProfile provides functions to read attribute of
com.ibm.portal.um.User
and
com.ibm.portal.um.Group
objects.
An instance of this Interface can be retrieved by calling the
getPumaProfile() method exposed by the interfaces
com.ibm.portal.um.PumaHome
,
com.ibm.portal.um.portletservice.PumaHome
or
com.ibm.portal.um.portletservice.legacy.PumaHome
- PumaSystemException - Exception in com.ibm.portal.um.exceptions
- The PumaSystemException covers exceptions related to
the User Backend System.
- PumaSystemException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.PumaSystemException
-
- put(String, Object) -
Method in interface com.ibm.policy.manager.Target
- Set the value of an attribute in a Target.
- put(HttpServletRequest, Map) -
Method in interface com.ibm.portal.struts.data.IUserConfigurationDataStore
- Stores the given user configuration data in the data store.
- put(HttpServletRequest, Map) -
Method in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
- Store the given user configuration data in the data store.
- put(HttpServletRequest, Map) -
Method in interface com.ibm.struts.data.IUserConfigurationDataStore
- Deprecated. Stores the given user configuration data in the data store.
- put(HttpServletRequest, Map) -
Method in class com.ibm.wps.portlets.struts.PortletDataUserConfigurationDataStore
- Stores the given user configuration data in the data store.
- putNextEntry(MultipartStream.Entry) -
Method in class com.ibm.portal.resolver.streams.MultipartOutputStream
- Begins writing a new multipart file entry and positions the stream to the
start of the entry data.
Q
- QUERIED -
Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- The property value change is being propagated as the value was obtained in a query
- QUERY -
Static variable in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Name of the request attribute for the query string.
- QUERY -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Name of the request attribute for the query string.
R
- read(MultipartInputStream, String) -
Method in interface com.ibm.portal.resolver.data.MultipartDataSink
- Reads the given multipart input stream and based on this information
generates a DataSource object that represents the response.
- PortletConfig, com.ibm.portal.struts.portlet.StrutsInfo)">readInitParameters(ServletContext, PortletConfig, StrutsInfo) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Reads the init parameters for this portlet from the web deployment
descriptor and performs the appropriate configuration.
- readInitParameters(ServletContext, PortletConfig, WpsStrutsInfo) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Reads the init parameters for this portlet from the web deployment descriptor and performs the
appropriate configuration.
- readObjectID() -
Method in interface com.ibm.portal.ObjectID.Deserializer
-
- readResolve() -
Method in class org.apache.jetspeed.portlet.Portlet.Mode
- Deprecated. Returns a mode object representing the mode of this object
- readResolve() -
Method in class org.apache.jetspeed.portlet.Portlet.ModeModifier
- Deprecated. Returns a mode modifier object representing the mode modifier of this object
- readResolve() -
Method in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- RedirectURLGenerator - Interface in com.ibm.portal.state
- The
Redirect URL Generator
provides methods to create URLs pointing to pages
or portlets. - RedirectURLGeneratorFactoryService - Interface in com.ibm.portal.portlet.service.state
- The
RedirectURLGeneratorFactoryService
is a Java Portlet API portlet service that provides access to a RedirectURLGenerator
instance. - referencesSystemCredential() -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Returns if this Vault Slot references a System Credential (i.e., every
access maps to the same secret).
- REFRESH -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "refresh" action.
- REFRESH_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "refresh" action.
- registerActions(PortletRequest, PortletSettings, Action[]) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Registers an array of
Actions
for a given portlet with the
PropertyBrokerService.
- registerBackupData(Object, String) -
Method in interface com.ibm.portal.app.service.backup.StreamBackupService
- This registers a data set during backup.
- registerProperties(PortletRequest, PortletSettings, Property[]) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Registers the properties which are produced or consumed by the
portlet.
- registerRestoreData(Object, String) -
Method in interface com.ibm.portal.app.service.backup.StreamBackupService
- This requests a data set to be restored.
- release() -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Release any internal references to previously created Log
instances returned by this factory.
- release() -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Release any internal references to previously created Log
instances returned by this factory.
- RELEASE_NUMBER -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Current release number.
- RELEASE_NUMBER -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Current release number.
- reload(Principal) -
Method in interface com.ibm.portal.um.PumaProfile
- Loads the content of the given Principal from the
repository
- RememberMeCookieService - Interface in com.ibm.portal.portletservice.rememberme
- Portlet service for JSR compliant portlets to leverage the remember me cookie
functionality of WebSphere Portal.
- remove(String) -
Method in interface com.ibm.policy.manager.Target
- Remove an attribute from a Target
- REMOVE -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "remove" action.
- remove(Node) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Removes this node as the child of its current parent.
- REMOVE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "remove" action.
- REMOVE_ON_MODE_CHANGE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Attribute name to indicate that a command should be removed on a mode change.
- REMOVE_ON_MODE_CHANGE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name to indicate that a command should be removed on a mode change.
- removeAllAttributes() -
Method in interface org.apache.jetspeed.portlet.PortletData
- Deprecated. deprecated since version 1.1
- removeAllowedPortlet(ObjectID) -
Method in interface com.ibm.portal.content.LayoutModelController
- Removes the specified portlet from the list of allowed portlets for the
last layer of the node
- removeAllowedPortlets(Collection<ObjectID>) -
Method in interface com.ibm.portal.content.LayoutModelController
- Removes the specified portlets from the list of allowed portlets for the
last layer of the node
- removeAllowedPortlets() -
Method in interface com.ibm.portal.content.LayoutModelController
- Removes all allowed portlets for the last layer of the node.
- removeAttribute(Node, String) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Removes an attribute from a node.
- removeAttribute(Object, List) -
Static method in class com.ibm.portal.struts.command.StrutsViewCommand
- Removes the attribute from the list.
- removeAttribute(String) -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Remove any configuration attribute associated with the specified name.
- removeAttribute(String) -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Remove any configuration attribute associated with the specified name.
- removeAttribute(Object, List) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Removes the attribute from the list.
- removeAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
- Deprecated. Removes the attribute with the given name.
- removeAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Removes the attribute with the given name.
- removeAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletData
- Deprecated. Removes the attribute with the given name.
- removeAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Removes the attribute with the given name.
- removeAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. Removes the attribute with the given name.
- removeAttribute(String) -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Removes the attribute with the given name.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.portal.struts.command.StrutsViewCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Remove the name of an attribute from the list of attribute names to
save
- removeAttributeNameToSave(String) -
Static method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- Remove the name of an attribute from the list of attribute names to
save
- removeAttributeNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributeNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Removes the name of an attribute from the list of attribute names to
save.
- removeAttributes(Principal, List<String>) -
Method in interface com.ibm.portal.um.PumaController
- Removes the given attributes from the given Principal
The character encoding used as input for attribute key must match
the encoding acceptable by the user store
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.portal.struts.command.StrutsViewCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Remove the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- Remove the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- removeAttributeTypeToSave(Class) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Removes the class type of the request attribute from the list of
attributes to save.
- PortletResponse, java.lang.String)">removeCommand(PortletRequest, PortletResponse, String) -
Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Remove the IViewCommand.
- removeCommand(PortletRequest, PortletResponse, String) -
Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Removes the IViewCommand.
- removeDescription(Locale) -
Method in interface com.ibm.portal.ModifiableLocalized
- Removes the description for the given locale.
- removeDescriptions(Collection<Locale>) -
Method in interface com.ibm.portal.ModifiableLocalized
- Removes all descriptions for the Locales
specified in the collection.
- removeDescriptions() -
Method in interface com.ibm.portal.ModifiableLocalized
- Removes all descriptions.
- removeFromGroup(Group, List<? extends Principal>) -
Method in interface com.ibm.portal.um.PumaController
- Removes the given Principals from the given Group
- removeInstance(String) -
Method in interface com.ibm.portal.app.component.Lifecycle
- Called when an instance of this component is destroyed.
- com.ibm.portal.admin.Markup)">removeMarkup(Markup) -
Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
- Removes a markup.
- removeMarkups() -
Method in interface com.ibm.portal.admin.ModifiableMarkupCapable
- Clears all markups.
- removeName(String) -
Method in interface com.ibm.portal.ModifiableMetaData
- Removes the meta data identified with the specified name.
- removeName(String) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Removes the preference identified with the specified name.
- removeNames(Collection) -
Method in interface com.ibm.portal.ModifiableMetaData
- Removes the meta data identified by the names specified in the
collection.
- removeNames() -
Method in interface com.ibm.portal.ModifiableMetaData
- Removes all meta data.
- removeNames(Collection) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Removes the preferences identified by the names specified in the
collection.
- removeNames() -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Removes all preferences.
- removeNode(MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
- Deprecated. Removes a node from an in-memory tree.
- removeObject(String) -
Method in class com.ibm.portal.struts.common.ModuleContext
- Removes the object stored by key and taking into account the previously saved
module prefix.
- removePage(ObjectID) -
Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
- Removes a page.
- removeParameterNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Removes the name of a parameter from the list of parameter names to
save.
- removeParameterNameToSave(String) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Removes the name of an parameter from the list of parameter names to
save.
- removeParameters(StateHolderController, Collection<String>) -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Removes the given parameters from the given state.
- removePortlet(ObjectID) -
Method in interface com.ibm.portal.dynamicui.DynamicUICtrl
- Removes a portlet.
- removePortletTarget(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorFactory
- Removes the target information from the given state.
- removeScreenTemplate(StateHolderController) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
- Removes the screen template information from the given state.
- removeScreenTemplate(Node, DocumentController) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorFactory
- Removes the screen template information from the given document model.
- removeSoloPortlet() -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
- Removes the current portlet from solo state as well as the associated
return selection information.
- removeTitle(Locale) -
Method in interface com.ibm.portal.ModifiableLocalized
- Removes the title for the given locale.
- removeTitles(Collection<Locale>) -
Method in interface com.ibm.portal.ModifiableLocalized
- Removes all titles for the Locales specified in
the collection.
- removeTitles() -
Method in interface com.ibm.portal.ModifiableLocalized
- Removes all titles.
- RemoveUIElementException - Exception in com.ibm.portal.dynamicui
- The
RemoveUIElementException
is thrown when an error occurs during the attempt
to remove a transient UI element. - RemoveUIElementException() -
Constructor for exception com.ibm.portal.dynamicui.RemoveUIElementException
- Constructor.
- RemoveUIElementException(Throwable) -
Constructor for exception com.ibm.portal.dynamicui.RemoveUIElementException
- Constructor.
- removeVariable(String) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Removes a transient variable of the concrete portlet.
- render(E) -
Method in interface com.ibm.portal.content.LayoutModel
- Deprecated. this method will be removed, the models do not actively write markup
Renders the given node. The node is expected to be a part of this
layout model.
- render(StaticContentPage) -
Method in interface com.ibm.portal.spa.renderer.StaticPageRenderer
- Renders the given page.
- render() -
Method in interface com.ibm.portal.spa.renderer.StaticPageRenderer
- Renders the current static page as returned by the navigation selection
model
- render() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- render() -
Method in interface com.ibm.portal.theme.plugin.ThemeInclude
- Renders the output for this contribution.
- RENDER_PARAMETER -
Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
- This Parameter is bound as a portlet's render parameter.
- RENDER_PHASE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Response phase.
- RENDER_PHASE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- This value indicated response phase.
- RenderAspect - Interface in com.ibm.portal.content
- This interface represents aspects important for rendering elements of the containment model.
- renderFormStartElement() -
Method in class com.ibm.struts.taglib.html.FormTag
- Generates the opening
<form>
element with appropriate
attributes.
- renderToken() -
Method in class com.ibm.struts.taglib.html.FormTag
- Generates a hidden input field with token information, if any.
- RenderRequest)">repopulateRequest(RenderRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Repopulates the given request from saved values.
- repopulateRequest(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Repopulates the given request from saved values.
- Request - Interface in com.ibm.lotus.search.providers.content.seedlist.formatter
- Allows to control formatting aspects of the content (Documents & Seedlsits).
- Request - Interface in com.ibm.lotus.search.providers.content.seedlist.retriever
- Allows to conrol aspects of the documents and seedlists retrieving actions.
- request -
Variable in exception com.ibm.portal.state.accessors.exceptions.CannotRetrieveResourceUrlAccessorException
- the request we tried to create the resource URL on
- request -
Variable in exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
- Servlet request that caused the exception
- request -
Variable in exception com.ibm.portal.state.exceptions.UrlInputMediatorException
- Servlet request that could not be decoded
- request -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
- the current request
- REQUEST_ATTRIBUTE -
Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
- This Parameter is bound as a portlet's request attribute.
- REQUEST_CLIENT_PROFILE -
Static variable in class com.ibm.portal.portlet.Constants
- Attribute that allows to retrieve the CCPP client profile from a portlet request.
- REQUEST_HAS_INVISIBLE_PREFERENCES -
Static variable in class com.ibm.portal.portlet.Constants
- Request property indicating that the most specifc data layer for the current portlet
preferences associated with this request are hidden, because the validation
failed during construction of the preferences.
- REQUEST_PARAMETER -
Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
- This Parameter is bound as a portlet's request parameter.
- REQUEST_PHASE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Request phase.
- REQUEST_PHASE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- This value indicates request phase.
- REQUESTED -
Static variable in class org.apache.jetspeed.portlet.Portlet.ModeModifier
- Deprecated. The mode is changed as requested.
- requiresPOST() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- requiresPOST() -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- requiresPOST() -
Method in interface com.ibm.portal.theme.plugin.ThemeLinkItem
- If the URL is an action, it should be rendered
as a FORM POST instead of the usual GET.
- RESET -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "reset" action.
- RESET_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "reset" action.
- ResettableAtomContentHandler - Interface in com.ibm.portal.resolver.atom
- Extension of AtomContentHandler that allows to builds processing
chains of these handlers.
- ResettableAtomContentHandlerAdapter - Class in com.ibm.portal.resolver.atom.helper
- Base class that can be used for chains of atom content handlers.
- ResettableAtomContentHandlerAdapter(ResettableAtomContentHandler) -
Constructor for class com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
-
- ResettableAtomThreadingContentHandler - Interface in com.ibm.portal.resolver.atom
- Extension of AtomThreadingContentHandler that allows to builds processing
chains of these handlers.
- ResettableContentHandler - Interface in com.ibm.portal.resolver.xml
- Extension of ContentHandler that allows to build content handler
chains.
- ResettableContentHandlerAdapter - Class in com.ibm.portal.resolver.xml.helper
- Base class for elements of a ResettableContentHandler chain that
simply delegates all method calls to the next element in the chain .
- ResettableContentHandlerAdapter(ResettableContentHandler) -
Constructor for class com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
- Initialize the chain
- RESIZING -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- ResolutionException - Exception in com.ibm.portal.resolver.exceptions
- Baseclass for the exceptions that can occur during the resolution process
- ResolutionException() -
Constructor for exception com.ibm.portal.resolver.exceptions.ResolutionException
- Default exception without a cause
- ResolutionException(Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.ResolutionException
- Exception that contains a root cause
- ResolutionService - Interface in com.ibm.portal.resolver
-
Service that allows to resolve a URI to navigational state in the context of
WebSphere Portal.
- resolve(Object) -
Method in interface com.ibm.portal.ModelController
- Resolves the specified node of the model to its most recent
representation.
- resolve(URI, Map, Context) -
Method in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
-
- resolve(SelectionResult, String) -
Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
- Convenience method that converts the complete path string into a
SelectionResult.
- resolve(SelectionResult, String, int, int) -
Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
-
Converts from a path to a list of ObjectID of
selections
- resolve(Resolved, URI, String, Map<String, String[]>, Set<Binding>, Context) -
Method in class com.ibm.portal.resolver.helper.CORResolutionService
-
- resolve(Resolved, URI, String, Map<String, String[]>, Set<Binding>, Context) -
Method in interface com.ibm.portal.resolver.ResolutionService
- Performs the resolution of the URI into navigational state by modifying
the content of the resolved bean.
- resolve(String) -
Method in interface com.ibm.portal.resolver.xml.URLResolver
- Resolves a (relative) URL reference into a full URL.
- resolve(Node) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Resolves a node of the document model to the reference of this very node
that is the least recent.
- Resolved - Interface in com.ibm.portal.resolver
- Identification of the result of the resolution process.
- ResolvedUrlAccessFactory - Interface in com.ibm.portal.state.accessors.url
- The ResolvedUrlAccessFactory provides means to create
EngineURL objects based on alias names to
predefined URLs.
- RESOLVER_EXTENSION_POINT -
Static variable in interface com.ibm.portal.resolver.Constants
- Name of the init parameter in the portlet.xml that identifies the portlet
specific resolver.
- ResolverContentHandler - Interface in com.ibm.portal.resolver.xml
- Content handler filter that dispatches to a target content handler and that
can use the context of the events floating over it to perform context sensitive
URL resolution.
- ResolverXMLFilter - Interface in com.ibm.portal.resolver.xml
- XML filter that produces XML elements and that
can use the context of the events floating over it to perform context sensitive
URL resolution.
- RESOURCE_TYPE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- ResourceDeletedException - Exception in com.ibm.portal.resolver.exceptions
- A resource has been deleted
- ResourceDeletedException() -
Constructor for exception com.ibm.portal.resolver.exceptions.ResourceDeletedException
-
- ResourceDeletedException(Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.ResourceDeletedException
-
- ResourceLookupException - Exception in com.ibm.portal.dynamicui
- The
ResourceLookupException
is thrown in cases where a resource reference cannot be resolved. - ResourceLookupException() -
Constructor for exception com.ibm.portal.dynamicui.ResourceLookupException
- Constructor.
- ResourceLookupException(Throwable) -
Constructor for exception com.ibm.portal.dynamicui.ResourceLookupException
- Constructor.
- ResourceNotFoundException - Exception in com.ibm.portal.resolver.exceptions
- A particular resource could not be located
- ResourceNotFoundException() -
Constructor for exception com.ibm.portal.resolver.exceptions.ResourceNotFoundException
-
- ResourceNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.ResourceNotFoundException
-
- ResourceNotFoundException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which sould be thrown if a resouce was not found.
- ResourceNotFoundException(String, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
- Thrown if the resource could not be found.
- ResourceNotFoundException(String) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceNotFoundException
- Thrown if the resource could not be found.
- ResourceType - Class in com.ibm.portal
- Deprecated. Use com.ibm.portal.ObjectType, com.ibm.portal.ObjectTypeConstants
and com.ibm.portal.services.Identification instead
- ResourceType(int, String) -
Constructor for class com.ibm.portal.ResourceType
- Deprecated.
- ResourceURLAccessor - Interface in com.ibm.portal.state.accessors.url
- Create a URL object that points to a portal resource.
- ResourceUrlException - Exception in com.ibm.portal.state.accessors.exceptions
- Base exception related to resource URL handling.
- ResourceUrlException() -
Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceUrlException
- Initializes this exception.
- ResourceUrlException(Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.ResourceUrlException
- Initializes this exception.
- response -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
- the current response
- RESTORE_POINT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- restoreData(InputStream, String, String) -
Method in interface com.ibm.portal.app.service.backup.StreamBackupServiceClient
- This is called by the StreamBackupService to allow the business component to read the stored data back in.
- com.ibm.portal.content.ContentModelController, com.ibm.portal.model.controller.ContentModelControllerResumeService.Memento)">resume(ContentModelController, ContentModelControllerResumeService.Memento) -
Method in interface com.ibm.portal.model.controller.ContentModelControllerResumeService
- Resumes a content model controller using the given content model
controller and specified memento.
- retainAllowedPortlets(Collection<ObjectID>) -
Method in interface com.ibm.portal.content.LayoutModelController
- Retains the specified portlets of the list of allowed portlets for the
last layer of the node
- retainDescriptions(Collection<Locale>) -
Method in interface com.ibm.portal.ModifiableLocalized
- Retains descriptions for the Locales specified in the
collection.
- retainNames(Collection) -
Method in interface com.ibm.portal.ModifiableMetaData
- Retains only the meta data identified by the names specified in the
collection.
- retainNames(Collection) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Retains only the preferences identified by the names specified in the
collection.
- retainTitles(Collection<Locale>) -
Method in interface com.ibm.portal.ModifiableLocalized
- Retains titles for the Locales specified in the collection.
- RetrieverFactory - Interface in com.ibm.lotus.search.providers.content.seedlist.retriever
- Used to obtain the seedlist retriever service and seedlist request objects.
- RetrieverSeedlist - Interface in com.ibm.lotus.search.providers.content.seedlist.retriever
- Represents a Seedlist whose enrties (documents or sub-seedlists) relate to
another Retriever type.
- RetrieverService - Interface in com.ibm.lotus.search.providers.content.seedlist.retriever
- Represents a host, which provides content retrieving services.
- RETURN_URL -
Static variable in class com.ibm.portal.struts.common.PortletApiUtils
- Deprecated.
- RETURN_URL -
Static variable in class com.ibm.portal.struts.common.PortletURIAttributes
- The return URL.
- Reusable - Interface in com.ibm.portal.theme.plugin
- Tags an implementation as "reusable".
- ROLE_AUTHOR -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.User
- This role represents entry author or originator
- ROLE_CONTRIBUTOR -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.User
- This role represents entry contributor
- ROLE_INSTANCE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- rollback() -
Method in class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- Cleans up when a problem occurs during request processing.
- rollback() -
Method in class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- Cleans up when a problem occurs during request processing.
S
- s_namescopeForm -
Static variable in class com.ibm.portal.struts.common.PortletApiUtils
- Indicator of whether or not to namescope the form name.
- s_namescopeInputName -
Static variable in class com.ibm.portal.struts.common.PortletApiUtils
- Indicator of whether or not to namescope the name attribute of the input element.
- SAVE -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "save" action.
- SAVE_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "save" action.
- saveAsAttribute(String, Object) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Saves the given named object for later restoral as an attribute
for when the command is executed.
- saveAsAttribute(String, Object) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves the given named object for later retrieval as an attribute
for when the command is executed.
- saveAsParameter(String, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves the given named object for later retrieval as an parameter
for when the command is executed.
- saveAttribute(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Saves the given request attribute for later restoral when the command is
executed.
- saveAttribute(HttpServletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves the given request attribute for later retrieval when the command is
executed.
- saveAttributes(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Saves the attributes specific to action rendering.
- saveAttributes(PortletRequest, ViewCommandExecutionContext, List, List) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Saves attributes from the request by name for later restoral
when the command is executed.
- saveAttributes(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Saves attributes from the request by name for later restoral
when the command is executed.
- saveAttributes(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Save the attributes specific to ErrorResponseInfo rendering.
- saveAttributes(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Saves the attributes specific to JSP rendering.
- saveAttributes(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Save the attributes specific to JSP rendering.
- saveAttributes(PortletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.portal.struts.command.StrutsViewTilesCommand
- Save the attributes specific to Tiles rendering.
- saveAttributes(HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Saves the attributes specific to JSP rendering.
- saveAttributes(HttpServletRequest, ViewCommandExecutionContext, List, List) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves attributes from the request by name for later retrieval
when the command is executed.
- saveAttributes(HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves attributes from the request by name for later retrieval
when the command is executed.
- saveAttributes(HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Saves the attributes specific to the ErrorResponseInfo rendering.
- saveAttributes(HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Saves the attributes related to JSP rendering.
- saveAttributes(HttpServletRequest, ViewCommandExecutionContext) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Saves the attributes related to Tiles rendering.
- saveCommand(PortletRequest, PortletResponse) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Saves the current command using the Command Manager Factory.
- PortletResponse, java.lang.String)">saveCommand(PortletRequest, PortletResponse, String) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Saves the current command using the Command Manager Factory.
- saveCommand(HttpServletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves the current command using the Command Manager Factory.
- saveCommand(HttpServletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves the current command using the Command Manager Factory.
- saveParameter(HttpServletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves the given request parameter for later retrieval when the command is
executed.
- saveParameters(HttpServletRequest, ViewCommandExecutionContext, List) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Saves parameters from the request by name for later retrieval
when the command is executed.
- saveWelcomeFileCommand(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Saves the Welcome File Command.
- SC_DEFAULT -
Static variable in exception com.ibm.portal.resolver.exceptions.LocalizedIOException
-
- SC_DEFAULT -
Static variable in exception com.ibm.portal.resolver.exceptions.LocalizedSAXException
-
- SCHEME_PORTLET -
Static variable in interface com.ibm.portal.resolver.Constants
- Name of the URI scheme for portlet URIs, e.g.
- SCHEME_SPA_URI -
Static variable in interface com.ibm.portal.spa.data.Constants
- URI scheme to address a file inside a ZIP at a page *
- SCHEME_ZIP_URI -
Static variable in interface com.ibm.portal.spa.data.Constants
- URI scheme to address a file inside a ZIP *
- SCOPE_GLOBAL -
Static variable in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. The portlet-dependent tree will not change until the portlet
is either deleted from the page, or the corresponding portlet application is updated or re-installed.
- SCOPE_REQUEST -
Static variable in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. The menu tree of the portlet is user-specific and changes are reflected from request to request
- SCOPE_SESSION -
Static variable in interface com.ibm.wps.portlet.menu.MenuNode
- Deprecated. The tree is user-specific and the tree will not change as long as the user
is logged in.
- ScreenTemplateAccessor - Interface in com.ibm.portal.state.accessors.screentemplate
- This accessor allows to read the screen template of the requested portal page.
- ScreenTemplateAccessorController - Interface in com.ibm.portal.state.accessors.screentemplate
- This accessor provides read-write access to the screen template.
- ScreenTemplateAccessorFactory - Interface in com.ibm.portal.state.accessors.screentemplate
- Factory interface providing accessors that allow for reading
as well as writing screen template information from /to a given state holder
or document model.
A screen template is a name for a screen used to generate parts of a portal page
during portal rendering.
WebSphere Portal provides a set of default screen templates including "Home" (default),
"Login", and "Error". - SEARCH -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "search" action.
- SEARCH_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "search" action.
- SearchableListModel<T> - Interface in com.ibm.portal
- A list model on whose elements can be searched with the
Locator mechanism.
- SearchableTreeModel<E> - Interface in com.ibm.portal
- A tree model on whose elements can be searched with the Locator
mechanism.
- SearchableTreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal
- This interface provides a controller for searchable tree models.
- searchGroupByName(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a list of Groups that have a name that matches the given
name.
- searchUserByName(String) -
Method in interface com.ibm.portal.um.PumaLocator
- Returns a list of Users that have a name that matches the given
name.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryCredential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.BinaryPassiveCredential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.Credential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectCredential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.JaasSubjectPassiveCredential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
- Deprecated.
- secret -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
- Deprecated.
- SECRET_TYPE_BYTEARRAY -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- The secret is given in the form of a byte array
- SECRET_TYPE_BYTEARRAY -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. The user's secret is in binary form.
- SECRET_TYPE_JAAS_SUBJECT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- The secret is given in the form of a Jaas Subject
- SECRET_TYPE_JAAS_SUBJECT -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. The user's secret is a JAAS Subject.
- SECRET_TYPE_JAVA_OBJECT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- The secret is a Java Object
- SECRET_TYPE_JAVA_OBJECT -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. The user's secret is a java object.
- SECRET_TYPE_NO_SECRET_DATA -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Type for credential objects that do not contain a secret.
- SECRET_TYPE_NO_SECRET_DATA -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Type for credential objects that do not contain a secret.
- SECRET_TYPE_UNDEFINED -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Used only for the super class CredentialSecret of the secret classes as
Secret Type, do not use this for creating Slots
- SECRET_TYPE_UNDEFINED -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Used only for the super class CredentialSecret of the secret classes as
secret type.
- SECRET_TYPE_USERID_STRING_PASSWORD_STRING -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- The secret type is userid / password
- SECRET_TYPE_USERID_STRING_PASSWORD_STRING -
Static variable in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. The user's secret is a userid/password pair.
- SecretTypeNotSupportedException - Exception in com.ibm.portal.portlet.service.credentialvault
- Exception that is thrown when a particular Vault implementation cannot handle
a specific Secret Type, as defined in the CredentialVaultService
class.
- SecretTypeNotSupportedException(int) -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
- Constructs a SecretTypeNotSupported exception.
- SecretTypeNotSupportedException(int, Throwable) -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
- Constructs a SecretTypeNotSupportedException exception.
- SecretTypeNotSupportedException(int, String) -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
- Constructor.
- SecretTypeNotSupportedException(int, String, Throwable) -
Constructor for exception com.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
- Constructor.
- SecurityException - Exception in com.ibm.portal.security.exceptions
- Root exception class for all security related exceptions.
- SecurityException(Throwable) -
Constructor for exception com.ibm.portal.security.exceptions.SecurityException
- Initializes the exception with the reason of the exception.
- SecurityException() -
Constructor for exception com.ibm.portal.security.exceptions.SecurityException
- Empty constructor.
- SecurityException(MessageCode, Object[]) -
Constructor for exception com.ibm.portal.security.exceptions.SecurityException
- Initializes the exception with a message code and the corresponding arguments
- SecurityFilter - Interface in com.ibm.portal.security
- Generic interface for a security related filter that provides two methods SecurityFilter.init(SecurityFilterConfig)
and SecurityFilter.destroy().
- SecurityFilterConfig - Interface in com.ibm.portal.security
- This interface defines a generic configuration object for the initialization of
a security filter.
- SecurityFilterInitException - Exception in com.ibm.portal.security.exceptions
- Generic exception that is thrown if the initialization of a security filter fails
in an unrecoverable way.
- SecurityFilterInitException(Throwable) -
Constructor for exception com.ibm.portal.security.exceptions.SecurityFilterInitException
- Initializes the exception with the reason of the exception.
- SecurityFilterInitException() -
Constructor for exception com.ibm.portal.security.exceptions.SecurityFilterInitException
- Empty constructor.
- Seedlist - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- Container for a single seedlist (may includes other seedlists and documents).
- SeedlistException - Exception in com.ibm.lotus.search.providers.content.seedlist
- A general Seedlist exception.
- SeedlistException() -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs a SeedlistException object to hold SeedlistMessage object that
specifies unknown error is created.
- SeedlistException(int, SeedlistMessage) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs an SeedlistException object to hold the specified message.
- SeedlistException(int, SeedlistMessage, Throwable) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs an SeedlistException object to hold the specified message and
the associated exception.
- SeedlistException(int, int, String) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs an SeedlistException object to hold the specified message
text.
- SeedlistException(int, int, String, Throwable) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs a SeedlistException object to hold the specified message text
and the associated exception.
- SeedlistException(int, String) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs an SeedlistException object to hold the specified message
text.
- SeedlistException(int, String, Throwable) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs a SeedlistException object to hold the specified message text
and the associated exception.
- SeedlistException(int, Throwable) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs a SeedlistException object to hold the associated exception.
- SeedlistException(int, int, String, String) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs a SeedlistException object to hold the specified message.
- SeedlistException(int, int, String, String, Throwable) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs an SeedlistException object to hold the specified message and
the associated exception.
- SeedlistException(int, int, String, String, SeedlistMessageArg[]) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs a SeedlistException object to hold the specified message and
its associated message arguments.
- SeedlistException(int, int, String, String, SeedlistMessageArg[], Throwable) -
Constructor for exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Constructs an SeedlistException object to hold the specified message, its
associated message arguments, and the associated exception.
- SeedlistMessage - Class in com.ibm.lotus.search.providers.content.seedlist
- This class provides a way to store a message.
- SeedlistMessage(int, String, String) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Constructs an SeedlistMessage object to hold the specified message.
- SeedlistMessage(int, String, String, Throwable) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Constructs an SeedlistMessage object to hold the specified message.
- SeedlistMessage(int, String, String, SeedlistMessageArg[]) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Constructs an SeedlistMessage object to hold the specified message.
- SeedlistMessage(int, String, String, SeedlistMessageArg[], Throwable) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Constructs an SeedlistMessage object to hold the specified message.
- SeedlistMessage(int, String) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Constructs an SeedlistMessage object to hold the specified message text.
- SeedlistMessage(int, String, Throwable) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Constructs an SeedlistMessage object to hold the specified message text.
- SeedlistMessageArg - Class in com.ibm.lotus.search.providers.content.seedlist
- This class provides a way to store a real, integer, string, or date value.
- SeedlistMessageArg(Date) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs a date type SeedlistMessageArg object.
- SeedlistMessageArg(float) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs a double type SeedlistMessageArg object converting the float
primitive value to a Double object.
- SeedlistMessageArg(double) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs a double type SeedlistMessageArg object converting the double
primitive value to a Double object.
- SeedlistMessageArg(byte) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs an long type SeedlistMessageArg object converting the byte
primitive value to a Long object.
- SeedlistMessageArg(short) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs an long type SeedlistMessageArg object converting the short
primitive value to a Long object.
- SeedlistMessageArg(int) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs an long type SeedlistMessageArg object converting the byte
primitive value to a Long object.
- SeedlistMessageArg(long) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs an long type SeedlistMessageArg object converting the long
primitive value to a Long object.
- SeedlistMessageArg(String) -
Constructor for class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Constructs a string type SeedlistMessageArg object.
- SelectionAccessor - Interface in com.ibm.portal.state.accessors.selection
- Read-only interface to the current selection model.
- SelectionAccessorController - Interface in com.ibm.portal.state.accessors.selection
- Interface providing read and write access to selection information stored
within the state holder.
- SelectionAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case of errors when accessing
selection information via a SelectionAccessor.
- SelectionAccessorException(SelectionAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
- Initializes the exception with the accessor that caused the exception
- SelectionAccessorException(SelectionAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionAccessorException
- Initializes the exception with the accessor that caused the exception.
- SelectionAccessorFactory - Interface in com.ibm.portal.state.accessors.selection
- Factory that provides read-only as well as read-write accessors to selection
information.
- SelectionMappingInvalidException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that a given ObjectID
of a navigation node cannot be mapped to a target ObjectID.
- SelectionMappingInvalidException(ObjectID, SelectionAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
-
- SelectionMappingInvalidException(ObjectID, SelectionAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SelectionMappingInvalidException
-
- SelectionModel<T> - Interface in com.ibm.portal.navigation
- A list model representing a selection in a tree.
- SelectionResult - Interface in com.ibm.portal.resolver.friendly
- Captures the result of the friendly selection resolution process.
- SelectTag - Class in com.ibm.struts.taglib.html
- This class is a simple extension of the Struts select tag to adding the dir
attribute.
- SelectTag() -
Constructor for class com.ibm.struts.taglib.html.SelectTag
- Construct a new instance of this tag.
- send(String, PortletMessage, PortletRequest) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. since Version 1.1
- send(String, PortletMessage) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Sends the given message to all portlets in the same portlet
application on the same page that have the given name.
- send(String, DefaultPortletMessage) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Sends the given message to all portlets on the same page
that have the given name regardless of the portlet application.
- sendError(PortletRequest, int, String) -
Method in class com.ibm.portal.struts.action.StrutsAction
- Sends an error response to the client using the specified status code and descriptive message.
- sendError(PortletRequest, int) -
Method in class com.ibm.portal.struts.action.StrutsAction
- Sends an error response to the client using the specified status.
- sendError(PortletRequest, int, String) -
Method in class com.ibm.wps.struts.action.StrutsAction
- Sends an error response to the client using the specified status code and descriptive message.
- sendError(PortletRequest, int) -
Method in class com.ibm.wps.struts.action.StrutsAction
- Sends an error response to the client using the specified status.
- Sensor - Interface in com.ibm.portal.app.component
- Sensor is one of the Application Component Interfaces, implemented by an
application component.
- Serializable - Interface in com.ibm.portal.app.component
-
Serializable is one of the Application Component Interfaces,
implemented by a composite application component.
- SerializableObject -
Static variable in class com.ibm.portal.struts.portlet.PortletPreferencesUserConfigurationDataStore
- String prefixed to the String value of the serializable object stored in PortletPreferences.
- SerializationException - Exception in com.ibm.portal.serialize
- General superclass for exceptions that can be thrown by individual serializer or deserializer implementations.
- SerializationException(Throwable) -
Constructor for exception com.ibm.portal.serialize.SerializationException
- Default constructor
- SerializationException() -
Constructor for exception com.ibm.portal.serialize.SerializationException
- Default constructor
- serialize(ObjectID) -
Method in interface com.ibm.portal.identification.Identification
- Serializes ObjectID instances into their
String representation.
In order to revert the resulting String back to
the corresponding ObjectID instance use
Identification.deserialize(java.lang.String).
- serializeInstance(String) -
Method in interface com.ibm.portal.app.component.Externalizable
- This method is called to serialize the business component instance.
- serializeInstance(String, String, String, Map) -
Method in interface com.ibm.portal.app.component.Serializable
- This method is called to serialize the business component instance.
- Serializer - Interface in com.ibm.portal.serialize
- Marker interface for serializers.
- serializeToTemplate(String, Writer) -
Method in interface com.ibm.portal.app.component.Templatable
- Writes a description of this component instance to a Writer.
- serializeWithDatabaseDomain(ObjectID) -
Method in interface com.ibm.portal.identification.Identification
- Serializes ObjectID instances into their
String representation.
In order to revert the resulting String back to
the corresponding ObjectID instance use
deserialize.
This method also includes information about the database domain, where the
corresponding object is located, into the result String.
- SERVER_INFO -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- ServerContext - Interface in com.ibm.portal.state.accessors.url
- Abstraction of the configuration required for server context information.
- serveResource() -
Method in interface com.ibm.portal.resolver.service.PortletResourcePocService
- Implements the
ResourceServingPortlet#serveResource(javax.portlet.ResourceRequest, javax.portlet.ResourceResponse)
method for a request that contains the POC URI as the resourceID.
- service -
Variable in exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
- name of the service that could not be located
- service(PortletRequest, PortletResponse) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- service(HttpServletRequest, HttpServletResponse) -
Method in class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
- Deprecated. This method is used internally to invoke the portlet as a servlet.
- SERVICE -
Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Represents the service method of the Portlet Interface.
- service(PortletRequest, PortletResponse) -
Method in class org.apache.jetspeed.portlet.Portlet
- Deprecated. Called by the portlet container to ask this portlet to generate
its markup using the given request/response pair.
- service(PortletRequest, PortletResponse) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. The default implementation of this method routes the request
to a set of helper methods that are already split out by
portlet mode.
- ServiceNotFoundException - Exception in com.ibm.portal.resolver.exceptions
- A service required during the resolution process could not be found
- ServiceNotFoundException(String) -
Constructor for exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
- Initializes the exception and identifies the service that could
not be found
- ServiceNotFoundException(String, Throwable) -
Constructor for exception com.ibm.portal.resolver.exceptions.ServiceNotFoundException
- Initializes the exception and identifies the service that could
not be found
- SERVLET_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- ServletContext - Interface in com.ibm.portal.resolver
- Extension of the COR context for use in a servlet.
- SESSION_ATTRIBUTE -
Static variable in class com.ibm.portal.propertybroker.property.ParameterBindingType
- This Parameter is bound as a portlet's session attribute.
- SESSION_STATE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The key used for storing the session state.
- SESSION_STATE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The key used for storing the session state.
- SessionCommandManagerFactoryPlugin - Class in com.ibm.portal.struts.plugins
- SessionCommandManagerFactoryPlugin initializes and finalizes the
SessionCommandManagerFactory for a Struts Portlet.
- SessionCommandManagerFactoryPlugin() -
Constructor for class com.ibm.portal.struts.plugins.SessionCommandManagerFactoryPlugin
-
- SessionCommandManagerFactoryPlugin - Class in com.ibm.wps.portlets.struts.plugins
- SessionCommandManagerFactoryPlugin initializes and finalizes the
CommandManagerFactory for a Struts portlet.
- SessionCommandManagerFactoryPlugin() -
Constructor for class com.ibm.wps.portlets.struts.plugins.SessionCommandManagerFactoryPlugin
-
- sessionPrincipalString -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
- Deprecated.
- SessionTimeOutException - Exception in com.ibm.portal.auth.exceptions
- This exception is thrown when the user trying to log in did not log out the last
time he accessed Portal.
- SessionTimeOutException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.SessionTimeOutException
- Initializes the exception with the reason of the exception.
- SessionTimeoutFilter - Interface in com.ibm.portal.auth
- This interface can be implemented to realize a custom element in the filter chain for the Portal session timeout.
- SessionTimeoutFilterChain - Interface in com.ibm.portal.auth
- This interface is used to call the next element in the session timeout filter chain.
- SessionValidationException - Exception in com.ibm.portal.auth.exceptions
- Base exception for all session validation exceptions.
- SessionValidationException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.SessionValidationException
- Initializes the exception with the reason of the exception.
- SessionValidationFilter - Interface in com.ibm.portal.auth
- This interface can be implemented to realize a custom element in the filter chain for session validation in Portal.
- SessionValidationFilterChain - Interface in com.ibm.portal.auth
- This interface is used to call the next element in the session validation filter chain.
- SET_LAST_MODIFIED -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name to indicate the last modified time should be set.
- setAction(String, MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
- Deprecated. Defines the action associated with the tree node.
- setActionInvocationMetaData(String) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets additional metadata which may be used
to invoke targets.
- setActionNameParameter(String) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets the parameter that should be used as a key to determine the action
name.
- setActionReference(String) -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
- Sets the action reference given by the portlet.
- setActionTarget(HttpServletRequest, ObjectID) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
- setActionTarget(HttpServletRequest, String) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
- setActionTarget(ObjectID) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
- setActionTarget(String) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, String) instead.
- setActive(boolean) -
Method in interface com.ibm.portal.ModifiableActiveFlag
- Sets the active flag value.
- setActive(boolean) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets the Credential Slot's active/passive flag.
- setActive(boolean) -
Method in interface com.ibm.portal.state.accessors.generic.BooleanAccessorController
- Inverts the flag if necessary.
- setActiveOnStartup(boolean) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the activeOnStartup parameter for this action.
- setAddressable(Addressable) -
Method in interface com.ibm.portal.resolver.PocURL
- Associates the URI and parameters of the addressable object
- setAll(Localized) -
Method in interface com.ibm.portal.ModifiableLocalized
- Sets all titles and descriptions found in the specified Localized
instance.
- setAllPortletsAllowedFlag(boolean) -
Method in interface com.ibm.portal.content.LayoutModelController
- Sets the AllPortletsAllowed flag value.
- setAtomContentHandler(AtomContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReader
- Allow an application to register an ATOM content event handler.
- setAtomContentHandler(AtomContentHandler) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- setAtomContentHandler(AtomContentHandler) -
Method in class com.ibm.portal.resolver.atom.helper.ResettableAtomContentHandlerAdapter
-
- setAtomContentHandler(AtomContentHandler) -
Method in interface com.ibm.portal.resolver.atom.ResettableAtomContentHandler
- Assign a new ATOM content handler that this handler will reroute its
events onto.
- setAtomThreadingContentHandler(AtomThreadingContentHandler) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- setAtomThreadingContentHandler(AtomThreadingContentHandler) -
Method in interface com.ibm.portal.resolver.atom.ResettableAtomThreadingContentHandler
- Assign a new atom threading content handler that this handler will reroute its
events onto.
- setAttribute(String, Object) -
Method in class com.ibm.portal.struts.logging.StrutsLogFactory
- Set the configuration attribute with the specified name.
- setAttribute(Object) -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- The attribute that is passed to the message listener on the WpsStrutsPortlet.
- setAttribute(String, Object) -
Method in class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- Set the configuration attribute with the specified name.
- setAttribute(Object) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Sets an attribute that can be passed to the WpsStrutsPortlet.
- setAttribute(String, String) -
Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
- Deprecated. Sets the attribute with the given name and value.
- setAttribute(String, Object) -
Method in interface org.apache.jetspeed.portlet.PortletContext
- Deprecated. Associates an attribute with the given name and value with this
context.
- setAttribute(String, Object) -
Method in interface org.apache.jetspeed.portlet.PortletData
- Deprecated. Sets the attribute with the given name and value.
- setAttribute(String, Object) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Associates an attribute with the given name and value
with this request.
- setAttribute(String, Object) -
Method in interface org.apache.jetspeed.portlet.PortletSession
- Deprecated. Associates an attribute with the given name and value
with this session.
- setAttribute(String, String) -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Sets the attribute with the given name and value.
- setAttribute(String, Object) -
Method in interface org.apache.jetspeed.portlet.User
- Sets the value of the attribute.
- setAttributes(Node, Attributes) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Overrides all attributes of a node with new values
- setAttributes(Principal, Map<String, ?>) -
Method in interface com.ibm.portal.um.PumaController
- Sets the given Attributes at the given Principal.
- setBaseURL(URL) -
Method in interface com.ibm.portal.resolver.xml.URLResolver
- sets the base URL for the resolution process
- setBeautify(boolean) -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Setter for the beautify attribute.
- setBinding(Binding) -
Method in interface com.ibm.portal.resolver.Resolved
- Sets the requested binding.
- setBindingType(ParameterBindingType) -
Method in interface com.ibm.portal.propertybroker.property.ParameterController
- Set where the parameter is bound.
- setBookmarkable(boolean) -
Method in interface com.ibm.portal.content.ModifiableBookmarkableFlag
- Sets the bookmarkable flag value.
- setBoundTo(String) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Set where the parameter is bound.
- setCause(Throwable) -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Change the Throwable associated with the message stored in this object.
- setCheck(Constants.AccessCheck, Principal) -
Method in interface com.ibm.portal.state.accesscheck.CheckedEngineURL
- Specifies that a special access check will be performed before the URL is generated.
- setClassname(String) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets the class used to hold the Property value.
- setClassname(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the name of the java class encapsulating the property value.
- setClient(Client) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.ClientWrapper
- Sets the client to be wrapped
- PortletResponse, com.ibm.portal.struts.command.IViewCommand)">setCommand(PortletRequest, PortletResponse, IViewCommand) -
Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Set the IViewCommand.
- PortletResponse, com.ibm.portal.struts.command.IViewCommand, java.lang.String)">setCommand(PortletRequest, PortletResponse, IViewCommand, String) -
Method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Set the IViewCommand.
- setCommand(PortletRequest, PortletResponse, IViewCommand) -
Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Sets the IViewCommand.
- setCommand(PortletRequest, PortletResponse, IViewCommand, String) -
Method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Sets the IViewCommand.
- setCommonsLogFactory() -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Previously used to set a commons logger using the System property.
- setCommonsLogFactory() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Deprecated. The
LogFactory
implementation class is set in commons-logging.properties.
- setConcretePortletName(String) -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Sets the concrete portlet name for an additional level of filtering.
- setConcretePortletName(String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Allows specifying the concrete portlet name for an additional level of filtering.
- setConstantParameters(Map) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets additional constant parameters associated with the Action, by way of name, value entries
in a Map.
- setConstantParameters(Map) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets constant parameters associated with the Action, by way of name, value entries
in a
Map
.
- setContentHandler(ContentHandler) -
Method in interface com.ibm.portal.resolver.atom.AtomXMLReader
- Allow an application to register a default ContentHandler that
receives the ATOM events in the form of standard SAX events.
- setContentHandler(ContentHandler) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- setContentHandler(ContentHandler) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- setContentHandler(ContentHandler) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- setContentHandler(ContentHandler) -
Method in class com.ibm.portal.resolver.xml.helper.ResettableContentHandlerAdapter
-
- setContentType(String) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Associates the mime-type of the data
- PortletRequest)">setContentType(PortletRequest) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Sets the content type.
- setContentType(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Sets the content type associated with this command.
- setContext(RuleContext) -
Method in interface com.ibm.policy.manager.Target
- Set the rule context for this Target
- setContextPath(String) -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Set the context path associated with this Servlet
- setCredentialSecretBinary(String, byte[], PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Sets a credential's binary secret on a given slot.
- setCredentialSecretBinary(String, byte[], PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Sets a credential's binary secret on a given slot.
- setCredentialSecretUserPassword(String, String, char[], PortletRequest) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialVaultService
- Sets a credential's user/password secret on a given slot.
- setCredentialSecretUserPassword(String, String, char[], PortletRequest) -
Method in interface com.ibm.wps.portletservice.credentialvault.CredentialVaultService
- Deprecated. Sets a credential's user/password secret on a given slot.
- setDate(Date) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- * Set the last updation date for retrieved documents.
- setDateHeader(String, Date) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Adds a new date header and formats the date automatically according to
the specification
- setDateHeader(String, long) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Adds a new date header and formats the date automatically according to
the specification
- setDateHeader(String, long) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Sets a response header with the given name and
date-value.
- setDefaultPortletActionName(String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Sets the name of the portlet action for a Struts PortletURI.
- SetDefaultRedirectException - Exception in com.ibm.portal.dynamicui
- The
SetDefaultRedirectException
is thrown when an error occurs during the attempt
to set the default redirect page for a dynamic ui management configuration. - SetDefaultRedirectException() -
Constructor for exception com.ibm.portal.dynamicui.SetDefaultRedirectException
- Constructor.
- SetDefaultRedirectException(Throwable) -
Constructor for exception com.ibm.portal.dynamicui.SetDefaultRedirectException
- Constructor.
- ActionResponse, java.lang.String, com.ibm.portal.ObjectID)">setDefaultRedirectPage(ActionRequest, ActionResponse, String, ObjectID) -
Method in interface com.ibm.portal.portlet.service.dynamicui.DynamicUIManagementFactoryService
- Sets the default redirect page for this DynamicUIManagement instance that should be used in the case that
the currently selected page is closed and there are no other dynamic pages.
- setDefaultValue(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets a default value for this property.
- setDeletableFlag(T, boolean) -
Method in interface com.ibm.portal.content.LayoutModelController
- Sets the deletable flag value.
- setDescription(Locale, String) -
Method in interface com.ibm.portal.ModifiableLocalized
- Sets the description for the given locale.
- setDescription(String, Locale) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets a localized description for this action.
- setDescription(String, Locale) -
Method in interface com.ibm.portal.propertybroker.property.ParameterController
- Set a string containing a description of the parameter.
- setDescription(String, Locale) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets a localized description for this property.
- setDescription(String) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- setDescription(String) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated.
- setDescription(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated.
- setDescriptionKey(String) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the key for the description.
- setDescriptionKey(String) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Set the key for the description.
- setDescriptionKey(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the key used for retrieving the localized description.
- setDescriptions(Localized) -
Method in interface com.ibm.portal.ModifiableLocalized
- Sets the descriptions specified with the Localized.
- setDir(String) -
Method in class com.ibm.struts.taglib.html.FileTag
- Set the dir value
- setDir(String) -
Method in class com.ibm.struts.taglib.html.PasswordTag
- Sets the dir value.
- setDir(String) -
Method in class com.ibm.struts.taglib.html.SelectTag
- Set the dir value
- setDir(String) -
Method in class com.ibm.struts.taglib.html.TextareaTag
- Set the dir value
- setDir(String) -
Method in class com.ibm.struts.taglib.html.TextTag
- Set the dir value
- setDirection(Direction) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets the direction of this property, i.e, whether it is produced or consumed.
- Direction)">setDirection(Direction) -
Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorController
- Sets the direction in which the portlet should be moved.
- setDirection(int) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the direction of this property, i.e, whether it is produced or consumed.
- setDocumentLocator(Locator) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- setEntry(MultipartStream.Entry) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Copies the data from the entry
- setEntryRange(int, int) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Sets the rank (ordinal position) of the first document/seedlist required
for this request.
- setErrorInfo(PortletRequest, ErrorResponseInfo) -
Method in class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Set the error response info object
- setErrorResponse(PortletRequest, int) -
Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
- This method is used to set an error code.
- setErrorResponse(PortletRequest, int, String) -
Static method in class com.ibm.portal.struts.portlet.ErrorResponseInfo
- This method is used to set an error code and error text.
- setErrorResponse(HttpServletRequest, int) -
Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Sets an error code.
- setErrorResponse(HttpServletRequest, int, String) -
Static method in class com.ibm.wps.portlets.struts.ErrorResponseInfo
- Sets an error code and error text.
- setEscapeForJavascript(boolean) -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Setter for the escapeForJavascript attribute.
- setExpansionState(ObjectID, boolean) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
- Deprecated. since 6.0, use method
setToggled(ObjectID)
instead
- setExpansionState(String, boolean) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
- Deprecated. since 6.0, use method
setToggled(String)
instead
- setExpansionState(ListModel, boolean) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
- Deprecated. since 6.0, use method
setToggled(ObjectID)
instead
- setFactory(ServletContext, CommandManagerFactory) -
Static method in class com.ibm.portal.struts.plugins.CommandManagerFactory
- Set a new CommandManagerFactory object.
- setFactory(ModuleContext, ViewCommandFactory) -
Static method in class com.ibm.portal.struts.plugins.ViewCommandFactory
- Set a new ViewCommandFactory object
- setFactory(ServletContext, CommandManagerFactory) -
Static method in class com.ibm.wps.portlets.struts.plugins.CommandManagerFactory
- Sets a new CommandManagerFactory object.
- setFactory(ModuleContext, ViewCommandFactory) -
Static method in class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Sets a new ViewCommandFactory object.
- setFamilyName(String) -
Method in interface org.apache.jetspeed.portlet.User
- Sets the user's family name (aka last name).
- setFocusTimeout(String) -
Method in class com.ibm.struts.taglib.html.FormTag
-
- setFriendlyPath(String) -
Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- setFriendlyPath(String) -
Method in interface com.ibm.portal.resolver.friendly.SelectionResult
- Assigns the friendly path.
- setGenerateMarkup(boolean) -
Method in class com.ibm.struts.taglib.html.FormTag
- Set whether or not to generate markup.
- setGivenName(String) -
Method in interface org.apache.jetspeed.portlet.User
- Sets the user's given name (aka first name).
- setHeader(Header) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Adds this header via the Header interface
- setHeader(String, String) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Sets the specified header
- setHeader(String, String) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Sets a response header with the given name and value.
- setHierarchy(boolean) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
- Specifies if hierarchy has to be handled as well.
- setId(String) -
Method in class com.ibm.policy.manager.MapRequestContext
- Set the unique identifier after the fact.
- setId(String) -
Method in class com.ibm.wps.policy.services.MapRequestContext
- Set the unique identifier after the fact.
- setImmediateSwitch(boolean) -
Method in interface com.ibm.portal.wire.ModifiableWire
- Sets the immediate switch flag for this wire.
- setInformation(Locale, String, String, MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
- Deprecated. Sets title and descriptionof a menu tree node in a specific
locale.
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.resolver.helper.cor.AbstractContentLocationFactory
-
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
-
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
-
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeLinkItem
-
- setInitializationData(IConfigurationElement, String, Object) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
-
- setInitiallyActive(boolean) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets if the action is initially active when the owning object (such as a portlet) is active or if it
needs to be programmatically activated for each session.
- setInstance(CreationContextBuilderFactory) -
Static method in class com.ibm.portal.model.controller.CreationContextBuilderFactory
- Initializes the factory with the given instance.
- setInstance(PortletApiUtils) -
Static method in class com.ibm.wps.struts.common.PortletApiUtils
- Deprecated.
- setIntHeader(String, int) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Adds a new header and formats the integer value.
- setIntHeader(String, int) -
Method in interface org.apache.jetspeed.portlet.PortletResponse
- Sets a response header with the given name and
integer value.
- setInvocableOnMultipleMatch(boolean) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the parameter used to specify whether the action can be invoked in the event
multiple matching actions are available for invocation on the portlet.
- setInvokeIfMultipleActionsActive(boolean) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets if this action should be invoked when other actions on the portlet
are simultaneously active due to multiple wires being simultaneously triggered.
- setInvokeOnMultipleMatch(boolean) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- setLastModified(PortletRequest, long) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Sets the last modified time.
- setLayoutModelID(ObjectID) -
Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorController
- Sets the ObjectID of the layout model (aka portal page)
that contains the portlet to be deleted.
- setLayoutModelID(ObjectID) -
Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorController
- Sets the ObjectID of the layout model (aka portal page)
that contains the portlet to be moved.
- setLength(int) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorController
- Sets the maximum number of navigation tabs which may be displayed
in the navigation pane all at once.
- setLocale(Locale) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Set Locale that specifies localization requirements for formatted output
- setLocale(Locale) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Set Locale that specifies localization requirements for retrieved enrties
(documents or seedlists).
- setLocale(Locale) -
Method in interface com.ibm.portal.state.accessors.locale.LocaleAccessorController
- Sets the given locale as the locale of the state information.
- setLocalizationInfo(String, PortletContext, Locale[]) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. This data is used to retrieve internationalized
versions of the title and description.
- setLocalizationInfo(String, PortletContext, Locale[]) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. This data is used to retrieve internationalized
versions of the title and description.
- setMessage(String) -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- This method clears the attributes used to format a message and uses the
specified message for this SeedlistMessage object.
- setMessage(String) -
Method in class org.apache.jetspeed.portlet.DefaultPortletMessage
- Deprecated. Sets the message string for this message
- setMode(String) -
Method in interface com.ibm.portal.resolver.PocURL
- Associates a mode with the URI.
- setModeModifier(Portlet.ModeModifier) -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletRequestWrapper
-
- setModeModifier(Portlet.ModeModifier) -
Method in interface org.apache.jetspeed.portlet.PortletRequest
- Deprecated. Defines which portlet mode is shown next.
- setModifiableFlag(T, boolean) -
Method in interface com.ibm.portal.content.LayoutModelController
- Sets the modifiable flag value.
- setModuleContext(ModuleContext) -
Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Set the ModuleContext
- setModuleContext(ModuleContext) -
Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Sets the ModuleContext.
- setName(String) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets the name of the action.
- setName(String) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets the name of the property.
- setName(String) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the name of the action.
- setName(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the name of the property.
- setNamescopeForm(boolean) -
Static method in class com.ibm.portal.struts.common.PortletApiUtils
- Turns namescoping of forms on or off, default is on.
- setNamespace(String) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets the namespace of the property.
- setNamespace(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the namespace of the property.
- setNextResource(Identifiable) -
Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
- Sets the reference to the next resource
- setNextResource(String) -
Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
- Sets the reference to the next resource
- setNickName(String) -
Method in interface org.apache.jetspeed.portlet.User
- Sets the user's nickname.
- setNodes(List<ObjectID>) -
Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- setNodes(List<ObjectID>) -
Method in interface com.ibm.portal.resolver.friendly.SelectionResult
- assign the result list
- setOrdinal(int) -
Method in class com.ibm.portal.theme.plugin.impl.DefaultThemeJspInclude
-
- ActionResponse, com.ibm.portal.ObjectID)">setPage(ActionRequest, ActionResponse, ObjectID) -
Method in interface com.ibm.portal.portlet.service.taskui.TaskUIManager
- Sets the page that should be displayed in the render phase following
this action phase.
- setPage(ActionEvent, ObjectID) -
Method in interface com.ibm.wps.portletservice.taskui.TaskUIManager
- Deprecated. Sets the page that should be displayed in the render phase following
this action phase.
- setPageContext(PageContext) -
Method in class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Set the PageContext object
- setPageContext(PageContext) -
Method in class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Sets the PageContext.
- setParameterName(String, String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Sets the parameter name for the specified key.
- setParameters(Parameter[]) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets the Parameter array associated with this action.
- setParameters(StateHolderController, Map<String, String[]>) -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Sets the given parameters to the state for the portlet window this
service operates on.
- setParameters(Parameter[]) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the action parameters.
- setParentResource(Identifiable) -
Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
- Sets the reference to the parent
- setParentResource(String) -
Method in interface com.ibm.portal.sitemanagement.command.PublishCommand
- Sets the reference to the parent
- setPathInfo(String) -
Method in class com.ibm.portal.resolver.friendly.helper.DefaultSelectionResult
-
- setPathInfo(String) -
Method in interface com.ibm.portal.resolver.friendly.SelectionResult
- Assigns the portion of the path, that could not be matched against a
friendly URL, i.e.
- setPortletID(ObjectID) -
Method in interface com.ibm.portal.state.accessors.action.engine.deleteportlet.DeletePortletActionAccessorController
- Sets the ObjectID of the portlet that should
be removed from the layout model specified via
setLayoutModelID(ObjectID)
.
- setPortletID(ObjectID) -
Method in interface com.ibm.portal.state.accessors.action.engine.moveportlet.MovePortletActionAccessorController
- Sets the ObjectID of the portlet that should
be moved.
- PortletMode)">setPortletMode(PortletMode) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorController
- Assigns a new portlet mode.
- setPortletMode(String) -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Sets the portlet mode.
- setPortletMode(String) -
Method in class com.ibm.struts.taglib.html.FormTag
- Set the portlet mode.
- setPrefix(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Sets the prefix associated with this command.
- setPrefix(String) -
Method in class com.ibm.portal.struts.common.ModuleContext
- Sets the prefix to be returned.
- setPrefix(PortletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Sets the prefix associated with this command.
- setPresentIfNullValue(boolean) -
Method in interface com.ibm.portal.propertybroker.property.ParameterController
- Set the flag controlling if null valued parameters are to
be treated as being present or absent (i.e if the null value
is significant for the purposes of triggering brokered
communication).
- setPresentIfNullValue(boolean) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Setter for presentIfNullValue.
- setPromoteMethod(PromoteCommand.Method) -
Method in interface com.ibm.portal.sitemanagement.command.PromoteCommand
- Sets the promote option for the command
- setProperties(PortletRequest, PropertyValue[]) -
Method in interface com.ibm.wps.pb.portlet.PropertyListener
- Deprecated. Invoked by the Property Broker to deliver new property values
which were changed in the current event cycle of the current request.
- setProperties(PortletRequest, PropertyValue[]) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- setProperty(String, String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Sets a request property.
- setProtected(Boolean) -
Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
- Defines if the URL points to the private area or to the public area .
- setProtected(Boolean) -
Method in interface com.ibm.portal.resolver.PocURL
- Indicates if the URL points to the private area or to the public area .
- setProtected(Boolean) -
Method in interface com.ibm.portal.resolver.Resolved
- Indicates if the resolution result needs to point to the private pages in WP or to the
public pages.
- setProtected(Boolean) -
Method in interface com.ibm.portal.state.EngineURL
- Indicates if the URL points to the private pages in WP or to the
public page.
- setQueryString(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Sets the query string.
- setQueryString(PortletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Sets the query string.
- setRedirectURL(String) -
Method in interface com.ibm.portal.auth.FilterChainContext
- Used to set a redirect target to indicate that a redirect should be performed
to this URL after the last element of the filter chain has finished processing.
- setRemoveOnModeChange(boolean) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Allows setting a flag so that this command is removed when the Portal mode
changes.
- setRemoveOnModeChange(boolean) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Allows setting a flag so that this command is removed when the user switches
modes.
- setRenderParameters(StateHolderController, Map<String, String[]>) -
Method in interface com.ibm.portal.state.service.parameters.PortletWindowStateParameterService
- Sets the given parameters to the state ( as private or public render
parameters) for the portlet window this service operates on.
- setRenderTarget(ObjectID) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, ObjectID) instead.
- setRenderTarget(String) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Deprecated. Use PortletTargetAccessorController.setTarget(TargetType, String) instead.
- PortletMode)">setRequestedMode(PortletMode) -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
- Sets the portlet mode which was requested by the portlet
action.
- WindowState)">setRequestedState(WindowState) -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
- Sets the window state which was requested by the portlet
action.
- setResource(Identifiable) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
- Sets the reference to the object to handle
- setResource(String) -
Method in interface com.ibm.portal.sitemanagement.command.SitemanagementCommand
- Sets the reference to the uniquename to handle
- setResourceCacheability(String) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Sets the
resourceCacheability
.
- setResourceID(String) -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
- This method is only applicable for JSR 286 portlets.
- setResourceID(String) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Sets the
ResourceID
.
- setReturnSelection(ObjectID) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
- Stores the given ObjectID representing a selection
into the state holder this accessor operates on.
- setReturnSelection(String) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
- Stores the given
String
representing a selection
into the state holder this accessor operates on.
- setSavedAttributes(Map) -
Method in class com.ibm.portal.struts.command.StrutsViewCommand
- Sets the saved attributes map.
- setSavedAttributes(Map) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Sets the saved attribute map.
- setSchemaLocation(String) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets the location of a file containing
the XML schema describing the property.
- setScope(MenuNode, int) -
Method in interface com.ibm.wps.portlet.menu.MenuTreeTopologyCtrl
- Deprecated. Sets the scope of the node.
- setScreenTemplate(String) -
Method in interface com.ibm.portal.state.accessors.screentemplate.ScreenTemplateAccessorController
- Sets the given screen template as selected node into the state holder.
- setSecret(byte[]) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.BinaryCredentialSecret
- Returns the secret.
- setSecret(Subject) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JaasSubjectCredentialSecret
- Sets the secret.
- setSecret(Object) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.JavaObjectCredentialSecret
- Sets the secret.
- setSecret(String, char[]) -
Method in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.UserPasswordCredentialSecret
- Sets the secret.
- setSecure(Boolean) -
Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
- Defines the security setting for this URL.
- setSecure(Boolean) -
Method in interface com.ibm.portal.resolver.PocURL
- Indicates the security setting for this URL.
- setSecure(Boolean) -
Method in interface com.ibm.portal.resolver.Resolved
- Indicates the security setting for this resolution result.
- setSecure(Boolean) -
Method in interface com.ibm.portal.state.EngineURL
- Indicates the security setting for this URL.
- setSelection(ObjectID) -
Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
- Sets the currently selected node into the state holder.
- setSelection(String) -
Method in interface com.ibm.portal.resolver.friendly.FriendlyURL
- Sets the currently selected node into the state holder.
- setSelection(ObjectID) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
- Sets the currently selected node into the state holder.
- setSelection(String) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
- Sets the currently selected node into the state holder.
- setSelection(URI) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
- Sets the selection to the URI
- setSelectionMapping(ObjectID, ObjectID) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
- Modifies the mapping between two navigation nodes.
- setSelectionMapping(String, String) -
Method in interface com.ibm.portal.state.accessors.selection.SelectionAccessorController
- Modifies the mapping between two navigation nodes.
- ServletContext)">setServletContext(ServletContext) -
Method in class com.ibm.portal.struts.portlet.WpRequestProcessor
- Set the servlet context
- ServletContext)">setServletContext(ServletContext) -
Method in class com.ibm.wps.portlets.struts.WpsRequestProcessor
- Sets the servlet context.
- setSeverity(int) -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Change the severity associated with the message stored in this object.
- setShareable(boolean) -
Method in interface com.ibm.portal.content.ModifiableShareableFlag
- Sets the shareable flag value.
- com.ibm.portal.admin.Skin)">setSkin(Skin) -
Method in interface com.ibm.portal.content.ModifiableRenderAspect
- Sets the skin of the render aspect.
- setSoloPortlet(ObjectID) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
- Writes the ObjectID of the portlet
whose window state has changed to Solo state into
the state holder this accessor operates on.
- setSoloPortlet(String) -
Method in interface com.ibm.portal.state.accessors.solo.SoloAccessorController
- Writes the unique name of the portlet
whose window state has changed to Solo state into
the state holder this accessor operates on.
- setStartIndex(int) -
Method in interface com.ibm.portal.state.accessors.navigationshift.NavigationShiftAccessorController
- Sets the index of the first navigation tab that should
be displayed in the tabbed pane.
- setState(State) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Set seedlist crawling state for current request (null or not-specified State is
used for beginning crawling state for current crawling session)
- setStateData(byte[]) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.State
- Set data describing the state of the seedlist crawling.
- setStateData(String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.State
- Set string data describing the state of the seedlist crawling.
- setStaticPageContentHandler(StaticPageContentHandler) -
Method in interface com.ibm.portal.spa.parser.StaticPageFilter
- Associate a StaticPageContentHandler as the callback interface to
the parser.
- setStringValue(String, String) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Sets the value for the preference identified by the specified name.
- setStringValues(String, String[]) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Sets the value for the preference identified by the specified name.
- setStrutsAction(String) -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Sets the name of the Struts action that will be executed.
- setStrutsAction(String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Allows specifying the name of the action that will be executed.
- setStrutsActionParameterName(String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Sets the name used to store the Struts action as a parameter in the Portlet URL.
- setStrutsForward(String) -
Method in interface com.ibm.wps.portlets.struts.IStrutsPortletMessage
- Sets the name of a Struts forward that will be executed.
- setStrutsForward(String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Allows specifying the name of a Struts forward that will be executed.
- setStrutsRoot(String) -
Method in class com.ibm.portal.struts.portlet.WpActionServlet
- Set the Struts/Servlet Context Root
- setStrutsRoot(String) -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Sets the Struts/servlet context root.
- setStrutsServletMapping(String) -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Set the Struts servlet mapping string
- setStrutsServletMapping(String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
- Sets the Struts servlet mapping string.
- com.ibm.portal.admin.Markup)">setTarget(Identifiable, Markup) -
Method in interface com.ibm.portal.content.ModifiableInternalContentURL
- Sets the target of the internal URL.
- setTarget(TargetType, ObjectID) -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
- Declares the target with the given ObjectID as the target of the link(s) that
encode the state document this accessor operates on.
- setTarget(TargetType, String) -
Method in interface com.ibm.portal.state.accessors.portlet.LegacyPortletTargetAccessorController
- Declares the target with the given unique name as the target of the link(s) that encode the
state document this accessor operates on.
- setTarget(TargetType, ObjectID) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Declares the target with the given ObjectID as the target of the link(s) that
encode the state document this accessor operates on.
- setTarget(TargetType, String) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletTargetAccessorController
- Declares the target with the given unique name as the target of the link(s) that encode the
state document this accessor operates on.
- setTemplateName(String) -
Method in interface com.ibm.portal.content.ModifiableRenderAspect
- Sets the template name of the render aspect.
- com.ibm.portal.admin.Theme)">setTheme(Theme) -
Method in interface com.ibm.portal.content.ThemeSetter
- Sets the theme.
- setThemeTemplate(String) -
Method in interface com.ibm.portal.state.accessors.themetemplate.ThemeTemplateAccessorController
- Sets the given theme template into the state holder.
- setTimestamp(State) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.retriever.Request
- Set crawling session state for current request (null or not-specified
State is used for the first crawling session)
- setTitle(Locale, String) -
Method in interface com.ibm.portal.ModifiableLocalized
- Sets the title for the given locale.
- setTitle(String, Locale) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets a localized title for this action.
- setTitle(String, Locale) -
Method in interface com.ibm.portal.propertybroker.property.ParameterController
- Set a string containing a short description of the parameter.
- setTitle(String, Locale) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets a localized title for this property.
- setTitle(String) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated.
- setTitle(String) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated.
- setTitle(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated.
- setTitleKey(String) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the key for the title.
- setTitleKey(String) -
Method in interface com.ibm.wps.pb.property.Parameter
- Deprecated. Set the key for the title.
- setTitleKey(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the key used for retrieving the localized title.
- setTitles(Localized) -
Method in interface com.ibm.portal.ModifiableLocalized
- Sets the titles specified with the Localized.
- setToggled(ObjectID, boolean) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
- Sets the toggle state of the navigation node that corresponds with the
given ObjectID according to the given
toggled
flag.
- setToggled(String, boolean) -
Method in interface com.ibm.portal.state.accessors.expansionstates.ExpansionStatesAccessorController
- Sets the toggle state of the navigation node that corresponds with the
given unique name according to the given
toggled
flag.
- setToken(String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.common.ApplicationInfo
- Sets the token associated with the application.
- setTranscodingFilterConfigurator(TranscodingFilterConfigurator) -
Method in class com.ibm.wps.portlets.struts.WpsActionServlet
- Sets the transcoding filter configurator.
- setTransferEncoding(String) -
Method in class com.ibm.portal.resolver.streams.helper.DefaultMultipartEntry
- Specifies the transfer encoding
- setType(ActionType) -
Method in interface com.ibm.portal.propertybroker.property.ActionController
- Sets the type of the action.
- setType(String) -
Method in interface com.ibm.portal.propertybroker.property.PropertyController
- Sets the type of the property.
- setType(int) -
Method in interface com.ibm.wps.pb.property.Action
- Deprecated. Sets the type of this action.
- setType(String) -
Method in interface com.ibm.wps.pb.property.Property
- Deprecated. Sets the type of the property.
- setUniqueName(String) -
Method in interface com.ibm.portal.ModifiableObjectID
- Sets the unique name of this object id.
- PortletResponse, PortletConfig)">setupBase(PortletRequest, PortletResponse, PortletConfig) -
Static method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Allows BaseImplUtils to set up the processing.
- setupBase(PortletRequest, PortletResponse, PortletConfig) -
Static method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Allows BaseImplUtils to set up the processing.
- PortletRequest)">setupRenderPhase(PortletRequest) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Sets up the render phase.
- setupRenderPhase(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Sets up the render phase.
- PortletRequest)">setupRequestPhase(PortletRequest) -
Method in class com.ibm.portal.struts.portlet.StrutsPortlet
- Sets up the request phase.
- setupRequestPhase(PortletRequest) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Sets up the request phase.
- setURI(URI) -
Method in interface com.ibm.portal.resolver.PocURL
- Associates a POC URI with the URL object.
- setUri(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Sets the URI for this command.
- setUri(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Sets the URI.
- setURI(PortletRequest, String) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Set the uri
- setUri(PortletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Sets the URI for this command.
- setUri(PortletRequest, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Sets the URI to include.
- setUriType(String) -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Sets the URI type.
- com.ibm.portal.admin.Markup)">setURL(String, Markup) -
Method in interface com.ibm.portal.content.ModifiableExternalContentURL
- Set the URL for the ContentURL for the specified markup.
- setURL(String, MenuNode) -
Method in interface com.ibm.wps.portlet.menu.MenuTreeInfoCtrl
- Deprecated. Defines a custom URL address.
- setUrlResolver(URLResolver) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Set resolver that provides URLs supported by format
- setUrlType(String) -
Method in class com.ibm.struts.taglib.html.FormTag
-
- setUserID(String) -
Method in interface org.apache.jetspeed.portlet.User
- Sets the user's id.
- setUtilsInstance(PortletApiUtils) -
Static method in class com.ibm.portal.struts.common.PortletApiUtils
- Sets the singleton instance of the PortletApiUtils implementation.
- setValidate(boolean) -
Method in class com.ibm.struts.taglib.html.FormTag
-
- setValue(String, Object) -
Method in interface com.ibm.portal.ModifiableMetaData
- Sets the value for the meta data identified by the specified name.
- setValue(String, Object) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Sets the value for the preference identified by the specified name.
- setValue(Node, String) -
Method in interface com.ibm.portal.state.dom.DocumentController
- Modifies the content of a node.
- setValues(MetaData) -
Method in interface com.ibm.portal.ModifiableMetaData
- Sets the specified meta data.
- com.ibm.portal.portletmodel.PortletPreferences)">setValues(PortletPreferences) -
Method in interface com.ibm.portal.portlet.ModifiablePortletPreferences
- Sets the specified portlet preferences.
- setVar(String) -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Setter for the var attribute
- setVariable(String, Object) -
Method in class org.apache.jetspeed.portlet.PortletAdapter
- Deprecated. Sets a transient variable of the concrete portlet.
- setVaultSlotDescription(String, Locale) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets a description for this vault slot in the provided locale.
- setVaultSlotDescription(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets the description for this Vault Slot in the portal default locale as specified
in the portal configuration.
- setVaultSlotDescriptions(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets all the VaultSlot Descriptions.
- setVaultSlotKeywords(String, Locale) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets the keywords for this Vault Slot in the provided locale.
- setVaultSlotKeywords(String) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets the keywords for this Vault Slot in the portal default locale, as specified in the portal configuration.
- setVaultSlotKeywords(Map) -
Method in interface com.ibm.portal.portlet.service.credentialvault.CredentialSlotConfig
- Sets all the Vault Slot keywords.
- WindowState)">setWindowState(WindowState) -
Method in interface com.ibm.portal.state.accessors.portlet.PortletAccessorController
- Assigns a new window state.
- setWindowState(String) -
Method in class com.ibm.portal.struts.common.PortletURIAttributes
- Sets the window state.
- setWindowState(String) -
Method in class com.ibm.struts.taglib.html.FormTag
-
- setWindowState(PortletWindow.State) -
Method in interface org.apache.jetspeed.portlet.PortletWindow
- Deprecated. Defines which portlet window state is shown next.
- setXsltUrl(String) -
Method in interface com.ibm.lotus.search.providers.content.seedlist.formatter.Request
- Set URL of XSLT formatting file
- SEVERITY_ERROR -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Indicates that an error type message is stored in this object.
- SEVERITY_FATAL_ERROR -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Indicates that a fatal error type message is stored in this object.
- SEVERITY_INFORMATIONAL -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Indicates that an informational type message is stored in this object.
- SEVERITY_WARNING -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Indicates that a warning type message is stored in this object.
- ShareableFlag - Interface in com.ibm.portal.content
- This flag indicates whether the content node can be shared or not.
- SharedStateAccessor - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing read-only accessor methods which allow for inspecting the
shared state information related to of portlets this accessor operates on, in
particular the public render parameters.
- SharedStateAccessorController - Interface in com.ibm.portal.state.accessors.portlet
- Interface providing write accessor methods which allow for modifying the
shared state of portlets this accessor operates on.
- sharedStateID -
Variable in exception com.ibm.portal.state.accessors.exceptions.SharedStateIdException
- shared state id that was invalid
- SharedStateIdException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that an invalid shared state id has been detected.
- SharedStateIdException(String) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SharedStateIdException
- The shared state id was invalid
- SharedStateListAccessor - Interface in com.ibm.portal.state.accessors.portlet
- Read-only accessor interface providing a method to query the set of shared
state identifiers for which there is any state information available in the
state holder.
- ShowToolsAccessor - Interface in com.ibm.portal.state.accessors.showtools
- Interface providing read-access to the
Show Tools flag.
- ShowToolsAccessorController - Interface in com.ibm.portal.state.accessors.showtools
- Controller interface providing a method to
modify the Show Tools flag.
- ShowToolsAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case of errors when accessing
Show Tools information via a ShowToolsAccessor.
- ShowToolsAccessorException(ShowToolsAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
- Initializes the exception with the accessor that caused the exception
- ShowToolsAccessorException(ShowToolsAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.ShowToolsAccessorException
- Initializes the exception with the accessor that caused the exception.
- ShowToolsAccessorFactory - Interface in com.ibm.portal.state.accessors.showtools
- Factory providing read-only as well as read-write accessors to the Show Tools
flag in the navigational state.
- SiblingNotFoundException - Exception in com.ibm.portal.sitemanagement.exception
- This exception is thrown when a specified sibling page on target server
does not exists or user does not have the permission to access the sibling
page
- SiblingNotFoundException() -
Constructor for exception com.ibm.portal.sitemanagement.exception.SiblingNotFoundException
-
- SiblingNotFoundException(Throwable) -
Constructor for exception com.ibm.portal.sitemanagement.exception.SiblingNotFoundException
-
- SIMPLE_PASSIVE -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the simple passive credential.
- SIMPLE_PORTLET_ACTION -
Static variable in interface com.ibm.wps.pb.property.Action
- Deprecated. Specifies delivery using a simple action string
- SimplePassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Simple standard implementation of PassiveCredential.
- SimplePassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- SimplePassiveCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.SimplePassiveCredential
- Deprecated.
- SingleContentLocationFactory - Class in com.ibm.portal.resolver.helper.cor
- Content Operations Registry (COR) ContentLocationFactory that
dispatches to one single content location.
- SingleContentLocationFactory() -
Constructor for class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
- Just keep the defaults and let the object initialize itself via
IExecutableExtension#setInitializationData(IConfigurationElement, String, Object).
- SingleContentLocationFactory(String, ContentLocation) -
Constructor for class com.ibm.portal.resolver.helper.cor.SingleContentLocationFactory
- Default initialization
- SINGLETON -
Static variable in class com.ibm.portal.resolver.cai.helper.CORBusinessComponentService
- Singleton that can be used to do COR lookups that don't require a fallback
- SINGLETON -
Static variable in class com.ibm.portal.resolver.helper.CORLookupService
- Singleton that can be used to do COR lookups that don't require a
fallback
- SINGLETON -
Static variable in class com.ibm.portal.resolver.helper.CORResolutionService
- Singleton that can be used to do COR lookups that don't require a fallback
- SITE_MINDER_TOKEN -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the SiteMinder autentication token
credential.
- SitemanagementCommand - Interface in com.ibm.portal.sitemanagement.command
- This is the general sitemanagement command interface.
- SitemanagementCommandContext<T> - Interface in com.ibm.portal.sitemanagement.command
- A tagging interface for creation contexts which can be used on
SitemanagementCommandFactory.createCommand(Class, SitemanagementCommandContext)
- SitemanagementCommandContextFactory - Interface in com.ibm.portal.sitemanagement.command
- Factory interface for providing SitemanagementCommandContext objects.
- SitemanagementCommandException - Exception in com.ibm.portal.sitemanagement.exception
- Abstract exception class for commands
- SitemanagementCommandException() -
Constructor for exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
- Creates the exception.
- SitemanagementCommandException(Throwable) -
Constructor for exception com.ibm.portal.sitemanagement.exception.SitemanagementCommandException
- Creates the exception with the underlying cause.
- SitemanagementCommandFactory - Interface in com.ibm.portal.sitemanagement.command
- This interface provides access to
SitemanagementCommand objects to
avoid direct object creation.
- sitemapEntry(URI, String, Map) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapParameter(String, List) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapParameter(String, Collection) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapParameter(String, String[]) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapParameters(Map) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapValue(String) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapValues(List) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapValues(Collection) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- sitemapValues(String[]) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- SiteMinderTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at a back-end system that is within the same SiteMinder SSO-Domain as the portal,
i.e.
- SiteMinderTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- SiteMinderTokenCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.SiteMinderTokenCredential
- Deprecated.
- SizeLimitExceedException - Exception in com.ibm.portal.um.exceptions
- A
SizeLimitExceedException
is thrown if the search result exceeds a
defined maximum amount of entries to be returned. - SizeLimitExceedException(Throwable) -
Constructor for exception com.ibm.portal.um.exceptions.SizeLimitExceedException
-
- Skin - Interface in com.ibm.portal.admin
- Model interface for portal skins.
- SKIN -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- SkinList<T extends java.lang.Object & Skin> - Interface in com.ibm.portal.admin
- Model interface for a list of portal skins.
- SkinListHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for SkinListProvider.
- SkinListProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- SkinListProvider - Interface in com.ibm.portal.model
- An interface for a provider of skin lists.
- SkinListProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of skin lists.
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.SkinListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- SkinModelLocator - Interface in com.ibm.portal.admin
- A locator the can be provided by SkinList implementations.
- SkinType - Interface in com.ibm.portal.admin
- Deprecated. this interface is deprecated
Model interface for a list of Skin types.
- skip(int) -
Method in interface com.ibm.portal.PagedIterator
- Skips the given number of elements contained in the paged iterator.
- skippedEntity(String) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- SMART_COPY -
Static variable in interface com.ibm.portal.state.Constants
- The clone operation will return a facade that only records state modification
- SOLO -
Static variable in interface com.ibm.portal.portlet.service.url.Constants
- Constant representing the portal SOLO state.
- SOLO -
Static variable in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated. The window will be shown alone with no navigation
- SoloAccessor - Interface in com.ibm.portal.state.accessors.solo
- Interface providing read-access to Solo information.
- SoloAccessorController - Interface in com.ibm.portal.state.accessors.solo
- Controller interface providing a method to
store the ObjectID of the portlet
that has switched to SOLO window state.
- SoloAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be Thrown in case of errors when accessing Solo
information via a SoloAccessor.
- SoloAccessorException(SoloAccessor) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SoloAccessorException
- Initializes the exception with the accessor that caused the exception.
- SoloAccessorException(SoloAccessor, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.SoloAccessorException
- Initializes the exception with the accessor that caused the exception.
- SoloAccessorFactory - Interface in com.ibm.portal.state.accessors.solo
- Factory providing read-only as well as read-write accessors to Solo state
information.
- SpaURI - Class in com.ibm.portal.spa.data
- URI that allows to address static resources inside a ZIP file that is
associated to a static page
- com.ibm.portal.identification.Identification)">SpaURI(URI, Identification) -
Constructor for class com.ibm.portal.spa.data.SpaURI
- Parses the URI and provides the parts of this URI as objects
- SPF_DEFAULT_MESSAGE_RESOURCES_NAME -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The name of the default message resources file for the Struts Portlet Framework.
- SPF_DEFAULT_MESSAGE_RESOURCES_NAME -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The name of the default message resources file for the Struts Portlet Framework.
- SPF_MESSAGE_ATTRIBUTE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The IStrutsPortletMessage interface allows specifying an attribute that should be made available
to Struts actions.
- SPF_MESSAGE_ATTRIBUTE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The IStrutsPortletMessage interface allows specifying an attribute that should be made available
to Struts actions.
- ssmCredential -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
- Deprecated.
- SSMTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at a back-end system that is within the same Openwave SSM SSO-Domain as the portal,
i.e.
- SSMTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- SSMTokenCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.SSMTokenCredential
- Deprecated.
- stackTrace(int, String, String) -
Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Stack Trace
- STANDARD_URL -
Static variable in class com.ibm.portal.struts.common.PortletApiUtils
- Deprecated.
- STANDARD_URL -
Static variable in class com.ibm.portal.struts.common.PortletURIAttributes
- The standard URL.
- startActiveLock() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Describes a lock on a resource.
- startAllProp() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The allprop XML
element specifies that all property names and values on the resource
are to be returned.
- startAuthor(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:author
entry.
- startAuthor() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:author
entry.
- startAuthor(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startAuthor(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startCategory(String, String, String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:category
entry.
- startCategory(String, String, String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:category
entry.
- startCategory(String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startCategory(String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startCollection() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Identifies the associated resource as a collection.
- startContent(String, String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:content
entry.
- startContent(String, String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:content
entry.
- startContent(String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startContent(String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startContributor(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:contributor
entry.
- startContributor() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:contributor
entry.
- startContributor(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startContributor(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startCreationDate() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Records the time and date the resource was created.
- startDepth() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The value of the Depth header.
- startDisplayName() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Provides a name for the resource that is suitable for
presentation to a user.
- startDocument() -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- startDocument(boolean) -
Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- startDocument(boolean) -
Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
- Signaled before any other event is thrown.
- startDst() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Indicates the destination of a link
- startElement(String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- startEMail(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:email
entry.
- startEMail() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:email
entry.
- startEMail(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startEMail(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startEntry(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:entry
entry.
- startEntry() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:entry
entry.
- startEntry(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startEntry(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startEntry(String, String) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- startEntry(URI, String) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- startExclusive() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies an exclusive lock
- startFeed(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:feed
entry.
- startFeed() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:feed
entry.
- startFeed(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startFeed(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startGenerator(String, String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:generator
entry.
- startGenerator(String, String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:generator
entry.
- startGenerator(String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startGenerator(String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startGetContentLanguage() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains the Content-Language header returned by a GET
without accept headers
Description: The getcontentlanguage property MUST be defined on any
DAV compliant resource that returns the Content-Language header on a
GET.
- startGetContentLength() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains the Content-Length header returned by a GET
without accept headers.
- startGetContentType() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains the Content-Type header returned by a GET
without accept headers.
- startGetETag() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains the ETag header returned by a GET without
accept headers.
- startGetLastModified() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains the Last-Modified header returned by a GET
method without accept headers.
- startHref() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Identifies the content of the element as a URI.
- startIcon(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:icon
entry.
- startIcon() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:icon
entry.
- startIcon(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startIcon(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startId(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:id
entry.
- startId() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:id
entry.
- startId(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startId(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startInReplyTo(String, String, String, String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
- Indicates the start of an
thr:in-reply-to
entry.
- startInReplyTo(String, String, String, String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
-
Indicates the start of an
thr:in-reply-to
entry.
- startInReplyTo(URL, URL, URL, String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
-
Indicates the start of an
thr:in-reply-to
entry.
- startInReplyTo(String, String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
-
- startInReplyTo(String, String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- startKeepAlive() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies requirements for the copying/moving of live
properties.
- startLink(String, String, String, String, String, String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:link
entry.
- startLink(String, String, String, String, String, String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:link
entry.
- startLink(String, String, String, String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startLink(String, String, String, String, String, String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startLink() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Identifies the property as a link and contains the source
and destination of that link.
- startLockDiscovery() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Describes the active locks on a resource
Description: The lockdiscovery property returns a listing of who has
a lock, what type of lock he has, the timeout type and the time
remaining on the timeout, and the associated lock token.
- startLockEntry() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Defines the types of locks that can be used with the
resource.
- startLockInfo() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The lockinfo XML element is used with a LOCK method to
specify the type of lock the client wishes to have created.
- startLockScope() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies whether a lock is an exclusive lock, or a
shared lock.
- startLockToken() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The lock token associated with a lock.
- startLockType() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies the access type of a lock.
- startLogo(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:logo
entry.
- startLogo() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:logo
entry.
- startLogo(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startLogo(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startMenuItem() -
Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
-
- startMultiStatus() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains multiple response messages.
- startName(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:name
entry.
- startName() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:name
entry.
- startName(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startName(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startOmit() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The omit XML element instructs the server that it should
use best effort to copy properties but a failure to copy a property
MUST NOT cause the method to fail.
- startOwner() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Provides information about the principal taking out a
lock.
- startParameter(String) -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- startPopup() -
Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
-
- startPopupSet() -
Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
-
- startPortletContainer(String, Attributes) -
Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- startPortletContainer(String, Attributes) -
Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
- Signals the start of a portlet container.
- startPortletWindow(String, String, Attributes) -
Method in class com.ibm.portal.spa.parser.helper.DefaultStaticPageContentHandler
-
- startPortletWindow(String, String, Attributes) -
Method in interface com.ibm.portal.spa.parser.StaticPageContentHandler
- Signals the start of a portlet window.
- startPrefixMapping(String, String) -
Method in class com.ibm.portal.resolver.xml.helper.LeafContentHandler
-
- startProp() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains properties related to a resource.
- startPropertyBehavior() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies
how properties are handled during a COPY or MOVE.
- startPropertyUpdate() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains a request to alter the properties on a
resource.
- startPropFind() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies the properties to be returned from a PROPFIND
method.
- startPropName() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The propname XML
element specifies that only a list of property names on the resource
is to be returned.
- startPropStat() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Groups together a prop and status element that is
associated with a particular href element.
- startPublished(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:published
entry.
- startPublished() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:published
entry.
- startPublished(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startPublished(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startRemove() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Lists the DAV properties to be removed from a resource.
- startResourceType() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies the nature of the resource.
- startResponse() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Holds a single response describing the effect of a
method on resource and/or its properties.
- startResponseDescription() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Contains a message that can be displayed to the user
explaining the nature of the response.
- startRights(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:rights
entry.
- startRights() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:rights
entry.
- startRights(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startRights(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startSet() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Lists the DAV property values to be set for a resource.
- startShared() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies a shared lock
- startSiteMap() -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- startSource(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:source
entry.
- startSource() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:source
entry.
- startSource(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startSource(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startSource() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The destination of the source link identifies the
resource that contains the unprocessed source of the link's source.
- startSrc() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Indicates the source of a link.
- startStatus() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Holds a single HTTP status-line
Value: status-line ;status-line defined in [RFC2068]
- startSubtitle(String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:subtitle
entry.
- startSubtitle(String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:subtitle
entry.
- startSubtitle(String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startSubtitle(String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startSummary(String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:summary
entry.
- startSummary(String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:summary
entry.
- startSummary(String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startSummary(String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startSupportedLock() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- To provide a listing of the lock capabilities supported
by the resource.
- startTimeout() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- The timeout associated with a lock
- startTitle(String, Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:title
entry.
- startTitle(String) -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:title
entry.
- startTitle(String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startTitle(String, Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startTotal(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomThreadingContentHandler
- Indicates the start of an
thr:total
entry.
- startTotal() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomThreadingContentHandler
-
Indicates the start of an
thr:total
entry.
- startTotal(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomThreadingContentHandler
-
- startTotal(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomThreadingContentHandler
-
- startUpdated(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:updated
entry.
- startUpdated() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:updated
entry.
- startUpdated(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startUpdated(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startURI(Attributes) -
Method in interface com.ibm.portal.resolver.atom.AtomContentHandler
- Indicates the start of an
atom:uri
entry.
- startURI() -
Method in interface com.ibm.portal.resolver.atom.DefaultAtomContentHandler
- Indicates the start of an
atom:uri
entry.
- startURI(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.EmptyAtomContentHandler
-
- startURI(Attributes) -
Method in class com.ibm.portal.resolver.atom.helper.LeafAtomContentHandler
-
- startValue() -
Method in interface com.ibm.portal.resolver.mashup.DefaultMashupSitemapContentHandler
-
- startWrite() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
- Specifies a write lock.
- State - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- Encapsulates state information about seedlist retrieving in order to optimize
the next calls.
- state -
Variable in exception com.ibm.portal.state.accessors.exceptions.IconNotFoundException
- state of the icon that could not be located
- state -
Variable in exception com.ibm.portal.state.accessors.exceptions.MissingSelectionException
- the state holder that does not contain a selection
- state -
Variable in exception com.ibm.portal.state.accessors.exceptions.StateNotWriteableException
- State holder from the session that is read-only
- state -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeItem
-
- STATE_DISABLED -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Indicates that the icon is disabled.
- STATE_ENABLED -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Indicates that the icon is enabled.
- STATE_ENABLED_HOVER -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Indicates that the icon is enabled and the mouse
pointer is hovered over the icon.
- StateAccessor - Interface in com.ibm.portal.state.accessors
- Provides read access to the state holder based on a given request.
- StateAccessorController - Interface in com.ibm.portal.state.accessors
- Provides read-write access to the state holder based on a given request.
- StateAccessorException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown within StateAccessor
implementations being not able to retrieve the StateHolder
from the current request.
- StateAccessorException(HttpServletRequest) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
- Initializes the exception with the request that caused it
- StateAccessorException(HttpServletRequest, Exception) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.StateAccessorException
- Initializes the exception with the request that caused it
- StateAccessorFactory - Interface in com.ibm.portal.state.accessors
- Factory for getting the read-only or read-write state accessors.
- StateAttributeNotInRequestException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception representing the error that the attribute storing the
StateHolder in the request cannot be found.
- StateAttributeNotInRequestException(String, HttpServletRequest) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.StateAttributeNotInRequestException
- Initializes the exception with the request that caused it
- StateException - Exception in com.ibm.portal.state.exceptions
- Root exception for all state related exceptions.
- StateException() -
Constructor for exception com.ibm.portal.state.exceptions.StateException
- Empty constructor
- StateException(Throwable) -
Constructor for exception com.ibm.portal.state.exceptions.StateException
- Initializes the exception with the reason of the exception.
- StateHolder - Interface in com.ibm.portal.state
- Read-only interface to state.
- StateHolderController - Interface in com.ibm.portal.state
- Allows access to the state holder that potentially results in a modification
of the underlying data.
- StateManagerException - Exception in com.ibm.portal.state.exceptions
- Exception which is thrown in the case that the state
manager could not be instantiated, initialized, or
configured properly.
- StateManagerException(Throwable) -
Constructor for exception com.ibm.portal.state.exceptions.StateManagerException
- Thrown if the state manager could not be instantiated,
initialized, or configured properly.
- StateManagerException() -
Constructor for exception com.ibm.portal.state.exceptions.StateManagerException
- Thrown if the state manager could not be instantiated,
initialized, or configured properly.
- StateManagerInitException - Exception in com.ibm.portal.state.exceptions
- Exception which is thrown in the case that the state
manager could not be initialized properly (e.g.
- StateManagerInitException(Exception) -
Constructor for exception com.ibm.portal.state.exceptions.StateManagerInitException
- Thrown if the state manager could not be initialized properly.
- StateManagerInstantiationException - Exception in com.ibm.portal.state.exceptions
- Exception which is thrown in the case that the state
manager could not be instantiated properly.
- StateManagerInstantiationException(Exception) -
Constructor for exception com.ibm.portal.state.exceptions.StateManagerInstantiationException
- Initializes this exception.
- StateManagerInstantiationException() -
Constructor for exception com.ibm.portal.state.exceptions.StateManagerInstantiationException
- Initializes this exception.
- StateManagerService - Interface in com.ibm.portal.state.service
- Service interface that allows for creating a variety of URLs.
- StateNotInRequestException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception representing the error case that the the
StateHolder cannot be found in the request.
- StateNotInRequestException(HttpServletRequest) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.StateNotInRequestException
- Initializes the exception with the request that caused it
- StateNotWriteableException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception representing the error case that a write interface to state was requested
though being in a request processing phase in which no state modifications are
allowed.
- StateNotWriteableException(StateHolder, HttpServletRequest) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.StateNotWriteableException
- Initializes the exception with the request that caused it
- StateParameterException - Exception in com.ibm.portal.state.exceptions
- Base class for exceptions thrown by
com.ibm.portal.state.service.StateParameterService
- StateParameterException(Throwable) -
Constructor for exception com.ibm.portal.state.exceptions.StateParameterException
- Initializes the exception with the reason of the exception.
- StateParameterException() -
Constructor for exception com.ibm.portal.state.exceptions.StateParameterException
- Initializes the exception.
- StateParameterService - Interface in com.ibm.portal.state.service.parameters
- Base interface for obtaining a service that allows easy obtaining, setting
and removing of parameters for a given portlet on a given page.
- StatePartitionAccessor - Interface in com.ibm.portal.state.accessors.statepartition
- Interface providing read access to the state partition
information in the state holder.
- StatePartitionAccessorController - Interface in com.ibm.portal.state.accessors.statepartition
- Interface providing write access to the state partion information
in the state holder.
- StatePartitionAccessorFactory - Interface in com.ibm.portal.state.accessors.statepartition
- Factory to create state partition accessors.
- StateSerializeTag - Class in com.ibm.wps.engine.tags
- Provides a way to print out the current state document in XML form.
- StateSerializeTag() -
Constructor for class com.ibm.wps.engine.tags.StateSerializeTag
-
- StaticContentPageDistincter - Interface in com.ibm.portal.spa.renderer.helper
- Determine whether a page is StaticContentPage, and its embed type.
- STATICPAGE -
Static variable in class com.ibm.portal.content.ContentNodeType
- Node type for a StaticContentPage.
- StaticPageContentHandler - Interface in com.ibm.portal.spa.parser
- Callback handler interface that is called by the parser to signal the
semantical structure of the markup document.
- StaticPageDataSourceParser - Interface in com.ibm.portal.spa.parser
- Parses the content of the static page that is identified by the DataSource.
- StaticPageFilter - Interface in com.ibm.portal.spa.parser
- Base interface for the static page parsers that combines the methods to
dispose the parser when no longer required and to assign and query a StaticPageContentHandler
that receives the static page events.
- StaticPageParser - Interface in com.ibm.portal.spa.parser
- Interface to the static page parser.
- StaticPageParserFactory - Interface in com.ibm.portal.spa.parser
- Factory that instantiates parsers per mime types.
- StaticPageRenderer - Interface in com.ibm.portal.spa.renderer
- Implementation of a renderer that renders static pages in the context of the
current request.
- StaticPageService - Interface in com.ibm.portal.spa.service
- Represents aspects of the static page aggregation API that are common to
portal and portlet environment.
- StaticPageServiceHome - Interface in com.ibm.portal.spa.service
- Home interface to the request independent artifacts of the static page API.
- StaticPageURIParser - Interface in com.ibm.portal.spa.parser
- Parses the content of the static page that is identified by the URI.
- StaticPageZipParser - Interface in com.ibm.portal.spa.parser
- Parses a ZipInputStream for all entries that match the (locale
independent) filename pattern and produces callbacks to the assigned
StaticPageContentHandler.
- StepUpAuthHandler - Interface in com.ibm.portal.auth.stepup
- This is the plug-point for custom step up handler implementations.
- storage -
Variable in exception com.ibm.portal.state.exceptions.StorageException
- Storage object that caused the exception
- StorageException - Exception in com.ibm.portal.state.exceptions
- Base exceptions for all exceptions occuring during
the processing of the storage phase.
- StorageException(Storage) -
Constructor for exception com.ibm.portal.state.exceptions.StorageException
- Initializes the exception with the storage object that caused it
- store() -
Method in interface org.apache.jetspeed.portlet.PortletApplicationSettings
- Deprecated. Stores all attributes.
- store() -
Method in interface org.apache.jetspeed.portlet.PortletData
- Deprecated. Stores all attributes.
- store() -
Method in interface org.apache.jetspeed.portlet.PortletSettings
- Deprecated. Stores all attributes.
- storeObject(String, Object) -
Method in class com.ibm.portal.struts.common.ModuleContext
- Stores the given object by key and taking into account the previously saved
module prefix.
- StreamBackupService - Interface in com.ibm.portal.app.service.backup
- The StreamBackupService can be used by a business component to write out arbitrary binary data during backup
and read that data back in during restore.
- StreamBackupServiceClient - Interface in com.ibm.portal.app.service.backup
- A business component needs to implement this interface if it wants to work with the StreamBackupService.
- STRING -
Static variable in interface com.ibm.portal.app.model.Variable
- Predefined variable type for variables that contain string
values.
- STRING -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the String type for an Attribute
- STRUTS_ACTION -
Static variable in interface com.ibm.wps.pb.property.Action
- Deprecated. Specifies delivery using Struts
- STRUTS_SERVLET_MAPPING_KEY -
Static variable in class com.ibm.portal.struts.portlet.StrutsPortlet
- The key used to identify the Struts servlet mapping in the servlet context.
- STRUTS_SERVLET_MAPPING_KEY -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- The key used to identify the Struts servlet mapping in the servlet context.
- STRUTS_VIEW_ACTION -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Attribute name to indicate this is a view action.
- STRUTS_VIEW_ACTION -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name to indicate this is a view action.
- StrutsAction - Class in com.ibm.portal.struts.action
- A StrutsAction is an adapter between the contents of an incoming
Portlet request and the corresponding business logic that should be executed to
process this request.
- StrutsAction() -
Constructor for class com.ibm.portal.struts.action.StrutsAction
- Constructor for this class
- strutsAction -
Variable in class com.ibm.struts.taglib.html.FormTag
- The struts action.
- StrutsAction - Class in com.ibm.wps.struts.action
- A StrutsAction is an adapter between the contents of an incoming
portlet request and the corresponding business logic that should be executed to
process this request.
- StrutsAction() -
Constructor for class com.ibm.wps.struts.action.StrutsAction
- Constructor for this class.
- StrutsBaseConstants - Interface in com.ibm.portal.struts.portlet
- The StrutsBaseConstants class contains constants used throughout
the WPS Struts portlet implementation.
- StrutsConstants - Interface in com.ibm.portal.struts.portlet
- The StrutsConstants class contains constants used throughout
the WPS Struts portlet implementation.
- StrutsException - Exception in com.ibm.portal.struts.portlet
- This exception is used as a base class for Portal Struts Framework exceptions.
- StrutsException() -
Constructor for exception com.ibm.portal.struts.portlet.StrutsException
- Construct this StrutsException object
- StrutsException(String) -
Constructor for exception com.ibm.portal.struts.portlet.StrutsException
- Construct this StrutsException object
- StrutsFilteredViewCommand - Class in com.ibm.portal.struts.command
- Filter the command with various Transcoding functions.
- PortletRequest)">StrutsFilteredViewCommand(PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsFilteredViewCommand
- Constructor for the StrutsFilteredViewCommand object
- StrutsInfo - Class in com.ibm.portal.struts.portlet
- The StrutsInfo class contains information used throughout
the WPS Struts portlet implementation.
- StrutsInfo(ServletContext, String) -
Constructor for class com.ibm.portal.struts.portlet.StrutsInfo
- Construct the StrutsInfo object
- StrutsLogFactory - Class in com.ibm.portal.struts.logging
- Struts Logging Factory
- StrutsLogFactory() -
Constructor for class com.ibm.portal.struts.logging.StrutsLogFactory
- StrutsLoggingFactory ctr.
- StrutsLogFactory - Class in com.ibm.wps.portlets.struts.logging
- Struts Logging Factory
- StrutsLogFactory() -
Constructor for class com.ibm.wps.portlets.struts.logging.StrutsLogFactory
- StrutsLoggingFactory ctr.
- StrutsPortlet - Class in com.ibm.portal.struts.portlet
- Class specified in the portlet deployment descriptor for Struts-based portlets.
- StrutsPortlet() -
Constructor for class com.ibm.portal.struts.portlet.StrutsPortlet
- StrutsPortlet constructor.
- StrutsViewActionCommand - Class in com.ibm.portal.struts.command
- Command pattern class used to execute a render action.
- StrutsViewActionCommand() -
Constructor for class com.ibm.portal.struts.command.StrutsViewActionCommand
- Constructs the StrutsViewActionCommand object.
- StrutsViewActionCommand(String, PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsViewActionCommand
- Construct the StrutsViewActionCommand object.
- StrutsViewCommand - Class in com.ibm.portal.struts.command
- Command pattern class used to provide a mechanism to encapsulate the
information needed to redisplay a view.
- StrutsViewCommand() -
Constructor for class com.ibm.portal.struts.command.StrutsViewCommand
- Default constructor.
- PortletRequest)">StrutsViewCommand(PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsViewCommand
- Constructs the StrutsViewCommand object.
- StrutsViewErrorCommand - Class in com.ibm.portal.struts.command
- The StrutsViewErrorCommand class is specific command pattern class
used to display the ErrorResponseInfo object.
- StrutsViewErrorCommand(ErrorResponseInfo, PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsViewErrorCommand
- Construct our View command
- StrutsViewJspCommand - Class in com.ibm.portal.struts.command
- Command pattern class which provides a mechanism to encapsulate the
information needed to redisplay a view for dynamic content like JSPs.
- StrutsViewJspCommand() -
Constructor for class com.ibm.portal.struts.command.StrutsViewJspCommand
- Default construtor.
- StrutsViewJspCommand(String, PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsViewJspCommand
- Constructs the view command.
- StrutsViewStaticCommand - Class in com.ibm.portal.struts.command
- The StrutsViewStaticCommand class is a command pattern class used to
provide a mechanism to encapsulate the information needed to redisplay a view.
- StrutsViewStaticCommand(String, PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Construct the StrutsViewStaticCommand command
- StrutsViewTilesCommand - Class in com.ibm.portal.struts.command
- The StrutsViewTilesCommand class is a command pattern class used to
provide a mechanism to encapsulate the information needed to redisplay a view
for dynamic content that uses Struts Tiles.
- StrutsViewTilesCommand(String, PortletRequest) -
Constructor for class com.ibm.portal.struts.command.StrutsViewTilesCommand
- Construct our View command
- StrutsViewXmlCommand - Class in com.ibm.portal.struts.command
- Deprecated. 5.1
- PortletRequest, com.ibm.portal.struts.command.ViewCommandExecutionContext)">StrutsViewXmlCommand(String, PortletRequest, ViewCommandExecutionContext) -
Constructor for class com.ibm.portal.struts.command.StrutsViewXmlCommand
- Deprecated. Construct this StrutsViewXmlCommand command
- supports(PortletWindow.State) -
Method in interface org.apache.jetspeed.portlet.PortletConfig
- Deprecated. Returns whether the portlet window supports the given state
- supports(Portlet.Mode, Client) -
Method in interface org.apache.jetspeed.portlet.PortletConfig
- Deprecated. Returns whether the portlet supports the given mode for
the given client.
- supportsMarkup(String) -
Method in interface com.ibm.portal.admin.MarkupCapable
- Checks if a given markup is in the list of supported markups.
This method checks if the markup capable element may be displayed in the given markup.
- com.ibm.portal.admin.Markup)">supportsMarkup(Markup) -
Method in interface com.ibm.portal.admin.MarkupCapable
- Checks if a given markup is in the list of supported markups.
This method checks if the markup capable element may be displayed in the given markup.
- supportsMultiselect() -
Method in interface com.ibm.portal.dnd.DNDAction
- Returns true if this DNDAction can support multiple DNDSources being dropped
on it at the same time.
- PortletMode)">supportsPortletMode(PortletMode) -
Method in interface com.ibm.portal.portletmodel.Portlet
- Checks if a given portlet mode is in the list of supported portlet modes.
- supportsPortletMode(PortletMode, String) -
Method in interface com.ibm.portal.portletmodel.Portlet
- Checks if a given portlet mode is in the list of supported portlet modes for the
given markup.
- supportsSerialization(String, String, Map) -
Method in interface com.ibm.portal.app.component.Serializable
- This method is used to ask the component if it support the specified type of serialization.
- com.ibm.portal.content.ContentModelController)">suspend(ContentModelController) -
Method in interface com.ibm.portal.model.controller.ContentModelControllerResumeService
- Suspends the given content model controller.
- SystemLoginException - Exception in com.ibm.portal.auth.exceptions
- This exception is thrown when an inrecoverable problem occurred within Portal
during Login.
- SystemLoginException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.SystemLoginException
- Initializes the exception with the reason of the exception.
T
- TagConstants - Class in com.ibm.wps.pe.pc.legacy
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- Target - Interface in com.ibm.policy.manager
- Target represents the object used to abstract a rule engine for the purpose
of policy evaluation.
- TargetType - Enum in com.ibm.portal.state.accessors.portlet
- Enumeration to identify targets.
- TASK -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TASK_PAGE_MAPPING -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TaskManagerDelegateFactoryServiceException - Exception in com.ibm.portal.taskmanager
- Exception that indicates errors during processing
of the TaskManagerDelegateFactoryServices' methods.
- TaskManagerDelegateFactoryServiceException() -
Constructor for exception com.ibm.portal.taskmanager.TaskManagerDelegateFactoryServiceException
- Constructor.
- TaskManagerDelegateFactoryServiceException(Throwable) -
Constructor for exception com.ibm.portal.taskmanager.TaskManagerDelegateFactoryServiceException
- Constructor.
- TaskUIHandle - Interface in com.ibm.portal.taskui
- The
TaskUIHandle
encapsulates all information about a UI element
that is associated with a task. - TaskUIManager - Interface in com.ibm.portal.portlet.service.taskui
- The TaskUIManager is a Java Portlet API portlet service that is used by task processing portlets
to manage the UI elements that were created for a given task.
- TaskUIManager - Interface in com.ibm.wps.portletservice.taskui
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- TaskUIManagerException - Exception in com.ibm.portal.taskui
- Exception that indicates errors during processing
of the TaskUIManager's methods.
- TaskUIManagerException() -
Constructor for exception com.ibm.portal.taskui.TaskUIManagerException
- Constructor.
- TaskUIManagerException(Throwable) -
Constructor for exception com.ibm.portal.taskui.TaskUIManagerException
- Constructor.
- Templatable - Interface in com.ibm.portal.app.component
- Templatable is one of the Application Component Interfaces,
implemented by a composite application component.
- TEMPLATE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TEMPLATE_FOLDER -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TemporaryNotSupportedException - Exception in com.ibm.portal.app.exceptions
- Thrown by a component to indicate that the requested function is currently not supported.
- TemporaryNotSupportedException() -
Constructor for exception com.ibm.portal.app.exceptions.TemporaryNotSupportedException
- default constructor
- TemporaryNotSupportedException(Throwable) -
Constructor for exception com.ibm.portal.app.exceptions.TemporaryNotSupportedException
- Initializes the exception with the reason of the exception.
- TemporaryNotSupportedException(Throwable, Localized) -
Constructor for exception com.ibm.portal.app.exceptions.TemporaryNotSupportedException
- Initializes the exception with the reason of the exception
and localized information.
- TEXT -
Static variable in interface com.ibm.portal.app.model.Variable
- Predefined variable type for variables that contain text
values that are localized.
- text(String) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Passes the text string on to the ContentHandler.characters(char[], int, int) method.
- text(StringBuffer) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Passes the text string on to the ContentHandler.characters(char[], int, int) method.
- text(int, String, String) -
Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Logs a message at the specified log level.
- text(int, String, String, Throwable) -
Method in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Logs a message at the specified log level.
- TEXT_ATTRIBUTE -
Static variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeTextItem
- The
TEXT_ATTRIBUTE
should contain the
text to contribute to the theme.
- TextareaTag - Class in com.ibm.struts.taglib.html
- This class is a simple extension of the Struts textarea tag to adding the dir
attribute.
- TextareaTag() -
Constructor for class com.ibm.struts.taglib.html.TextareaTag
- Construct a new instance of this tag.
- TextTag - Class in com.ibm.struts.taglib.html
- This class is a simple extension of the Struts text tag to adding the dir
attribute.
- TextTag() -
Constructor for class com.ibm.struts.taglib.html.TextTag
- Construct a new instance of this tag.
- Theme - Interface in com.ibm.portal.admin
- Model interface for portal themes.
- THEME -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- ThemeContent - Interface in com.ibm.portal.theme.plugin
- A generic interface for theme content.
- ThemeContentDescriptorConstants - Interface in com.ibm.portal.theme.plugin.impl
- Constants describing the xml attributes for a DefaultThemeContent.
- ThemeContext - Interface in com.ibm.portal.theme.plugin
- Describes the current theme context.
- ThemeExtensionInitException - Exception in com.ibm.portal.theme.plugin.exception
- Root exception for all state related exceptions.
- ThemeExtensionInitException() -
Constructor for exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
- Empty constructor
- ThemeExtensionInitException(Throwable) -
Constructor for exception com.ibm.portal.theme.plugin.exception.ThemeExtensionInitException
- Initializes the exception with the reason of the exception.
- ThemeInclude - Interface in com.ibm.portal.theme.plugin
- A ThemeInclude is a theme contribution responsible for its own
rendering.
- ThemeItem - Interface in com.ibm.portal.theme.plugin
- A ThemeItem is a theme contribution which defines its data and delegates
rendering to the theme JSP.
- ThemeItemDescriptorConstants - Interface in com.ibm.portal.theme.plugin.impl
- The constants in this interface identify the various components
of the xml describing an ThemeItem.
- ThemeJspInclude - Interface in com.ibm.portal.theme.plugin
- A ThemeJspInclude is a ThemeInclude theme contribution which renders itself
by invoking a JSP.
- ThemeJspIncludeDescriptorConstants - Interface in com.ibm.portal.theme.plugin.impl
- Constants describing the xml for declaring a DefaultThemeJspInclude
- ThemeLinkItem - Interface in com.ibm.portal.theme.plugin
- A theme contribution that creates a URL.
- ThemeList<T extends java.lang.Object & Theme> - Interface in com.ibm.portal.admin
- Model interface for a list of installed portal themes.
- ThemeListHome - Interface in com.ibm.portal.model
- Home interface for JNDI based lookups for ThemeListProvider.
- ThemeListProvider - Interface in com.ibm.portal.ibmportlet.service.model
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- ThemeListProvider - Interface in com.ibm.portal.model
- An interface for a provider of theme lists.
- ThemeListProvider - Interface in com.ibm.portal.portlet.service.model
- An interface for a provider of theme lists.
PortletServiceHome psh;
javax.naming.Context ctx = new javax.naming.InitialContext();
boolean serviceAvailable = false;
try {
psh = (PortletServiceHome) ctx.lookup("portletservice/com.ibm.portal.portlet.service.model.ThemeListProvider");
serviceAvailable = true;
} catch(javax.naming.NameNotFoundException ex) {
...- ThemeProvider - Interface in com.ibm.portal.content
- An interface that allows the retrieval of a Theme that is associated with a portal resource.
- ThemeSetter - Interface in com.ibm.portal.content
- An interface representing a modifiable resource on which a theme can be set.
- ThemeTemplateAccessor - Interface in com.ibm.portal.state.accessors.themetemplate
- This accessor is used for read access to the portal theme template.
- ThemeTemplateAccessorController - Interface in com.ibm.portal.state.accessors.themetemplate
- This accessor is used for read-write access to the used portal theme.
- ThemeTemplateAccessorFactory - Interface in com.ibm.portal.state.accessors.themetemplate
- Factory interface providing theme template accessors
in order to manipulate theme template information.
- ThemeTextItem - Interface in com.ibm.portal.theme.plugin
- A theme contribution that contributes simple text.
- TILES_DEFINITION -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- Attribute name to indicate the last tiles controller that was invoked.
- TILES_DEFINITION -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- Attribute name to indicate the last Tiles controller that was invoked.
- TIMESTAMP -
Static variable in interface com.ibm.portal.um.AttributeDefinition
- Represents the String Timestamp for an Attribute
- TimeStamped - Interface in com.ibm.portal
- Model interface for specific date access properties: This is information such as the
creation date or the last modification date of a resource.
- title -
Variable in class com.ibm.portal.theme.plugin.impl.DefaultThemeContent
title
the title of the extension; usually specified in the plugin.xml
- TITLE_ATTRIBUTE -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeContentDescriptorConstants
- The
TITLE_ATTRIBUTE
should contain the
NLS bundle key for retrieving the title property of the
IThemeItem.
- TOOLTIP_ATTRIBUTE -
Static variable in interface com.ibm.portal.theme.plugin.impl.ThemeItemDescriptorConstants
- The
TOOLTIP_ATTRIBUTE
should contain
the tooltip text for this extension.
- TOP_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go to top" action.
- toString() -
Method in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Return a string representation of this exception.
- toString() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessage
- Return A string representation of the message stored in this object.
- toString() -
Method in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Returns a string representation of the message argument stored in this
object.
- toString() -
Method in class com.ibm.portal.content.ContentNodeType
- Returns a textual description of the content node type.
- toString() -
Method in class com.ibm.portal.content.Orientation
- Returns a textual representation of the orientation.
- toString() -
Method in class com.ibm.portal.InvalidationType
- Returns a textual description of the content node type that can be
used for debugging purposes.
- toString() -
Method in enum com.ibm.portal.ObjectTypeConstants
-
- toString() -
Method in class com.ibm.portal.portlet.service.url.Constants.NormalStateConstant
-
- toString() -
Method in class com.ibm.portal.portlet.service.url.Constants.SoloStateConstant
-
- toString() -
Method in class com.ibm.portal.propertybroker.property.Direction
- Override default
- toString() -
Method in class com.ibm.portal.propertybroker.property.ParameterBindingType
- Override default
- toString() -
Method in class com.ibm.portal.propertybroker.property.PropertyFilterType
- Override default
- toString() -
Method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- Override default
- toString() -
Method in class com.ibm.portal.ResourceType
- Deprecated.
- toString() -
Method in class com.ibm.portal.state.accesscheck.Constants.AssignRolesConstant
-
- toString() -
Method in class com.ibm.portal.state.accesscheck.Constants.CreatePageConstant
-
- toString() -
Method in class com.ibm.portal.state.accesscheck.Constants.DeletePageConstant
-
- toString() -
Method in class com.ibm.portal.state.accesscheck.Constants.EditPageConstant
-
- toString() -
Method in class com.ibm.portal.state.accesscheck.Constants.NoCheckConstant
-
- toString() -
Method in enum com.ibm.portal.state.accessors.portlet.TargetType
-
- toString() -
Method in class com.ibm.portal.state.accessors.url.PortalResources.NoState
-
- toString() -
Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeFiles
-
- toString() -
Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeIcons
-
- toString() -
Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeSounds
-
- toString() -
Method in class com.ibm.portal.state.accessors.url.PortalResources.TypeVoiceGrammars
-
- toString() -
Method in class com.ibm.portal.state.Constants.DeepCopyConstant
-
- toString() -
Method in class com.ibm.portal.state.Constants.EmptyCopyConstant
-
- toString() -
Method in class com.ibm.portal.state.Constants.OverwriteConstant
-
- toString() -
Method in class com.ibm.portal.state.Constants.SmartCopyConstant
-
- toString() -
Method in interface com.ibm.portal.state.DisposableURL
- Creates a URL representation of the URL.
- toString() -
Method in interface com.ibm.portal.state.EngineURL
- Creates a URL representation of the URL.
- toString() -
Method in class com.ibm.portal.struts.portlet.StrutsInfo
- Print out displayable form of this object
- toString() -
Method in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated. Returns the string representation of the method object that a filter can invoke.
- toString() -
Method in class com.ibm.wps.portlets.struts.WpsStrutsInfo
- Prints out a displayable form of this object.
- toString() -
Method in class org.apache.jetspeed.portlet.Capability
- Deprecated. Returns the capability as a displayable string.
- toString() -
Method in class org.apache.jetspeed.portlet.DefaultPortletMessage
- Deprecated. Returns the message as a displayable string
- toString() -
Method in class org.apache.jetspeed.portlet.Portlet.Mode
- Deprecated. Returns the identifier representing the mode
- toString() -
Method in class org.apache.jetspeed.portlet.Portlet.ModeModifier
- Deprecated. Returns the identifier representing the mode modifier
- toString() -
Method in interface org.apache.jetspeed.portlet.PortletURI
- Deprecated. Returns the complete URI as a string.
- toString() -
Method in class org.apache.jetspeed.portlet.PortletWindow.State
- Deprecated.
- trace(String, String) -
Method in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
- Trace the message.
- TRACE -
Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- "Trace" level logging.
- trace(String, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- Trace the message.
- trace(String, String) -
Method in class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
- Deprecated.
- TRANSFORMATION_APPLICATION_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TRANSFORMATION_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TRANSFORMATION_ENTITY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- TreeModel<E> - Interface in com.ibm.portal
- This interface provides a generic tree model.
- TreeModelController<T,M extends Modifiable> - Interface in com.ibm.portal
- This interface provides a controller for tree models which allows updating a
model.
- type -
Variable in exception com.ibm.portal.state.exceptions.CannotCloneDocumentModelException
- Type of the clone operation that failed
- TYPE_BOOLEAN -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
-
- TYPE_BYTEARRAY -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- The user's secret is in binary form.
- TYPE_COMMUNICATION_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a communication error
occurred.
- TYPE_DATE -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
-
- TYPE_DATE -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Indicates that a Date object is being stored in this object.
- TYPE_DOCUMENT_ENTRY_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a document entry error
occurred.
- TYPE_DOUBLE -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
-
- TYPE_DOUBLE -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Indicates that a double type is being stored in this object.
- TYPE_ENTRY_DATA_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a entry's data error
occurred.
- TYPE_FIELDS -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
- Represents array of Fields
- TYPE_FILES -
Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
- Type for plain files.
- TYPE_FORMATTER_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a formatter error
occurred.
- TYPE_ICONS -
Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
- Type for icons.
- TYPE_INT -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
-
- TYPE_INTERNAL_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because an internal error
occurred.
- TYPE_IO_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because an input or output error
occurred.
- TYPE_JAAS_SUBJECT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- The user's secret is a
JAAS Subject
.
- TYPE_JAVA_OBJECT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- The user's secret is a java object.
- TYPE_LONG -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
-
- TYPE_LONG -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Indicates that a long type is being stored in this object.
- TYPE_NO_SECRET_DATA -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- Type for credential objects that do not contain a secret.
- TYPE_PARAMETER_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because an invalid parameter
name or value was encountered.
- TYPE_RETRIEVER_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a retriever error
occurred.
- TYPE_SECURITY_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a security error
occurred.
- TYPE_SEEDLIST_ENTRY_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a seedlist entry error
occurred.
- TYPE_SOUNDS -
Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
- Type for sounds.
- TYPE_STRING -
Static variable in interface com.ibm.lotus.search.providers.content.seedlist.common.FieldInfo
-
- TYPE_STRING -
Static variable in class com.ibm.lotus.search.providers.content.seedlist.SeedlistMessageArg
- Indicates that a String object is being stored in this object.
- TYPE_TIMED_OUT_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because a timeout condition
occurred.
- TYPE_UNDEFINED -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- This type is used for the CredentialSecret class itself.
- TYPE_UNKNOWN_ERROR -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because an unknown error was
encountered.
- TYPE_UNSUPPORTED_OPERATION -
Static variable in exception com.ibm.lotus.search.providers.content.seedlist.SeedlistException
- Indicates that this exception was thrown because an unsupported operation
was encountered.
- TYPE_USERID_STRING_PASSWORD_STRING -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.secrets.CredentialSecret
- The user's secret is a userid/password pair.
- TYPE_VOICE_GRAMMARS -
Static variable in interface com.ibm.portal.state.accessors.url.PortalResources
- Type for VoiceXML grammars.
- typeOfURL(String) -
Method in class com.ibm.portal.struts.common.PortletApiUtils
- Deprecated.
- types -
Variable in class com.ibm.portal.struts.action.DispatchAction
-
The set of argument type classes for the reflected method call.
- types -
Variable in class com.ibm.wps.struts.action.WpsDispatchAction
- The set of argument type classes for the reflected method call.
U
- UDDI_REGISTRY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- UnavailableException - Class in org.apache.jetspeed.portlet
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- UnavailableException(Portlet, String) -
Constructor for class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. use UnavailableException.UnavailableException(String) instead.
- UnavailableException(int, Portlet, String) -
Constructor for class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. use UnavailableException.UnavailableException(String, int) instead.
- UnavailableException(String) -
Constructor for class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Constructs a new exception with a descriptive
message indicating that the portlet is permanently
unavailable.
- UnavailableException(String, int) -
Constructor for class org.apache.jetspeed.portlet.UnavailableException
- Deprecated. Constructs a new exception with a descriptive message
indicating that the portlet is temporarily unavailable
and giving an estimate of how long it will be unavailable.
- undoDeserializeInstance(Result) -
Method in interface com.ibm.portal.app.component.Serializable
- Called if deserialization fails after this component was deserialized.
- UNIQUE_TARGET_IDENTIFIER -
Static variable in class com.ibm.policy.manager.MapRequestContext
-
- UNIQUE_TARGET_IDENTIFIER -
Static variable in class com.ibm.wps.policy.services.MapRequestContext
-
- UniqueNameException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that an invalid unique name
has been detected.
- UniqueNameException(String) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.UniqueNameException
- The unique name was invalid
- UNKNOWN -
Static variable in class com.ibm.portal.InvalidationType
- Invalidation type "Unknown".
- UnknownAccessorTypeException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a given accessor
type cannot be mapped to a concrete implementation class.
- UnknownAccessorTypeException(Class) -
Constructor for exception com.ibm.portal.state.exceptions.UnknownAccessorTypeException
- There is no known implementation for accessors of the given type.
- UnknownStateFormatException - Exception in com.ibm.portal.state.exceptions
- Exception representing the error case that a state holder
retrieved from a URL cannot be decoded due to a unknown format.
- UnknownStateFormatException(HttpServletRequest, InputMediator, Exception) -
Constructor for exception com.ibm.portal.state.exceptions.UnknownStateFormatException
- Initializes the execption with the input mediator that caused the exception
and the reason for the exception.
- UnknownUniqueNameException - Exception in com.ibm.portal.state.accessors.exceptions
- Exception which should be thrown in case that an unknown unique name
has been detected.
- UnknownUniqueNameException(String) -
Constructor for exception com.ibm.portal.state.accessors.exceptions.UnknownUniqueNameException
- The unique name could not be mapped to an object ID
- UNLOCK -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "unlock" action.
- UNLOCK_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "unlock" action.
- unregisterActions(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Unregisters all previously registered actions for the specified
portlet.
- unregisterProperties(PortletRequest, PortletSettings) -
Method in interface com.ibm.wps.pb.service.PropertyBrokerService
- Deprecated. Unregisters all properties which are currently registered on
behalf of the portlet.
- UNSPECIFIED -
Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- The property value change is being propagated but the reason for change is unspecified
- UNSPECIFIED -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- unspecified(ActionMapping, ActionForm, ActionRequest) -
Method in class com.ibm.portal.struts.action.DispatchAction
-
Method which is dispatched to when there is no value for specified
request parameter included in the request.
- unspecified(ActionMapping, ActionForm, PortletRequest) -
Method in class com.ibm.wps.struts.action.WpsDispatchAction
- Method which is dispatched to when there is no value for a specified
request parameter included in the request.
- UP_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "go up" action.
- UPDATED -
Static variable in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- The property value change is being propagated as the value was updated
- updateUrlResource(AttributeList, ScopeConstants) -
Method in interface com.ibm.portal.services.url.UrlResourceService
- Updates an existing URL Resource object within the configuration registry with the specified attributes at the specified scope.
- uri(String) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
- uri(URI) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
- uri(URL) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
- uri(URL, URL, Boolean) -
Method in interface com.ibm.portal.resolver.xml.DefaultContentHandler
- Passes the uri as a string string on to the ContentHandler.characters(char[], int, int) method.
- URI -
Static variable in class com.ibm.portal.struts.command.StrutsViewActionCommand
- Name of request attribute for the URI string.
- URI -
Static variable in class com.ibm.portal.struts.command.StrutsViewJspCommand
- Name of request attribute for the URI string.
- URI -
Static variable in class com.ibm.portal.struts.command.StrutsViewStaticCommand
-
- URI -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Name of the request attribute for the URI string.
- URI -
Static variable in class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Name of the request attribute for the URI string.
- URL - Interface in com.ibm.portal
- This interface defines a portal URL.
- URL_MAPPING -
Static variable in class com.ibm.portal.ResourceType
- Deprecated. Use URL_MAPPING_CONTEXT only.
- URL_MAPPING_CONTEXT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- URLAccessorFactory - Interface in com.ibm.portal.state.accessors.url
- Factory for obtaining EngineURL objects for a given state or
resource URLs pointing to a portal resource.
- URLContext - Interface in com.ibm.portal.state.accessors.url
- Context interface that allow the specification of the type of URLs
that may be generated.
- UrlDoesNotContainInformationException - Exception in com.ibm.portal.state.exceptions
- The URL does not contain enough information to be parseable
- UrlDoesNotContainInformationException(HttpServletRequest, InputMediator) -
Constructor for exception com.ibm.portal.state.exceptions.UrlDoesNotContainInformationException
-
- UrlDoesNotContainInformationException(HttpServletRequest, InputMediator, Exception) -
Constructor for exception com.ibm.portal.state.exceptions.UrlDoesNotContainInformationException
-
- URLFactory - Interface in com.ibm.portal.state
- Factory that provides methods to obtain engine URLs as well as resource URLs.
- UrlInputMediatorException - Exception in com.ibm.portal.state.exceptions
- Base exception for all exceptions occuring in a URL input mediator.
- UrlInputMediatorException(HttpServletRequest, InputMediator, Exception) -
Constructor for exception com.ibm.portal.state.exceptions.UrlInputMediatorException
- Initializes the execption with the input mediator that caused the exception
and the reason for the exception.
- UrlInputMediatorException(HttpServletRequest, InputMediator) -
Constructor for exception com.ibm.portal.state.exceptions.UrlInputMediatorException
- Initializes the execption with the input mediator that caused the exception
and the reason for the exception.
- URLResolver - Interface in com.ibm.lotus.search.providers.content.seedlist.url
- Interface for resolving Seedlist URLs.
- URLResolver - Interface in com.ibm.portal.resolver.xml
- Resolves (relative) URL references into absolute URLs.
- UrlResourceService - Interface in com.ibm.portal.services.url
- The UrlResourceService provides a means to query, add, update, and delete URL Resource definitions within the
WebSphere Application Server's configuration repository, encapsulating the logic necessary for interacting with its administrative
interface.
- urlType -
Variable in class com.ibm.struts.taglib.html.FormTag
- The Portlet URL type
- URLWriterProvider - Interface in com.ibm.portal.state.accessors.url
-
Optional interface which is supposed to be implemented by
ServletResponseWrapper classes.
- User - Interface in com.ibm.lotus.search.providers.content.seedlist.common
- This interface represents user for specific application.
- USER -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- User - Interface in com.ibm.portal.um
- Represents a User within the used Repository.
- User - Interface in org.apache.jetspeed.portlet
- The User interface is an abstract view on the
user-specific data.
- USER_ASSISTANCE -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for user assistance messages.
- USER_GROUP -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- USER_PASSWORD_PASSIVE -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the User/Password passive credential.
- UserAlreadyLoggedInException - Exception in com.ibm.portal.auth.exceptions
- This exception is thrown when the user is already logged in while performing a new
login.
- UserAlreadyLoggedInException() -
Constructor for exception com.ibm.portal.auth.exceptions.UserAlreadyLoggedInException
- Empty constructor.
- UserIDInvalidException - Exception in com.ibm.portal.auth.exceptions
- This exception is thrown when the userid is not valid.
- UserIDInvalidException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.UserIDInvalidException
- Initializes the exception with the reason of the exception.
- UserPasswordCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Abstract inherited interface of ActiveCredential where the user's secret is a userid/password pair.
- UserPasswordCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- UserPasswordCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordCredential
- Deprecated.
- UserPasswordCredentialSecret - Interface in com.ibm.portal.portlet.service.credentialvault.spi.secrets
- Implementation of the CredentialSecret class for a userid/password secret.
- UserPasswordPassiveCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Simple standard interface inherited from the PassiveCredential.
- UserPasswordPassiveCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- UserPasswordPassiveCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.UserPasswordPassiveCredential
- Deprecated.
- UserSessionTimeoutException - Exception in com.ibm.portal.auth.exceptions
- Generic base exception for all exceptions occuring during the handling
of the session timeout event for a particular user.
- UserSessionTimeoutException(Throwable) -
Constructor for exception com.ibm.portal.auth.exceptions.UserSessionTimeoutException
- Initializes the exception with the reason of the exception.
V
- javax.portlet.PortletRequest)">validate(javax.portlet.PortletRequest) -
Method in interface com.ibm.portal.dnd.DNDPortalValidator
- This method behaves the same as DNDValidator.validate but uses the PortletRequest
rather than the ServletRequest to determine access rights.
- validate(javax.servlet.ServletRequest) -
Method in interface com.ibm.portal.dnd.DNDValidator
- The only method provided this interface accepts a servlet request.
- validate -
Variable in class com.ibm.struts.taglib.html.FormTag
- validate form
- validateChangeType(PropertyValueChangeType) -
Static method in class com.ibm.portal.propertybroker.property.PropertyValueChangeType
- A utility method which checks that the input parameter
is one of the predefined constants defined in this class.
- validateSession(HttpServletRequest, HttpServletResponse, FilterChainContext, SessionValidationFilterChain) -
Method in interface com.ibm.portal.auth.SessionValidationFilter
- Can be used to implement custom session validation code.
- validateSession(HttpServletRequest, HttpServletResponse, FilterChainContext) -
Method in interface com.ibm.portal.auth.SessionValidationFilterChain
- Calls the session validation method of the next session validation filter in the
session validation filter chain.
- VALUE_DOWNLOAD -
Static variable in interface com.ibm.portal.resolver.Constants
- value of the "download" verb
- VALUE_FORM_DATA -
Static variable in interface com.ibm.portal.resolver.streams.MultipartStream
- identification of a content disposition that identifies a form field
- VALUE_LOOKUP -
Static variable in interface com.ibm.portal.resolver.Constants
- value of the "lookup" verb
- VALUE_VIEW -
Static variable in interface com.ibm.portal.resolver.Constants
- value of the "view" verb
- valueOf(String) -
Static method in enum com.ibm.portal.ObjectTypeConstants
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.ResourceType
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.ibm.portal.sitemanagement.command.PromoteCommand.Method
- Returns the enum constant of this type with the specified name.
- valueOf(String) -
Static method in enum com.ibm.portal.state.accessors.portlet.TargetType
- Returns the enum constant of this type with the specified name.
- values() -
Static method in enum com.ibm.portal.ObjectTypeConstants
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler.ResourceType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum com.ibm.portal.sitemanagement.command.PromoteCommand.Method
- Returns an array containing the constants of this enum type, in
the order they're declared.
- values() -
Static method in enum com.ibm.portal.state.accessors.portlet.TargetType
- Returns an array containing the constants of this enum type, in
the order they're declared.
- Variable - Interface in com.ibm.portal.app.model
- Variable represents an application component parameter
variable, or point of variability.
- VAULT_SECRET_CONTEXT -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.spi.VaultAdapterDN
- The name of the context used in a Jndi lookup to get the CredentialSecretFactory class.
- VAULT_SEGMENT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- VAULT_SLOT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- VaultAdapterDN - Interface in com.ibm.portal.portlet.service.credentialvault.spi
- Interface that defines a Vault that may be plugged into the portal.
- VaultSegmentConfig - Interface in com.ibm.portal.portlet.service.credentialvault
- Describes the configuration of a Vault Segment.
- VaultSegmentConfig - Interface in com.ibm.wps.portletservice.credentialvault
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- verifyAuthLevel(HttpServletRequest, HttpServletResponse) -
Method in interface com.ibm.portal.auth.stepup.AuthLevelVerifier
- Verifies whether the current request satisfies the requirements of this
authentication level verifier implementation.
- VERTICAL -
Static variable in class com.ibm.portal.content.Orientation
- The vertical orientation
- VIEW -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for the "view" action.
- VIEW -
Static variable in class org.apache.jetspeed.portlet.Portlet.Mode
- Deprecated. The standard "one-of many" portlet view on a page.
- VIEW_BUTTON -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon button for the "view" action.
- VIEW_COMMAND_FACTORY_KEY -
Static variable in class com.ibm.portal.struts.plugins.PluginConstants
- The key used for storing the ViewCommandFactory object in the context.
- VIEW_COMMAND_FACTORY_KEY -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The key used for storing the StrutsCommandViewFactory.
- VIEW_COMMAND_FACTORY_KEY -
Static variable in class com.ibm.wps.portlets.struts.plugins.PluginConstants
- The key used for storing the ViewCommandFactory object in the context.
- VIEW_COMMAND_FACTORY_KEY -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The key used for storing the command view factory.
- VIEW_COMMANDS -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The key used for storing the command stack
- VIEW_COMMANDS -
Static variable in interface com.ibm.portal.struts.portlet.StrutsConstants
- The key used for storing the view command.
- VIEW_COMMANDS -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The key used for storing the command stack
- VIEW_COMMANDS -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsConstants
- The key used for storing the view command.
- VIEW_MODE -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The context used for View mode
- VIEW_MODE -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The context used for view mode
- ViewCommandExecutionContext - Class in com.ibm.portal.struts.command
- The ViewCommandExecutionContext class is a context object that is passed
to the execute method of an IViewCommand.
- ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext) -
Constructor for class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Construct the ViewCommandExecutionContext object
- ServletContext, PageContext)">ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext, PageContext) -
Constructor for class com.ibm.portal.struts.command.ViewCommandExecutionContext
- Construct the ViewCommandExecutionContext object
- ViewCommandExecutionContext - Class in com.ibm.wps.portlets.struts
- The ViewCommandExecutionContext class is a context object that is passed
to the execute method of an IViewCommand.
- ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext) -
Constructor for class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Constructs the ViewCommandExecutionContext.
- ServletContext, PageContext)">ViewCommandExecutionContext(PortletContext, ModuleContext, ServletContext, PageContext) -
Constructor for class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Constructs the ViewCommandExecutionContext.
- ViewCommandExecutionContext(PortletRequest, WpsActionServlet) -
Constructor for class com.ibm.wps.portlets.struts.ViewCommandExecutionContext
- Constructs the ViewCommandExecutionContext.
- ViewCommandFactory - Class in com.ibm.portal.struts.plugins
- The ViewCommandFactory class is the default factory used in the
Struts Portlet Framework.
- ViewCommandFactory() -
Constructor for class com.ibm.portal.struts.plugins.ViewCommandFactory
- Default Constructor for the ViewCommandFactory class
- ViewCommandFactory - Class in com.ibm.wps.portlets.struts.plugins
- The ViewCommandFactory class is the default factory used in the
Struts Portlet Framework.
- ViewCommandFactory() -
Constructor for class com.ibm.wps.portlets.struts.plugins.ViewCommandFactory
- Default constructor for the ViewCommandFactory class.
- VIRTUAL -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- VIRTUAL_PORTAL_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
W
- WARN -
Static variable in class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- "Warn" level logging.
- warn(String) -
Method in interface org.apache.jetspeed.portlet.PortletLog
- Deprecated. Logs the given warning text in the portlet log.
- WARNING -
Static variable in interface com.ibm.portal.state.accessors.url.PortalIcons
- Icon for a warning message.
- WCM_AUTHORING_TEMPLATE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_CATEGORY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_COMPONENT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_CONTENT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_RENDERING_TEMPLATE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_SEARCH_RULE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_SITE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_SITE_AREA -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_SUBSCRIBER -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_SYNDICATOR -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_TAXONOMY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_WORKFLOW -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_WORKFLOW_ACTION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCM_WORKFLOW_STAGE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCS_CATALOG -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCS_CATEGORY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WCS_PRODUCT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WEB_MODULE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WEB_SEAL_TOKEN -
Static variable in interface com.ibm.portal.portlet.service.credentialvault.CredentialTypes
- Credential type constant for the WebSeal autentication token credential.
- WebApplication - Interface in com.ibm.portal.portletmodel
- Interface that represents a deployed web application in the underlying
application server containing one or more portlets.
- com.ibm.portal.portletmodel.admin">WebApplicationList - Interface in com.ibm.portal.portletmodel.admin
- Model interface for a list of web applications.
- webdavCollection() -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavCreationDate(long) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavCreationDate(Date) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavDisplayName(String) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetContentLanguage(String) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetContentLanguage(Locale) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetContentLength(int) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetContentLength(long) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetContentType(String) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetLastModified(long) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavGetLastModified(Date) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavHref(String) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavHref(URI) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavHref(URL) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavResourceType(DefaultWebdavContentHandler.ResourceType) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavStatus(int) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webdavStatus(String) -
Method in interface com.ibm.portal.resolver.webdav.DefaultWebdavContentHandler
-
- webSealToken -
Variable in class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
- Deprecated.
- WebSealTokenCredential - Interface in com.ibm.portal.portlet.service.credentialvault.credentials
- Credential for authenticating at a back-end system that is within the same WebSeal SSO-Domain as the portal,
i.e.
- WebSealTokenCredential - Class in com.ibm.wps.portletservice.credentialvault.credentials
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- WebSealTokenCredential() -
Constructor for class com.ibm.wps.portletservice.credentialvault.credentials.WebSealTokenCredential
- Deprecated.
- WIDTH -
Static variable in interface com.ibm.portal.content.CompositionMetrics
- Deprecated. The width of a composition node.
- WIDTH -
Static variable in interface com.ibm.portal.content.LayoutMetrics
- The width of a layout node.
- WINDOW_CLOSED -
Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Event identifier indicating that a portlet window is
closed.
- WINDOW_DETACHED -
Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Event identifier indicating that a portlet window will be
detached.
- WINDOW_MAXIMIZED -
Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Event identifier indicating that a portlet window will be
maximized.
- WINDOW_MINIMIZED -
Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Event identifier indicating that a portlet window will be
minimized.
- WINDOW_RESTORED -
Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Event identifier indicating that a portlet window will be
restored.
- WINDOW_SOLO -
Static variable in interface org.apache.jetspeed.portlet.event.WindowEvent
- Deprecated. Event identifier indicating that a portlet window is
in stand alone state (solo).
- windowClosed(WindowEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- windowClosed(WindowEvent) -
Method in interface org.apache.jetspeed.portlet.event.WindowListener
- Deprecated. Notifies this listener that a portlet window has been
closed.
- windowClosing(WindowEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated.
- windowClosing(WindowEvent) -
Method in interface org.apache.jetspeed.portlet.event.WindowListener
- Deprecated. Notifies this listener that a portlet window is about
to be closed.
- windowDetached(WindowEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated.
- windowDetached(WindowEvent) -
Method in interface org.apache.jetspeed.portlet.event.WindowListener
- Deprecated. Notifies this listener that a portlet window has been
detached.
- WINDOWEVENT -
Static variable in class com.ibm.wps.pe.pc.legacy.cmpf.PortletFilter.Method
- Deprecated.
- WindowEvent - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
- WindowListener - Interface in org.apache.jetspeed.portlet.event
- Deprecated. since 5.0, use PortletWindow.getWindowState() instead.
- windowMaximized(WindowEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- windowMaximized(WindowEvent) -
Method in interface org.apache.jetspeed.portlet.event.WindowListener
- Deprecated. Notifies this listener that a portlet window has been
maximized.
- windowMinimized(WindowEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- windowMinimized(WindowEvent) -
Method in interface org.apache.jetspeed.portlet.event.WindowListener
- Deprecated. Notifies this listener that a portlet window has been
minimized.
- windowRestored(WindowEvent) -
Method in class com.ibm.wps.pb.wrapper.PortletWrapperBase
- Deprecated. This method is marked final as it must not be overridden
- windowRestored(WindowEvent) -
Method in interface org.apache.jetspeed.portlet.event.WindowListener
- Deprecated. Notifies this listener that a portlet window has been
restored from being minimized or maximized, respectively.
- windowState -
Variable in class com.ibm.struts.taglib.html.FormTag
- The Portlet window state
- Wire - Interface in com.ibm.portal.wire
- Describes a connection between a communication source and a communication target that is used to
transfer information.
- WireCreationContext - Interface in com.ibm.portal.wire
- A node creation context for Wires.
- WireLocator - Interface in com.ibm.portal.wire
- A locator for finding Wires in a wire model.
- WireModel<T extends java.lang.Object & Wire> - Interface in com.ibm.portal.wire
- Interface for a wire model.
- WireModelController<T extends Wire,M extends ModifiableWire> - Interface in com.ibm.portal.wire
- A controller interface for the WireModel interface.
- WireModelControllerProvider - Interface in com.ibm.portal.model.controller
- An interface for a provider of wire model controllers.
- WireModelProvider - Interface in com.ibm.portal.wire
- An interface for a provider of a wire model which is extended by the
LayoutModel
- WML_1_1 -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of wml version 1.1 support
- WML_1_2 -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of wml version 1.2 support
- WML_TABLE -
Static variable in class org.apache.jetspeed.portlet.Capability
- Deprecated. The predifined capability instance of wml table support
- WORKFLOW_DATA -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WORKFLOW_DEFINITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WP_SELECTION_BINDING -
Static variable in interface com.ibm.portal.resolver.Constants
- Constant for selection binding
- WpActionServlet - Class in com.ibm.portal.struts.portlet
- The WpActionServlet extends the Struts ActionServlet.
- PortletConfig, com.ibm.portal.struts.portlet.StrutsInfo)">WpActionServlet(ServletContext, ServletConfig, PortletConfig, StrutsInfo) -
Constructor for class com.ibm.portal.struts.portlet.WpActionServlet
- The WpActionServlet Constructor
- WpCommonsMultipartRequestHandler - Class in com.ibm.portal.struts.upload
- This is a modified version of the Struts CommonsMultipartRequestHandler that
will allow the file element's name to be namescoped.
- WpCommonsMultipartRequestHandler() -
Constructor for class com.ibm.portal.struts.upload.WpCommonsMultipartRequestHandler
- WpCommonsMultipartRequestHandler constructor.
- WPCP_DIRECTORY -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WPCP_EDITION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WPCP_PROJECT -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WPCP_RESOURCE -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WPCP_RESOURCE_COLLECTION -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WpRequestProcessor - Class in com.ibm.portal.struts.portlet
- WpRequestProcessor contains the processing logic that
the Struts controller portlet performs as it receives each request
from the container.
- WpRequestProcessor() -
Constructor for class com.ibm.portal.struts.portlet.WpRequestProcessor
- WpRequestProcessor constructor
- WPS_ACTION_SERVLET_KEY -
Static variable in interface com.ibm.portal.struts.portlet.StrutsBaseConstants
- The key used for storing the Wps Action Servlet in request
- WPS_ACTION_SERVLET_KEY -
Static variable in interface com.ibm.wps.portlets.struts.WpsStrutsBaseConstants
- The key used for storing the Wps Action Servlet in request
- WpsActionServlet - Class in com.ibm.wps.portlets.struts
- The WpsActionServlet extends the Struts ActionServlet.
- WpsActionServlet(ServletContext, PortletConfig, WpsStrutsInfo) -
Constructor for class com.ibm.wps.portlets.struts.WpsActionServlet
- WpsActionServlet constructor.
- WpsCommonsMultipartRequestHandler - Class in com.ibm.wps.portlets.struts.upload
- This is a modified version of the Struts CommonsMultipartRequestHandler that has
the DBCS fix for the file name.
- WpsCommonsMultipartRequestHandler() -
Constructor for class com.ibm.wps.portlets.struts.upload.WpsCommonsMultipartRequestHandler
- WpsCommonsMultipartRequestHandler constructor.
- WpsDispatchAction - Class in com.ibm.wps.struts.action
- This is a Portal friendly version of DispatchAction.
- WpsDispatchAction() -
Constructor for class com.ibm.wps.struts.action.WpsDispatchAction
- WpsDispatchAction constructor.
- WpSelectionBinding - Interface in com.ibm.portal.resolver.bindings
- Binding that allows for late binding to a view in WebSphere Portal.
- WpsLookupDispatchAction - Class in com.ibm.wps.struts.action
-
A Portal friendly implementation of the LookupDispatchAction class.
- WpsLookupDispatchAction() -
Constructor for class com.ibm.wps.struts.action.WpsLookupDispatchAction
-
- WpsRequestProcessor - Class in com.ibm.wps.portlets.struts
- WpsRequestProcessor contains the processing logic that
the Struts controller portlet performs as it receives each request
from the container.
- WpsRequestProcessor() -
Constructor for class com.ibm.wps.portlets.struts.WpsRequestProcessor
- WpsRequestProcessor constructor.
- WpsStrutsBaseConstants - Interface in com.ibm.wps.portlets.struts
- The WpsStrutsBaseConstants class contains constants used throughout
the WPS Struts portlet implementation.
- WpsStrutsConstants - Interface in com.ibm.wps.portlets.struts
- The WpsStrutsConstants class contains constants used throughout
the WPS Struts portlet implementation.
- WpsStrutsException - Exception in com.ibm.wps.portlets.struts
- This exception is used as a base class for Portal Struts Framework exceptions.
- WpsStrutsException() -
Constructor for exception com.ibm.wps.portlets.struts.WpsStrutsException
- Construct this WpsStrutsException object
- WpsStrutsException(String) -
Constructor for exception com.ibm.wps.portlets.struts.WpsStrutsException
- Construct this WpsStrutsException object
- WpsStrutsFilteredViewCommand - Class in com.ibm.wps.portlets.struts
- Filter the command with various Transcoding functions.
- WpsStrutsFilteredViewCommand(HttpServletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- Constructor for the WpsStrutsFilteredViewCommand object
- WpsStrutsInfo - Class in com.ibm.wps.portlets.struts
- The WpsStrutsInfo class contains information used throughout
the WPS Struts portlet implementation.
- WpsStrutsInfo(ServletContext, String) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsInfo
- Constructs this WpsStrutsInfo object.
- WpsStrutsPortlet - Class in com.ibm.wps.portlets.struts
- The WpsStrutsPortlet class is specified in the portlet
deployment descriptor for Struts-based portlets.
- WpsStrutsPortlet() -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsPortlet
- Construtor for the WpsStrutsPortlet.
- WpsStrutsPortletMessage - Class in com.ibm.wps.portlets.struts
- The WpsStrutsPortletMessage class is the implementation of the
IStrutsPortletMessage interface that can be sent to the WpsStrutsPortlet.
- WpsStrutsPortletMessage() -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsPortletMessage
- Constructor for the WpsStrutsPortletMessage class.
- WpsStrutsTilesPlugin - Class in com.ibm.wps.portlets.struts.plugins
- The WPS Tiles Plugin is used to initialize Tiles in WebSphere Portal on top of
the Struts Portlet Framework.
- WpsStrutsTilesPlugin() -
Constructor for class com.ibm.wps.portlets.struts.plugins.WpsStrutsTilesPlugin
- WpsStrutsTilesPlugin constructor.
- WpsStrutsTraceLogger - Class in com.ibm.wps.portlets.struts.logging
- This class provides logging ability using six different logging levels.
- WpsStrutsTraceLogger(Class) -
Constructor for class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Constructor.
- WpsStrutsTraceLogger(String) -
Constructor for class com.ibm.wps.portlets.struts.logging.WpsStrutsTraceLogger
- Constructor.
- wpsStrutsTranscodingRequestWrapper -
Variable in class com.ibm.portal.struts.command.StrutsFilteredViewCommand
- The transcoding request wrapper.
- wpsStrutsTranscodingRequestWrapper -
Variable in class com.ibm.wps.portlets.struts.WpsStrutsFilteredViewCommand
- The transcoding request wrapper.
- WpsStrutsViewActionCommand - Class in com.ibm.wps.portlets.struts
- The WpsStrutsViewActionCommand class is a command pattern class used to
execute a render action.
- WpsStrutsViewActionCommand() -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Constructs the WspStrutsViewActionCommand object.
- WpsStrutsViewActionCommand(String, PortletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewActionCommand
- Constructs the StrutsViewActionCommand object.
- WpsStrutsViewCommand - Class in com.ibm.wps.portlets.struts
- The WpsStrutsViewCommand class is a command pattern class used to
provide a mechanism to encapsulate the information needed to redisplay a view.
- WpsStrutsViewCommand() -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Default constructor for the WpsStrutsView command.
- WpsStrutsViewCommand(PortletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewCommand
- Constructs the WpsStrutsViewCommand object.
- WpsStrutsViewErrorCommand - Class in com.ibm.wps.portlets.struts
- The WpsStrutsViewErrorCommand class is a specific command-pattern class
used to display an error.
- WpsStrutsViewErrorCommand(ErrorResponseInfo, PortletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewErrorCommand
- Constructs the View command.
- WpsStrutsViewJspCommand - Class in com.ibm.wps.portlets.struts
- The WpsStrutsViewJspCommand class is a command-pattern class used to
provide a mechanism to encapsulate the information needed to redisplay a view
for dynamic content like JSPs.
- WpsStrutsViewJspCommand() -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Default construtor for WpsStrutsViewJspCommand.
- WpsStrutsViewJspCommand(String, PortletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewJspCommand
- Constructs the View command.
- WpsStrutsViewStaticCommand - Class in com.ibm.wps.portlets.struts
- The WpsStrutsViewStaticCommand class is a command pattern class used to
encapsulate the information needed to redisplay a view.
- WpsStrutsViewStaticCommand(String, HttpServletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewStaticCommand
- Constructs this WpsStrutsViewStaticCommand command.
- WpsStrutsViewTilesCommand - Class in com.ibm.wps.portlets.struts
- The WpsStrutsViewTilesCommand class is a command-pattern class used to
provide a mechanism to encapsulate the information needed to redisplay a view
for dynamic content that uses Struts Tiles.
- WpsStrutsViewTilesCommand(String, PortletRequest) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewTilesCommand
- Constructs the View command.
- WpsStrutsViewXmlCommand - Class in com.ibm.wps.portlets.struts
- Deprecated.
- WpsStrutsViewXmlCommand(String, HttpServletRequest, ViewCommandExecutionContext) -
Constructor for class com.ibm.wps.portlets.struts.WpsStrutsViewXmlCommand
- Deprecated. Construct this WpsStrutsViewXmlCommand command
- WpTilesPlugin - Class in com.ibm.portal.struts.plugins
- WPS Tiles Plugin used to initialize Tiles in WebSphere Portal on top of Struts Portlet Framework.
- WpTilesPlugin() -
Constructor for class com.ibm.portal.struts.plugins.WpTilesPlugin
- WpTilesPlugin constructor
- WpTilesRequestProcessor - Class in com.ibm.portal.struts.portlet
- WpTilesRequestProcessor contains the processing logic that
the Struts controller servlet performs as it receives each servlet request
from the container.
- WpTilesRequestProcessor() -
Constructor for class com.ibm.portal.struts.portlet.WpTilesRequestProcessor
- WpTilesRequestProcessor constructor
- write(OutputStream) -
Method in interface com.ibm.portal.resolver.data.ByteDataSource
- Copies the complete data onto the target stream.
- write(Writer) -
Method in interface com.ibm.portal.resolver.data.CharDataSource
- Copies the complete character content to the output writer
- com.ibm.portal.navigation.NavigationNode)">write(Writer, NavigationNode) -
Method in interface com.ibm.portal.resolver.friendly.service.FriendlySelectionService
-
Encodes the friendly selection string from a node.
- write(Writer) -
Method in interface com.ibm.portal.URL
- Writes the URL to the output stream
- writeContentNodeRenderURL(Writer, String) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified content node (e.g.
- writeContentNodeRenderURL(Writer, ObjectID) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified content node (e.g.
- writeCopy(Writer) -
Method in interface com.ibm.portal.state.DisposableURL
- Streams the state represented by this URL object to a writer.
- writeCopy(Writer) -
Method in interface com.ibm.portal.state.EngineURL
- Streams the state represented by this URL object to a writer and invokes
the postprocessors first on the content of the engine URL.
- writeDispose(Writer) -
Method in interface com.ibm.portal.state.DisposableURL
- Streams the state represented by this URL object to a writer.
- writeDispose(Writer) -
Method in interface com.ibm.portal.state.EngineURL
- Streams the state represented by this URL object to a writer and invokes
the postprocessors first on the content of the engine URL.
- writeObjectID(ObjectID) -
Method in interface com.ibm.portal.ObjectID.Serializer
-
- PortletMode, WindowState, com.ibm.portal.portlet.service.url.Constants.PortalState, java.util.Map, java.util.Locale)">writePortletRenderURL(Writer, String, String, PortletMode, WindowState, Constants.PortalState, Map<String, String[]>, Locale) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified portlet window.
- writePortletRenderURL(Writer, String, String) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified portlet window.
- writePortletRenderURL(Writer, String, String, PortletMode) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified portlet window with the specified portlet mode.
- writePortletRenderURL(Writer, Constants.PortalState) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the current portlet window with the given portal state.
- PortletMode, WindowState, com.ibm.portal.portlet.service.url.Constants.PortalState, java.util.Map, java.util.Locale)">writePortletRenderURL(Writer, ObjectID, ObjectID, PortletMode, WindowState, Constants.PortalState, Map<String, String[]>, Locale) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified portlet window.
- writePortletRenderURL(Writer, ObjectID, ObjectID) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified portlet window.
- writePortletRenderURL(Writer, ObjectID, ObjectID, PortletMode) -
Method in interface com.ibm.portal.portlet.service.url.PortalURLWriter
- Creates a render URL that points to the specified portlet window with the specified portlet mode.
- writeReaderToWriter(Reader, Writer) -
Method in class com.ibm.portal.struts.command.StrutsViewStaticCommand
- Write the contents of a Reader to a Writer.
- writeState(HttpServletRequest, Writer, boolean) -
Method in class com.ibm.wps.engine.tags.StateSerializeTag
- Writes the current state xml representation to the given Writer.
- WSRP_CLIENT_PORTAL -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WSRP_PRODUCER -
Static variable in class com.ibm.portal.ResourceType
- Deprecated.
- WSRPResourceURLFilterFactory - Interface in com.ibm.wps.wsrp.consumer.security
- Deprecated. since 5.1.0.1. This plug-point for custom resource URL filters does not add additional value to
security for access to served resources. Access to the WSRP resource proxy servlet should
be secured and authenticated instead.
X
- XMIMenuService - Interface in com.ibm.wps.portletservice.portletmenu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- XMIMenuTreeException - Exception in com.ibm.wps.portletservice.portletmenu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- XMIMenuTreeException() -
Constructor for exception com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
- Deprecated. XMIMenuTreeException constructor.
- XMIMenuTreeException(String) -
Constructor for exception com.ibm.wps.portletservice.portletmenu.XMIMenuTreeException
- Deprecated. XMIMenuTreeException constructor.
- XMIMenuTreePortlet - Class in com.ibm.wps.portlets.menu
- Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
- XMIMenuTreePortlet() -
Constructor for class com.ibm.wps.portlets.menu.XMIMenuTreePortlet
- Deprecated. Constructor.
- XML_CONTENT_TYPE -
Static variable in interface com.ibm.portal.resolver.xml.Constants
- XML mime type
- XmlDataSource - Interface in com.ibm.portal.resolver.data
- Implemented by providers of XML data streams.
- XMLFactory - Interface in com.ibm.portal.resolver.xml
- Interface that provides access to classes that facilitate the processing
of XML related operations.
- xulMenuItem() -
Method in interface com.ibm.portal.resolver.xul.DefaultXulContentHandler
-
Z
- ZipDataURI - Class in com.ibm.portal.spa.data
- URI to a file inside a ZIP
- ZipDataURI(URI) -
Constructor for class com.ibm.portal.spa.data.ZipDataURI
- Parses the URI and decodes the filename
A B C D E F G H I J K L M N O P Q R S T U V W X Z
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES