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

A

ABOUT - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type ABOUT is asking for an "about" type information generated by the Portal Component.
ABOUT_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "about" node mode
ABOUT_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.ABOUT_MODE instead
ABOUT_REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) method instead of sending an event of this type.
ABOUT_REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ABOUT_REQUEST_EVENT instead
ABSMIDDLE - Static variable in class com.sapportals.portal.prt.util.html.HtmlImage.ImageAlign
 
AbstractComponentEventFilter - class com.sapportals.portal.prt.pom.AbstractComponentEventFilter.
Helper class to be subclassed to filter PortalComponent events
AbstractComponentEventFilter() - Constructor for class com.sapportals.portal.prt.pom.AbstractComponentEventFilter
 
AbstractEvent - class com.sapportals.portal.prt.pom.AbstractEvent.
AbstractEvent is an abstract implementation of the IEvent interface that should be used to create self-defined events.
AbstractEvent() - Constructor for class com.sapportals.portal.prt.pom.AbstractEvent
 
AbstractFactoryManager - class com.sapportals.portal.prt.runtime.AbstractFactoryManager.
Abstract Factory Manager used to register Factory in the System.
AbstractFactoryManager() - Constructor for class com.sapportals.portal.prt.runtime.AbstractFactoryManager
 
AbstractNode - class com.sapportals.portal.prt.pom.AbstractNode.
The AbstractNode is a generic implementation of the INode interface, and of the IEventTarget
AbstractNode(String) - Constructor for class com.sapportals.portal.prt.pom.AbstractNode
Builds a node without referencing a IPortalComponent
AbstractNode(String, IPortalComponent) - Constructor for class com.sapportals.portal.prt.pom.AbstractNode
Constructor
AbstractPool - class com.sapportals.portal.prt.util.AbstractPool.
Manages a pool of objects.
AbstractPool(int) - Constructor for class com.sapportals.portal.prt.util.AbstractPool
Construct a pool given an initial capacity and the maximum number set to 100 to manage
AbstractPool(int, int) - Constructor for class com.sapportals.portal.prt.util.AbstractPool
Construct a pool given an initial capacity and the number of initial items to manage
AbstractPool(int, int, int) - Constructor for class com.sapportals.portal.prt.util.AbstractPool
Construct a pool given an initial capacity and the maximum number of items to manage
AbstractPortalComponent - class com.sapportals.portal.prt.component.AbstractPortalComponent.
This class provides the base implementation of the IPortalComponent. this class should be subclassed by portalcomponents
AbstractPortalComponent() - Constructor for class com.sapportals.portal.prt.component.AbstractPortalComponent
Constructor for the AbstractPortalComponent object.
AbstractURI - class com.sapportals.portal.prt.util.AbstractURI.
AbstractURL is a convenience class for manipulation of URLs based on the W3C RFC 2396 (see the World Wide Web Consortium pages).
AbstractURI() - Constructor for class com.sapportals.portal.prt.util.AbstractURI
Constructor.
AbstractURI(String) - Constructor for class com.sapportals.portal.prt.util.AbstractURI
Constructor with initial URL.
accept(IEvent) - Method in class com.sapportals.portal.prt.pom.AbstractComponentEventFilter
 
accept(IEvent) - Method in interface com.sapportals.portal.prt.pom.IEventFilter
Accept ot not this event
accept(IPortalComponentEvent) - Method in class com.sapportals.portal.prt.pom.AbstractComponentEventFilter
Must be defined by subclasses to accept or not events
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.HtmlElement
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline
 
accept(ParserVisitor) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Annotation
 
acceptRequest(IDispatcherContext) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPConnection
accept request from the dispatcher of call to connections.
ACTION_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing an action event
ACTION_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ACTION_EVENT instead
activeLogger(boolean) - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
active the logger note: if logger is activated by this way the config service property will not be updated.
add_escapes(String) - Method in class com.sapportals.portal.prt.util.html.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add(String, String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
add an attribute with value.
add(String, String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
add an attribute with value.
add(String, String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
add an attribute with value.
addAttribute(HtmlDocument.Attribute) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
addAttribute(String, Object) - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
addAttribute(String, SOAPParameter) - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
addAttribute(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
addAttribute(String, String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
Add a property to the container
addChildNode(INode) - Method in interface com.sapportals.portal.prt.pom.INode
Adds a node as a children of this node. after the adding procedure has been completed.
addChildNode(INode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Adds a node as a children of this node.
addCookie(Cookie) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Helper method to add a cookie in the response
addCookie(Cookie) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
addCookie(Object) - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
Allow to add cookie to the current call
addCookies(Cookie[]) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
addDefaultValue(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
use it for pass the special parameters in the unmarshall /marshall method
addElement(HtmlDocument.HtmlElement) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence
 
addElement(IHtmlOutputable) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Add a IHtmlOutputable as element.
addElement(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Add a String
addEscapes(String) - Static method in class com.sapportals.portal.prt.util.html.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEventListener(EventType, IEventListener) - Method in interface com.sapportals.portal.prt.pom.IEventTarget
Registers a listener on an event
addEventListener(EventType, IEventListener) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Registers an event listener for this node.
addEventListener(EventType, IEventListener, IEventFilter) - Method in interface com.sapportals.portal.prt.pom.IEventTarget
Registers a listener on an event
addEventListener(EventType, IEventListener, IEventFilter) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Registers an event listener for this node.
addMappingInterface(String, String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMappingInterface
 
addMappings(String, Class, QName, SOAPDeserializer, SOAPSerializer) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Add entry for the mapping between java type and XMML/SOAP Qualified name
addMethodsAuthorizedProcessor(String, IMethodsAuthorizedProcessor) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Add in the list a IIMethodsAuthorizedProcessor instance
addMultirefValues(SOAPBodyElement) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Add namespace element in context, use for process SOAP message with ref
addNamespaceDeclaration(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Add namespace declaration in context
addNamespaceDeclaration(String, String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Add declaration of namespace in the context
addNamespaceDeclarationInElement(SOAPElement) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Add declaration contains in a SOAP Element
addNamespaceElementInContext(SOAPElement) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Add namespace element in context
addNode(INode) - Method in class com.sapportals.portal.prt.pom.NodeList
Adds a node to this NodeList
AddNullAttribute(SOAPEnvelope, SOAPElement, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
addParam(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
addParam(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
 
addParameter(String, String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Adds a parameter with value to the query part.
addPortalWebServiceType(String, String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
addRange(int) - Method in class com.sapportals.portal.prt.service.soap.util.CharType
 
addRange(int, int) - Method in class com.sapportals.portal.prt.service.soap.util.CharType
 
addResource(IResource) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Deprecated. This method is not recommended to be used anymore. It might lead to unexpected results due to the undefined coupling of a request object to a response object. Please use IPortalComponentResponse.include(IPortalComponentRequest, IResource) instead.
addSOAPElement(SOAPEnvelope, SOAPElement, String, String, String, String, Object, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
Return a SOAPElement created with the rigth parameters but without value, you have to add the textNode.
addSpecializedRegistry(String, ISpecializedRegistry) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Add registry entry corresponding to a Portal Service
addUniqueObject(IHtmlUniqueObject) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
addUniqueObject(String, IHtmlOutputable) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
addValueOfAttribute(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
use it for pass the special parameters in the unmarshall /marshall method
addXMLNSDocumentForNode(String, String, SOAPElement) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
adjustBeginLineColumn(int, int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
Method to adjust line and column numbers for the start of a token.
AFTER_CONTENT_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event sent after the content phase of the request cycle has finished
AFTER_CONTENT_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.AFTER_CONTENT_EVENT instead
afterInit() - Method in interface com.sapportals.portal.prt.service.IService
it allows to init the service after that all the service has benn called
ALL - Static variable in class com.sapportals.portal.prt.logger.Level
 
ALL_ID - Static variable in class com.sapportals.portal.prt.logger.Level
ALL indicates that all message should be logged.
ALPHA_CHAR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ALPHANUM_CHAR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ANONYMOUS_USER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AnyURI - class com.sapportals.portal.prt.service.soap.types.AnyURI.
A class to represent a Uniform Resource Identifier (URI).
AnyURI() - Constructor for class com.sapportals.portal.prt.service.soap.types.AnyURI
Construct a new and uninitialized URI.
AnyURI(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.AnyURI
Construct a new URI from a URI specification string.
AnyURI(String, String, String, int, String, String, String) - Constructor for class com.sapportals.portal.prt.service.soap.types.AnyURI
Construct a new URI that follows the generic URI syntax from its component parts.
anyURI2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
append(char) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(char[]) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(char[], int, int) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(double) - Method in class com.sapportals.portal.prt.util.SmartBuffer
Appends the string representation of a double value to the buffer
append(int) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
append(String) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
appendPath(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Append to the end of the path of this URI.
appendToAttribute(String, String) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
Append the value to an existing/newly created property in the container
appendToAttribute(String, String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
 
APPLET - Static variable in interface com.sapportals.portal.prt.resource.IResource
The applet resource type Default scope: public
Default extension: none
ARRAY_TYPE_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
ARRAY_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
ASCII_CharStream - class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(InputStream, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ATTR_ACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_ARRAY_OFFSET - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_ARRAY_POSITION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_ARRAY_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_BINDING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_ENCODING_STYLE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_EQ - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ATTR_ID - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_LOCATION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_MESSAGE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_NAME - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_NAME - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ATTR_NAMESPACE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_NULL_1999 - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_NULL_2000 - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_NULL_2001 - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_PARAMETER_ORDER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_PART - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_PARTS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_REQUIRED - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_SOAP_ACTION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_STYLE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_TARGET_NAMESPACE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_TRANSPORT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_USE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_VAL - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ATTR_VERB - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTR_XMLNS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ATTRIBUTE_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
Attribute() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
attributeList - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
AttributeList() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
attributes - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
attributesHT - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
AUTH_REQUIREMENT_ADMIN - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR_ADMIN - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR_ROLES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_ERROR_USER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_NONE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTH_REQUIREMENT_USER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
AUTHORIZATION_ACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 

B

backup(int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
backup(int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
BASE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
Base64 - class com.sapportals.portal.prt.service.soap.types.Base64.
 
Base64() - Constructor for class com.sapportals.portal.prt.service.soap.types.Base64
 
Base64(byte[]) - Constructor for class com.sapportals.portal.prt.service.soap.types.Base64
Assumes that the value passed in is ASCII text.
base642001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
base64Decode(String) - Static method in class com.sapportals.portal.prt.service.soap.types.Base64
 
base64QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
BASELINE - Static variable in class com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign
 
BEFORE_CONTENT_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event sent before the content phase of the request cycle starts
BEFORE_CONTENT_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.BEFORE_CONTENT_EVENT instead
beginColumn - Variable in class com.sapportals.portal.prt.util.html.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.sapportals.portal.prt.util.html.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
BeginToken() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
BINDING_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
BLOCK_EOL - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
BLOCK_LBR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
BLOCK_WORD - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
BlockContents() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
body - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
 
boolean2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
BOTTOM - Static variable in class com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign
 
BOTTOM - Static variable in class com.sapportals.portal.prt.util.html.HtmlImage.ImageAlign
 
browserFamily() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. browserFamily returns a string which is composed of three parts browser type, version and platform the three different parts are separated by "/" for example Mozilla/4.75/Win returns String
BrowserGuidFactory - class com.sapportals.portal.prt.util.BrowserGuidFactory.
Factory that provides prefixed Guids that fits with what is expected byte the browsers Created: Mon Dec 18 10:36:27 2000
BrowserGuidFactory() - Constructor for class com.sapportals.portal.prt.util.BrowserGuidFactory
 
bufcolumn - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
buffer - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
BUFFER_POOL_URLS - Static variable in class com.sapportals.portal.prt.util.StringUtils
 
bufline - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
bufpos - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
bufpos - Variable in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
BUTTON - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
byte2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 

C

CachingLevel - class com.sapportals.portal.prt.component.CachingLevel.
Represents the level of caching needed by a PortalComponent. 3 levels are provided.
CachingLevel(String) - Constructor for class com.sapportals.portal.prt.component.CachingLevel
 
call(SOAPMessage, String, IServiceDescriptor) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Call a distant Web Service using invokation provide by the SOAP Framework
call(SOAPMessage, String, IServiceDescriptor, IUserContext, String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Call a distant Web Service using invokation provide by the SOAP Framework with security infos
capacity() - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
CCS_SOAP_CONFIG_CXT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
CCS_SOAP_CONFIG_PROP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
CCS_SOAP_CONFIG_PROP_MAINPRT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
CENTER - Static variable in class com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign
 
CENTER - Static variable in class com.sapportals.portal.prt.util.html.HtmlDiv.DivAlign
 
charAt(int) - Method in class com.sapportals.portal.prt.util.SmartBuffer
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
CharRange - class com.sapportals.portal.prt.service.soap.util.CharRange.
Description : Project : soap FileName : CharRange.java Copyright : SAP Copyright (c) Company : SAP GBU IP
CharRange() - Constructor for class com.sapportals.portal.prt.service.soap.util.CharRange
 
CharRange(int) - Constructor for class com.sapportals.portal.prt.service.soap.util.CharRange
 
CharRange(int, int) - Constructor for class com.sapportals.portal.prt.service.soap.util.CharRange
 
CharType - class com.sapportals.portal.prt.service.soap.util.CharType.
Description : Project : soap FileName : CharType.java Copyright : SAP Copyright (c) Company : SAP GBU IP
CharType() - Constructor for class com.sapportals.portal.prt.service.soap.util.CharType
 
CharTypeSolver - class com.sapportals.portal.prt.service.soap.util.CharTypeSolver.
Description : Class that allows to determine the Class of character for further information, please see http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Letter Project : soap FileName : CharTypeSolver.java Copyright : SAP Copyright (c) Company : SAP GBU IP
CharTypeSolver() - Constructor for class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
 
CHECKBOX - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
clean(int) - Method in interface com.sapportals.portal.prt.service.IServiceEventListener
Deprecated. clean the service
cleanNameClass(Class, boolean) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
clear() - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Clears the map, i.e. removes all key to value assigments.
clear() - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Clears the map, i.e. removes all key to value assigments.
clearCookies() - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
clear cookies include in soap request
ClientFamily - class com.sapportals.portal.prt.component.ClientFamily.
Deprecated. Note: this class is entirely deprecated and may not return valid information.
Copyright (c) SAP Portals Europe GmbH 2001
ClientFamily() - Constructor for class com.sapportals.portal.prt.component.ClientFamily
Deprecated.  
ClientType - class com.sapportals.portal.prt.component.ClientType.
Deprecated. Note: this class is no longer used. The provided information may also not be relevant. Please see {#link IUserAgent}
ClientType(String) - Constructor for class com.sapportals.portal.prt.component.ClientType
Deprecated. Defaut type of a client is unknown
ClientType(String, String) - Constructor for class com.sapportals.portal.prt.component.ClientType
Deprecated. Constructor with userAgent
CLOSE - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. Reserved for future purposes.
close() - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
close the loger
close() - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
collected - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
column - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
com.sapportals.portal.prt.component - package com.sapportals.portal.prt.component
 
com.sapportals.portal.prt.event - package com.sapportals.portal.prt.event
 
com.sapportals.portal.prt.logger - package com.sapportals.portal.prt.logger
 
com.sapportals.portal.prt.pom - package com.sapportals.portal.prt.pom
 
com.sapportals.portal.prt.resource - package com.sapportals.portal.prt.resource
 
com.sapportals.portal.prt.runtime - package com.sapportals.portal.prt.runtime
 
com.sapportals.portal.prt.service - package com.sapportals.portal.prt.service
 
com.sapportals.portal.prt.service.factory - package com.sapportals.portal.prt.service.factory
 
com.sapportals.portal.prt.service.soap - package com.sapportals.portal.prt.service.soap
 
com.sapportals.portal.prt.service.soap.decoding - package com.sapportals.portal.prt.service.soap.decoding
 
com.sapportals.portal.prt.service.soap.element - package com.sapportals.portal.prt.service.soap.element
 
com.sapportals.portal.prt.service.soap.encoding - package com.sapportals.portal.prt.service.soap.encoding
 
com.sapportals.portal.prt.service.soap.exception - package com.sapportals.portal.prt.service.soap.exception
 
com.sapportals.portal.prt.service.soap.listener - package com.sapportals.portal.prt.service.soap.listener
 
com.sapportals.portal.prt.service.soap.log - package com.sapportals.portal.prt.service.soap.log
 
com.sapportals.portal.prt.service.soap.mapping - package com.sapportals.portal.prt.service.soap.mapping
 
com.sapportals.portal.prt.service.soap.processor - package com.sapportals.portal.prt.service.soap.processor
 
com.sapportals.portal.prt.service.soap.security - package com.sapportals.portal.prt.service.soap.security
 
com.sapportals.portal.prt.service.soap.types - package com.sapportals.portal.prt.service.soap.types
 
com.sapportals.portal.prt.service.soap.util - package com.sapportals.portal.prt.service.soap.util
 
com.sapportals.portal.prt.service.soap.webserviceconfig - package com.sapportals.portal.prt.service.soap.webserviceconfig
 
com.sapportals.portal.prt.service.soap.webserviceconfig.description - package com.sapportals.portal.prt.service.soap.webserviceconfig.description
 
com.sapportals.portal.prt.service.soap.wsdl - package com.sapportals.portal.prt.service.soap.wsdl
 
com.sapportals.portal.prt.service.soap.wsdlImpl.util - package com.sapportals.portal.prt.service.soap.wsdlImpl.util
 
com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml - package com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml
 
com.sapportals.portal.prt.session - package com.sapportals.portal.prt.session
 
com.sapportals.portal.prt.util - package com.sapportals.portal.prt.util
 
com.sapportals.portal.prt.util.html - package com.sapportals.portal.prt.util.html
 
com.sapportals.portal.prt.util.html.parser - package com.sapportals.portal.prt.util.html.parser
 
com.sapportals.portal.prt.util.http - package com.sapportals.portal.prt.util.http
 
comment - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment
 
COMMENT_END - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
COMMENT_EOL - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
COMMENT_START - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
COMMENT_WORD - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
CommentTag() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
compareTo(Guid) - Method in class com.sapportals.portal.prt.util.Guid
 
compareTo(Object) - Method in class com.sapportals.portal.prt.util.Guid
 
COMPLEX_CONTENT_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
COMPLEX_TYPE_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
COMPONENT - Static variable in class com.sapportals.portal.prt.component.CachingLevel
Deprecated.  
COMPONENT_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing a server-side event.
COMPONENT_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.COMPONENT_EVENT instead
COMPONENT_NAME_SEPARATOR - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
COMPONENT_NODE - Static variable in class com.sapportals.portal.prt.pom.NodeType
Describes a node directly related to a standard component.
COMPONENT_NODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeType.COMPONENT_NODE instead
CONFIG_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "config" mode
configure(IServiceConfiguration) - Method in interface com.sapportals.portal.prt.service.IService
Deprecated. Do not use anymore.
constructInstance(ISOAPService) - Static method in class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler
 
constructSOAPMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler
 
constructSOAPMessage(MessageFactory, IMessageDescriptor, IServiceDescriptor) - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPSerializator
Construct the SOAP message corresponding to a call generated with SOAP Framework
constructSOAPMessage(MessageFactory, IPRTSOAPResponse) - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPSerializator
Construct the SOAP message corresponding of a response by SOAP Framework
constructValueForArrayOfArray(String, String, int, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
constructValueforType(String, String, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
consumeSOAPPRTMessageFault(Throwable) - Method in class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler
 
CONTENT - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type CONTENT is asking for a Portal Component's content.
CONTEXT - Static variable in class com.sapportals.portal.prt.component.CachingLevel
Deprecated.  
contextDestroy(IPortalComponentContext) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContextListener
the contextDestroy method is called when a Portal Component is discarded from a Context.
contextInit(IPortalComponentContext) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContextListener
The contextInit method is called when a Portal Component runs for the first time under a Context.
contructValueForArray(String, String, int, int, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
contructValueForArray(String, String, int, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
convertFromException(Exception) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
convertFromException(Throwable) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
copyBinaryGuidIntoBuffer(byte[], int, Guid) - Static method in class com.sapportals.portal.prt.util.Guid
 
copyBinaryGuidIntoBuffer(char[], int, Guid) - Static method in class com.sapportals.portal.prt.util.Guid
 
copyGuidIntoBuffer(char[], int, Guid) - Static method in class com.sapportals.portal.prt.util.Guid
 
countKids(Element, short) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
createAboutRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead
createAttributeElement(String, String, boolean, Document) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
createComponentEvent(IPortalComponentRequest, String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Deprecated. Do not use anymore
createComponentNode(String, IPortalComponentContext) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Create a component node that refers to a Portal Component with context
createComponentURL(INode, IPortalRequestEvent) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use createPortalComponentURI instead
createComponentURL(IPortalRequestEvent) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use createPortalComponentURI instead
createEditRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead
createElement(String, String, boolean, Document) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
createElementNS(String, String) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
createEvent(EventType, boolean) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Creates a POM event, whose propagation cannot be canceled
createEvent(EventType, boolean, boolean) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Creates a POM event.
createGuid() - Static method in class com.sapportals.portal.prt.util.BrowserGuidFactory
Creates a new prefixed guid.
createHelpRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead
createInstance(String, int) - Static method in class com.sapportals.portal.prt.util.StringBufferPool
Creates a pool and bind to the name specified by the poolName argument.
createInstance(String, int, int) - Static method in class com.sapportals.portal.prt.util.StringBufferPool
Creates a pool and bind to the name specified by the poolName argument.
createInstance(String, int, int, int) - Static method in class com.sapportals.portal.prt.util.StringBufferPool
Creates a pool and bind to the name specified by the poolName argument.
createInstanceInternal(String, int) - Method in class com.sapportals.portal.prt.util.StringBufferPool
Creates a pool and bind to the name specified by the poolName argument.
createInstanceInternal(String, int, int) - Method in class com.sapportals.portal.prt.util.StringBufferPool
Creates a pool and bind to the name specified by the poolName argument.
createInstanceInternal(String, int, int, int) - Method in class com.sapportals.portal.prt.util.StringBufferPool
Creates a pool and bind to the name specified by the poolName argument.
createIntance(Class) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Create an instance of one class using current specialized registry class loader
createPageURL(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use createPortalComponentURI instead
createPageURL(String, IPortalRequestEvent) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use createPortalComponentURI instead
createPageURL(String, NodeMode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use createPortalComponentURI instead
createPoolObject() - Method in class com.sapportals.portal.prt.util.AbstractPool
Factory method to create pool objects
createPoolObject() - Method in class com.sapportals.portal.prt.util.StringBufferPool
 
createPortalComponentEvent(String) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Creates a portal component event.
createPortalComponentURI() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Creates a new PortalComponentURI
createPortalWebService(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfig
 
createPortalWebServiceMappingInterface() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
createPortalWebServiceMethod(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
createPortalWebServiceParameter(int, String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
createPortalWebServiceSerializer(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
createPreviewRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead
createProfileValidationEvent() - Method in interface com.sapportals.portal.prt.pom.IComponentNode
Creates a new ProfileValidationEvent
createRefreshRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead
createRequestEvent(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Creates a request event.
createRequestEvent(String, IPortalRequestEventData) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Creates a request event.
createRequestEventData() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Creates an empty request event data object.
createReturnPortalWebServiceParameter(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
createScriptArea() - Method in class com.sapportals.portal.prt.util.html.HtmlHead
 
createSecuredSOAPMessage(SOAPMessage, ISOAPMessageContext) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
createSOAPElement(Name) - Method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
createSOAPElement(String) - Method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
createSOAPElement(String, String, String) - Method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
CSS - Static variable in interface com.sapportals.portal.prt.resource.IResource
The CSS resource type Default scope: public
Default extension: .css
curChar - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
currentToken - Variable in class com.sapportals.portal.prt.util.html.parser.ParseException
This is the last token that has been consumed successfully.

D

DASH - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
date2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
DateUtilFormat - class com.sapportals.portal.prt.service.soap.util.DateUtilFormat.
Description : Project : soap FileName : CharRange.java Copyright : SAP Copyright (c) Company : SAP GBU IP
DateUtilFormat() - Constructor for class com.sapportals.portal.prt.service.soap.util.DateUtilFormat
 
DEBUG_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
DEBUG_LOGGER is used to log messages from the core or the api
debugStream - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
decimal2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
DECL_ANY - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
DECL_END - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
DECL_START - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
DeclTag() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
decode() - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
DEFAULT - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
DEFAULT_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the default node mode
DEFAULT_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.DEFAULT_MODE instead
DEFAULT_POOL_NAME - Static variable in class com.sapportals.portal.prt.util.StringBufferPool
 
DEFAULT_PROFILE_NAME - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
DEFAULT_RESOURCE_BUNDLE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
DEFAULT_SERVICE_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
DEFAULT_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
deleteInstance(String) - Static method in class com.sapportals.portal.prt.util.StringBufferPool
 
DELIMITER_NS - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
denormalize(String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
DEPLOYMENT_MANAGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
DEPLOYMENT_MANAGER_COUNT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
DescriptionConstants - interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants.
 
destroy() - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Called upon release of the component instance.
destroy() - Method in interface com.sapportals.portal.prt.component.IPortalComponent
Invoked when this Portal Component is discarded from memory.
destroy() - Method in interface com.sapportals.portal.prt.service.IService
Called upon release of the service from the container.
destroy() - Static method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
destroy() - Static method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Destroy the instance
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlSharedString
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
 
destroy() - Method in interface com.sapportals.portal.prt.util.html.IHtmlOutputable
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
destroy() - Method in class com.sapportals.portal.prt.util.html.HtmlString
 
destroy(Object) - Method in interface com.sapportals.portal.prt.service.soap.listener.ISOAPSerializerListener
Destroy the object
disable_tracing() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
DISPATCHER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
dispatchEvent(IEvent) - Method in interface com.sapportals.portal.prt.pom.IEventTarget
Starts dispatching of an event.
dispatchEvent(IEvent) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Start dispatching of an event.
dispatchRequest(INode, IPortalComponentResponse) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Dispatches the request to another node
dispatchRequest(IResource, IPortalComponentResponse) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Dispatches the request to a Resource
displayCurrentProfile(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.util.EditProfile
Description of the Method
doAbout(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Provides an "about" information on the Portal Component.
doAfterContent(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles the AFTER_CONTENT event.
doBeforeContent(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles the BEFORE_CONTENT event.
doComponentEvent(IPortalComponentRequest, IPortalComponentEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles a server side component event.
doContent(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Generates the content of the component.
doContent(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.util.StandardEditDialog
 
DOCUMENT_LITERAL_STYLE_ENCODING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
DOCUMENT_STYLE - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
DOCUMENT_STYLE_DESC - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
DOCUMENT_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
doEdit(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Provides personalization dialog.
doEdit(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.util.StandardEditDialog
present a personalization dialogue.
doHandleEditData(IPortalComponentRequest, IPortalRequestEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Default handler upon personalization according to the convention, which is that a personalization dialog presentation should use profile names as parameter names and it should contain a field "save" if the parameter set should be saved into the profile.
doHandleEditData(IPortalComponentRequest, IPortalRequestEvent) - Method in class com.sapportals.portal.prt.util.StandardEditDialog
Default handling at end of personalization: Simply store all properties.
doHelp(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Provides a help information on the Portal Component.
DOM2Writer - class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer.
 
DOM2Writer() - Constructor for class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
 
DOMUtils - class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils.
 
DOMUtils() - Constructor for class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
Done() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
Done() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
dontMatch - Static variable in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
dontMatchStrings - Static variable in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
doOnNodeReady(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles the POM_ON_NODE_READY event.
doOnNodeRemove(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles the ON_NODE_REMOVE_EVENT event.
doOnPOMReady(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles the ON_POM_READY_EVENT event.
doPreview(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Provides preview on the typical output provided by the Portal Component.
doRefresh(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Provides personalization dialog.
doRequestEvent(IPortalComponentRequest, IPortalRequestEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Handles a client raised event that is not handled in a specific event handler.
doSaveCurrentProfile(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.util.EditProfile
Description of the Method
double2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Duration - class com.sapportals.portal.prt.service.soap.types.Duration.
Description : Class that converts a string under the format PnYnMnDTnHnM to a Duration data type Project : soap FileName : Duration.java Copyright : SAP Copyright (c) Company : SAP GBU IP
Duration(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Duration
 
duration2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 

E

EDIT - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type EDIT is asking for a Portal Component's personalization dialog.
EDIT_ACKNOWLEDGE_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. this event type is kept for backward compatibility.
EDIT_ACKNOWLEDGE_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.EDIT_ACKNOWLEDGE_EVENT instead
EDIT_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the personalization node mode
EDIT_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.EDIT_MODE instead
EDIT_REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) method instead of sending an event of this type.
EDIT_REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.EDIT_REQUEST_EVENT instead
EditProfile - class com.sapportals.portal.prt.util.EditProfile.
Description of the Class
EditProfile() - Constructor for class com.sapportals.portal.prt.util.EditProfile
 
ELEM - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_ADDRESS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_ATTRIBUTE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_BINDING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_BODY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_CONTENT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_DEFINITIONS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_DOCUMENTATION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_ENVELOPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_ACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_CODE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_DATA_ENCONDING_UNKNOWN - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_DETAIL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_HEADER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_MUSTUNDERSTAND - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_RECEIVER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_SECURITY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_SENDER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_SERVER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_STRING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_FAULT_VERSION_MISMATCH - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_HEADER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_HEADER_DEFAULTACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_HEADER_MUSTUNDERSTAND - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_HREF - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_IMPORT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_INPUT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_MESSAGE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_MIME_XML - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_MISUNDERSTOOD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_MULTIPART_RELATED - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_MULTIREF - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_OPERATION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_OUTPUT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_PART - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_PORT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_PORT_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_SCHEMA - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_SERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_STACKTRACE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_TYPES - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_URL_ENCODED - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEM_URL_REPLACEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
ELEMENT_ERROR - Static variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
Element() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
elements - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
elements - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence
 
elements() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence
 
ElementSequence() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
emptyTag - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
enable_tracing() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
encode() - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
encode(byte[]) - Static method in class com.sapportals.portal.prt.service.soap.types.Hex
 
ENCODED_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
ENCRYPT_ACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
END_LINE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
endColumn - Variable in class com.sapportals.portal.prt.util.html.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class com.sapportals.portal.prt.util.html.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endTag - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
 
ENDTAG_START - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
EndTag() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
ensureCapacity(int) - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
ensureInitialized() - Static method in class com.sapportals.portal.prt.util.StringBufferPool
 
Entities - class com.sapportals.portal.prt.service.soap.types.Entities.
Description : Class that represents the Entities datatype by parsing and interpreting a string .
Entities(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Entities
 
Entities2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Entity - class com.sapportals.portal.prt.service.soap.types.Entity.
Description : Class that represents entity datatype by parsing qnd interpreting a string.
Entity(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Entity
 
Entity2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
EOF - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
eol - Variable in class com.sapportals.portal.prt.util.html.parser.ParseException
The end of line string for this machine.
EOL - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
EQUALS_BEGIN - Static variable in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
EQUALS_END - Static variable in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
equals(Guid) - Method in class com.sapportals.portal.prt.util.Guid
 
equals(Object) - Method in class com.sapportals.portal.prt.component.PortalComponentContentType
Two content types are equal if they have been created with the same type string.
equals(Object) - Method in class com.sapportals.portal.prt.logger.Level
Tests if the level passed in argument is equal to this level.
equals(Object) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
 
equals(Object) - Method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
 
equals(Object) - Method in class com.sapportals.portal.prt.service.soap.types.Hex
 
equals(Object) - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
equals(Object) - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
equals(Object) - Method in class com.sapportals.portal.prt.util.Guid
 
ERICSSON - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
ERROR - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentResponse
 
ERROR_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "error" mode
escapeScriptEndTag(String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Prepare a string to be used for a javascript string definition with particular care about script tag.
escapeToAttributeValue(String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string for output as an attribute string of a tag, no URLs!
escapeToAttributeValue(String, int) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string for output as an attribute string of a tag, no URLs!
escapeToHTML(String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string for output between tags (CASE1)
escapeToHTML(String, int) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string for output between tags (CASE1)
escapeToJS(String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string inside a JS string declaration (CASE5)
escapeToJS(String, int) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string inside a JS string declaration (CASE5)
escapeToURL(String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string that represents a URL (CASE3) Note that this function will call 'disableScriptSignatures'.
escapeToURL(String, int) - Static method in class com.sapportals.portal.prt.util.StringUtils
Encode a string that represents a URL (CASE3) Note that this function will call 'disableScriptSignatures'.
EventType - class com.sapportals.portal.prt.pom.EventType.
An EventType identifies a type Event.
EventType(String) - Constructor for class com.sapportals.portal.prt.pom.EventType
 
ExpandBuff(boolean) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
expectedTokenSequences - Variable in class com.sapportals.portal.prt.util.html.parser.ParseException
Each entry in this array is an array of integers.
expirePoolObject(Object) - Method in class com.sapportals.portal.prt.util.AbstractPool
Callback when object are not managed anymore by the pool.
expirePoolObject(Object) - Method in class com.sapportals.portal.prt.util.StringBufferPool
 

F

FactoryFinder - class com.sapportals.portal.prt.service.soap.util.FactoryFinder.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
FactoryFinder(IPortalWebService) - Constructor for class com.sapportals.portal.prt.service.soap.util.FactoryFinder
 
FactoryFinder(Properties) - Constructor for class com.sapportals.portal.prt.service.soap.util.FactoryFinder
 
FiFoList - class com.sapportals.portal.prt.util.FiFoList.
FiFoList - implementation of a first-in first-out list.
FiFoList(int) - Constructor for class com.sapportals.portal.prt.util.FiFoList
Create a first-in first-out list with the given size.
FILE - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
FILE_SUFFIX_DOC_LIT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
FILE_SUFFIX_RPC_ENC - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
FILE_SUFFIX_RPC_LIT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
FilePart - class com.sapportals.portal.prt.util.http.FilePart.
 
FilePart(String, String, String, InputStream) - Constructor for class com.sapportals.portal.prt.util.http.FilePart
 
FillBuff() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
fillFromByteArray(byte[], int) - Method in class com.sapportals.portal.prt.util.Guid
 
fillLongFromByteArray(byte[], int) - Static method in class com.sapportals.portal.prt.util.Guid
 
finalize() - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
findChildElementWithAttribute(Element, String, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
finish() - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
finish() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
finish() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
fireEvent(IPortalComponentEvent, IPortalComponentRequest) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Deprecated. Do not use anymore
fireEventOnNode(IEvent, INode) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Sends an event immediately to a POM node.
float2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
flush() - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
format(Date, StringBuffer, FieldPosition) - Method in class com.sapportals.portal.prt.util.QuickDateFormat
 
formatms(long) - Static method in class com.sapportals.portal.prt.util.QuickDateFormat
Format time in millisec using "HH:mm:ss,SSS"
foundParameter(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 

G

GDay - class com.sapportals.portal.prt.service.soap.types.GDay.
Description : Class that converts a string under the format ---DD(Z|(+|-hh:mm)) to a GDay data type Project : soap FileName : GDay.java Copyright : SAP Copyright (c) Company : SAP GBU IP
GDay(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.GDay
 
gDay2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
generateBooleanSelectBox(String, String) - Method in class com.sapportals.portal.prt.util.StandardEditDialog
Generates the select box for boolean properties
generateEmptyPRTSOAPBodyElementEntry() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBody
 
generateParseException() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
generateSelectBox(String, String, String) - Method in class com.sapportals.portal.prt.util.StandardEditDialog
Generates the select box for properties of type "select"
GET - Static variable in class com.sapportals.portal.prt.util.html.HtmlForm.FormMethod
 
get() - Method in class com.sapportals.portal.prt.util.FiFoList
Get an item from the list.
get(int) - Method in class com.sapportals.portal.prt.util.StringBufferPool
Returns the
get(IServiceConfiguration) - Method in interface com.sapportals.portal.prt.service.factory.IServiceFactory
Deprecated. generic get of a service
get(IServiceId) - Method in interface com.sapportals.portal.prt.service.factory.IServiceFactory
Deprecated. generic get of a service
get(Object) - Method in interface com.sapportals.portal.prt.service.IServiceConfiguration
Deprecated. return a value associated to a key.
get(String) - Method in class com.sapportals.portal.prt.runtime.AbstractFactoryManager
get a factory
getAbbriviation() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns a common abbriviation for this client type like "nn4", "ie5" etc.
getAction() - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Get the value of m_action.
getActor() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecurityElement
 
getActor() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getAlign() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_align.
getAlign() - Method in class com.sapportals.portal.prt.util.html.HtmlDiv
Get the value of m_align.
getAlignment() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_alignment.
getAllInterfaceMapped() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMappingInterface
 
getAllLevels() - Static method in class com.sapportals.portal.prt.logger.Level
Returns an enumeration of all existing levels (ALL, INFO, OFF, SEVERE, WARNING)
getAllLoggerRecords() - Method in interface com.sapportals.portal.prt.logger.ILoggerFile
Returns the
getAllPortalWebServiceSerializers() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getAllSpecializedRegistry() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get the list of the specialized registry contains in the central registry
getAlt() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_alt.
getApplicationName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Gets the name of the portal application the component belongs to
getApplicationName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentInitContext
Gets the portal application name the component belongs to.
getApplicationName() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets the portal application name
getArrayChildsName() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
return the last value of child name setting in the soap content
getArrayContainedClasses() - Method in class com.sapportals.portal.prt.service.soap.SOAPParameter
Get the list of class contians in the object if it is an array Only use for array of object
getArrayItemName() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getArrayItemName() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
 
getArrayQName() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get the QName Array for SOAP Array Type
getAsAttribute() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getAttribute(Element, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getAttribute(Node, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getAttribute(String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
Return the value of an attributes Note: If the attribute is multi-valued, any one the values can be the result of a call to this method.
getAttribute(String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
Return the value of an attributes Note: If the attribute is multi-valued, any one the values can be the result of a call to this method.
getAttribute(String) - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
getAttribute(String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
Returns the
getAttributeHandler() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPHeaderElement
 
getAttributeHandler() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBodyElement
 
getAttributeNames() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. For more consistency this method has been deprecated. The component should now use the getProperties method instead.
getAttributeNames() - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Returns a Enumeration view of the attribute names contained in this context.
getAttributeNames() - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
Gets the attributes names as an array.
getAttributeNames() - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
Gets the attributes names as an array.
getAttributeNames() - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
returns an enumeration of attributes
getAttributeNames() - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
Returns the
getAttributeNS(Element, String, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getAttributes() - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
Get the value of m_attributes.
getAttributes() - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
 
getAttributesEnumeration() - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
Gets an Enumeration of attributes names.
getAttributesEnumeration() - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
Gets an Enumeration of attributes names.
getAttributesEnumeration() - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
Returns the
getAttributesName() - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
getAttributeValue(SOAPElement, String) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
getAttributeValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. For more consistency this method has been deprecated. The component should now use the getProperty method instead.
getAttributeValue(String) - Method in interface com.sapportals.portal.prt.component.IPropertyDescriptor
Deprecated. returns the value of the attribute
getAttributeValue(String) - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
returns the value related to the provided key.
getAttributeValue(String) - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
getAttributeValues(String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
gets the attributes values associated to a specific name.
getAttributeValues(String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
gets the attributes values associated to a specific name.
getAttributeValues(String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
Returns the
getAttributeValuesIterator(String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
Gets an iterator on the values associated to a name.
getAttributeValuesIterator(String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
Gets an iterator on the values associated to a name.
getAttributeValuesIterator(String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
Returns the
getAuthElement() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecuredMessage
 
getAuthenticated() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getAuthorizationEnable() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getBackground() - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Get the value of m_background.
getBackground() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_background.
getBackgroundAttachment() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_backgroundAttachment.
getBackgroundColor() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_backgroundColor.
getBackgroundImage() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_backgroundImage.
getBackgroundPosition() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_backgroundPosition.
getBackgroundRepeat() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_backgroundRepeat.
getBaseNamespace() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getBaseType() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
 
getBeginColumn() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
getBeginColumn() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
getBeginLine() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
getBeginLine() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
getBgColor() - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Get the value of m_bgColor.
getBody() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPEnvelope
 
getBody() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Get the body element for this document container.
getBorder() - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Get the value of m_border.
getBorder() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_border.
getBorder() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_border.
getBorderBottom() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderBottom.
getBorderBottomWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderBottomWidth.
getBorderColor() - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Get the value of m_borderColor.
getBorderColor() - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Get the value of m_borderColor.
getBorderColor() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderColor.
getBorderColorDark() - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Get the value of m_borderColorDark.
getBorderColorLight() - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Get the value of m_borderColorLight.
getBorderLeft() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderLeft.
getBorderLeftWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderLeftWidth.
getBorderRight() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderRight.
getBorderRightWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderRightWidth.
getBorderStyle() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderStyle.
getBorderTop() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderTop.
getBorderTopWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderTopWidth.
getBorderWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_borderWidth.
getBrowserType() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns int browser type
getBrowserTypeStr() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns String browser type as string
getBubbles() - Method in interface com.sapportals.portal.prt.pom.IEvent
Finds out whether this event bubbles
getBubbles() - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Finds out whether this event bubbles
getBuffer() - Method in class com.sapportals.portal.prt.util.RecyclableStringBuffer
Returns the underlying SmartBuffer object
getBytes() - Method in class com.sapportals.portal.prt.service.soap.types.Hex
 
getCacheDiscriminant(IPortalComponentRequest) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Gets the cache discriminant.
getCacheDiscriminator(IPortalComponentRequest) - Method in interface com.sapportals.portal.prt.component.ICacheDiscriminator
Gets the cache discriminator value.
getCachingLevel(IPortalComponentRequest) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Method defined in ICachablePortalComponent.
getCachingLevel(IPortalComponentRequest) - Method in interface com.sapportals.portal.prt.component.ICachablePortalComponent
Gets the caching level.
getCancelable() - Method in interface com.sapportals.portal.prt.pom.IEvent
Finds out wether this event's bubbling can be canceled
getCancelable() - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Finds out wether this event's bubbling can be canceled
getCause() - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Returns the cause of this exception.
getCause() - Method in class com.sapportals.portal.prt.runtime.PortalException
Gets the cause if any
getCauseException() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
get Cause Exception
getCertificate() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPAuthorization
 
getCertificate() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getChars() - Method in class com.sapportals.portal.prt.util.SharedString
In order to have the right char[], this method has to be used in conjonction with length().
getChecked() - Method in class com.sapportals.portal.prt.util.html.HtmlRadio
Get the value of m_checked.
getChecked() - Method in class com.sapportals.portal.prt.util.html.HtmlCheckBox
Get the value of m_checked.
getChildCharacterData(Element) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getChildNodes() - Method in interface com.sapportals.portal.prt.pom.INode
All the children that have been added to this node using addChildNode
getChildNodes() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the child nodes
getChildNodesByName(String) - Method in interface com.sapportals.portal.prt.pom.INode
Finds direct children by Name
getChildNodesByName(String) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Finds direct children by a specified name.
getChildren() - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
returns an array of IPropertiesResource children or null if no there is no child.
getChildren(String) - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
returns an array of IPropertiesResource children which correspond to the tag name or null if no there is no child.
getChildSOAPMessageContext(ISOAPMessageContext, SOAPElement) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get Child SOAP message Context for SOAPElement
getClassLogger(Class) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns the logger associated to aClass's package.
getClassLogger(Class) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Returns the logger associated to aClass's package.
getClassName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. The information provided by this method should be obtained from IPortalComponentConfig if needed.
getClassParam() - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Array contining all the java Type of the method
getClear() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_clear.
getClientType() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Please use XXXX for User Agent information.
getCodeLink() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getColor() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_color.
getCols() - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Get the value of m_cols.
getCols() - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Get the value of m_cols.
getColSpan() - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Get the value of m_colSpan.
getColumn() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
Deprecated.  
getColumn() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
Deprecated.  
getComment() - Method in class com.sapportals.portal.prt.util.html.HtmlComment
Get the value of m_comment.
getComponent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Returns the component attached to this context.
getComponent() - Method in interface com.sapportals.portal.prt.pom.INode
the IPortalComponent object associated with the current node.
getComponent() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Gets the (@link IPortalComponent IPortalComponent} linked with this node.
getComponent() - Method in interface com.sapportals.portal.prt.resource.IResourceInformation
Returns the name of the component the resource belongs to.
getComponentConfig() - Method in interface com.sapportals.portal.prt.component.IPortalComponentInitContext
Gets the component config
getComponentContext() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the current context of the component.
getComponentContext() - Method in interface com.sapportals.portal.prt.pom.IComponentNode
Returns the Portal Component Context for the current mode
getComponentContext(NodeMode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the current context of the component for a particular mode
getComponentContext(NodeMode) - Method in interface com.sapportals.portal.prt.pom.IComponentNode
Returns the Portal Component context for a particular mode
getComponentContext(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
This object allows to act as a factory for context objects.
getComponentName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the corresponding method on IPortalComponentContext.
getComponentName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Gets the name of the component associated to this context.
getComponentName() - Method in interface com.sapportals.portal.prt.resource.IJSPResource
 
getComponentProfile() - Method in interface com.sapportals.portal.prt.event.IProfileValidationEvent
Gives access to the component profile
getComponentSession() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
gets a reference on the PortalComponentSession, that defines the component's view on a (servlet) session that is subject to time outs.
getConfigMethod() - Method in interface com.sapportals.portal.prt.service.soap.util.IMessageDescriptor
 
getConfigurationSOAPService() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Return the configuration oif the SOAP service for the central configuration
getConnection() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get the Connection registered to the central dispatcher Portal Runtime
getConnectionName() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPConnection
Get the connection name
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.NCName
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.Notation
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
return the content of the XMLData from DOM Element
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.Name
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.Entity
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.Entities
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.Token
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.NMToken
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.IDRefs
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.IDRef
 
getContent() - Method in class com.sapportals.portal.prt.service.soap.types.ID
 
getContent() - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
 
getContentLink() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getContentLog() - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
Gest the content of the log
getContentNoNormalized() - Method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
return the string wihtout normalization
getContentNormalized() - Method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
return the string wiht the normalization
getContentTokenized() - Method in class com.sapportals.portal.prt.service.soap.types.Token
 
getContentType() - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Returns the reponse type of this response
getContentType() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getContentType() - Method in class com.sapportals.portal.prt.util.http.FilePart
Gets the value of m_contentType.
getContext() - Method in interface com.sapportals.portal.prt.service.IService
get the context of the service
getContextName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Returns the new context name
getContextName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Returns the name of this context.
getContextRequest() - Method in interface com.sapportals.portal.prt.service.soap.IServiceDescriptor
 
getCookies() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Please use the corresponding method on the servlet request object obtained by calling IPortalComponentRequest.getServletRequest().
getCookies() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
getCookies() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
getCookiesContainInRequest() - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
get all cookies in the soap request
getCookiesContainInResponse() - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
get all cookies in the soap response
getCurrentTarget() - Method in interface com.sapportals.portal.prt.pom.IEvent
Gets the current target node of this event
getCurrentTarget() - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Gets the current target node of this event
getCurrentUser() - Static method in class com.sapportals.portal.prt.service.soap.SOAPRuntimeContext
 
getData() - Method in interface com.sapportals.portal.prt.event.IPortalRequestEvent
Gets the Event data attached to this event.
getDate() - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
getDay() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getDay() - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
getDefaultBaseURL_PRToutside() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get the default URL for the Central instance of the SOAP Servcie
getDefaultJavaType() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getDefaultNamespace(Class) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get Default namespace for the Java type
getDefaultNamespace(Class) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get Default namespace for the Java type
getDefaultPersonalizationDelegate() - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Gets the runtime wide defined default personalization delegate
getDefaultValue() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
use it for pass the special parameters in the unmarshall /marshall method
getDefaultValue() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getDefaultValue() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getDeferred() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_deferred.
getDescription() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getDeserializer(QName, String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get Deserialzater for QName
getDeserializer(QName, String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Gets Deserialzater for QName
getDetailLink() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getDeviceType() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getDigestMethodAlgorithmNamespace() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignedInfo
 
getDigestMethodAlgorithmNamespace() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getDigestValue() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignedInfo
 
getDigestValue() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getDisabled() - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Get the value of m_disabled.
getDisplay() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_display.
getDocFragment() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
getDocType() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Get the doctype element for this document container.
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlSharedString
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Returns the number of elements in the container and all sub elements
getElementCount() - Method in interface com.sapportals.portal.prt.util.html.IHtmlOutputable
Returns the number of IHtmlOutputable elements if applicable
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
Returns the number of elements in the container and all sub elements
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
Returns the number of IHtmlOutputable elements if applicable
getElementCount() - Method in class com.sapportals.portal.prt.util.html.HtmlString
Returns the number of elements in the container and all sub elements
getElements() - Method in interface com.sapportals.portal.prt.service.soap.util.IMessageDescriptor
 
getElementType(Class) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get QNameURI for Class type
getElementType(Class) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Gets QNameURI for Class type
getElementType(Class, String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get QName for Class type
getElementType(Class, String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Gets QName for Class type
getElementTypeWithouInheritance(Class) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get QNameURI for Class type without looking in inheritance potential corresponding
getElementTypeWithouInheritance(Class, String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get QName for Class type without looking in inheritance potential corresponding QName
getEncodingStyle() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get the encoding Style of the message
getEncodingStyleNotDelegate() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get EncodingStyle without delegating to parent context
getEnconding() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getEncryptDataEnable() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getEncryptElement() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecuredMessage
 
getEndColumn() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
getEndColumn() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
getEndLine() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
getEndLine() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
getEntity() - Method in class com.sapportals.portal.prt.service.soap.types.Entity
 
getEntityList() - Method in class com.sapportals.portal.prt.service.soap.types.Entities
 
getEnveloppe() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
getEvent() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_event.
getEventData() - Method in interface com.sapportals.portal.prt.event.IPortalComponentEvent
returns the object that has fired this event.
getException() - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Deprecated. Please use getCause() instead.
getFaultActor() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get Mm_faultActor
getFaultCode() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get Mm_faultCode
getFaultDetails() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get Mm_faultDetails
getFaultDetailsVector() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get detail of the fault
getFaultObjectInstance() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
specific for the fault process deserialization
getFaultString() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get Mm_faultString
getFileName() - Method in class com.sapportals.portal.prt.util.http.FilePart
Gets the value of m_fileName.
getFileParts() - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
 
getFirstChild() - Method in interface com.sapportals.portal.prt.pom.INode
The first child of this node
getFirstChild() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the first child
getFirstChildElement(Element) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getFloat() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_float.
getFont() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_font.
getFontFamily() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_fontFamily.
getFontSize() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_fontSize.
getFontStyle() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_fontStyle.
getFontVariant() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_fontVariant.
getFontWeight() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_fontWeight.
getFor() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_for.
getFragment() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the fragment for this URI.
getFragment() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the scheme of the current URI.
getFrameBorder() - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Get the value of m_frameBorder.
getFrameBorder() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_frameBorder.
getFrameBorder() - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Get the value of m_frameBorder.
getFrameSpacing() - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Get the value of m_frameSpacing.
getHead() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Get the head element for this document container.
getHeader() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPEnvelope
 
getHeader() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPHeader
 
getHeaderFields() - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
Gets an enumeration of all header fields of the current header.
getHeaderProcessor(String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Holds the basic function link to the SOAPHeader
getHeaderValue(String) - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
Gets the value of a specified part header field.
getHeight() - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Get the value of m_height.
getHeight() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_height.
getHeight() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_height.
getHeight() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_height.
getHelpName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getHost() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the host for this URI.
getHost() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the Host of the current URI.
getHour() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getHour() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getHourTZ() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getHRef() - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Get the value of m_hRef.
getHRef() - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Get the value of m_hRef.
getHSpace() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_hSpace.
getHSpace() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_hSpace.
getHtml() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Get the html element for this document container.
getHtmlElements() - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Get the value of m_htmlElements.
getHtmlVersion(ClientType) - Static method in class com.sapportals.portal.prt.component.ClientFamily
Deprecated.  
getHttpEquiv() - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
 
getHttpSession() - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
get a reference to the main servlets session.
getHttpUserAgent() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns String original string of useragent of browser type
getId() - Method in interface com.sapportals.portal.prt.service.IServiceId
Deprecated. get the id of the service.
getId() - Method in interface com.sapportals.portal.prt.service.IServiceConfiguration
Deprecated. specifie an id of a service.
getId() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignature
 
getId() - Method in class com.sapportals.portal.prt.service.soap.types.ID
 
getID() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getId(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get SOAPBodyElemtn from ID, use for process SOAP message with ref
getIdRef() - Method in class com.sapportals.portal.prt.service.soap.types.IDRef
 
getIdRefList() - Method in class com.sapportals.portal.prt.service.soap.types.IDRefs
 
GetImage() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
GetImage() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
geTimeZone() - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
getImplementation(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMappingInterface
 
getInputStream() - Method in class com.sapportals.portal.prt.util.http.FilePart
Gets the value of mm_buf as inputstream.
getInstance() - Static method in class com.sapportals.portal.prt.runtime.AbstractFactoryManager
provide the single instance of the ResourceManager class
getInstance() - Static method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
getInstance() - Static method in class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler
 
getInstance() - Static method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get the current instance of the SOAPRegistry
getInstance() - Static method in class com.sapportals.portal.prt.util.StringBufferPool
Gets the StringBufferPool instance.
getInstance(Class, ClassLoader) - Method in class com.sapportals.portal.prt.service.soap.util.FactoryFinder
 
getInstance(String) - Static method in class com.sapportals.portal.prt.util.StringBufferPool
Gets a StringBufferPool specified by the poolName argument.
getInstance(String, ClassLoader) - Method in class com.sapportals.portal.prt.service.soap.util.FactoryFinder
 
getInstanceInternal() - Method in class com.sapportals.portal.prt.util.StringBufferPool
Gets the StringBufferPool instance.
getInstanceInternal(String) - Method in class com.sapportals.portal.prt.util.StringBufferPool
Gets a StringBufferPool specified by the poolName argument.
getJavaScriptVersion(ClientType) - Static method in class com.sapportals.portal.prt.component.ClientFamily
Deprecated.  
getJavaSignature() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getJavatype() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
getJavaType() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceType
 
getJavaType(QName, String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get Java Type for QName
getJavaType(QName, String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get Java Type for QName
getKey() - Method in interface com.sapportals.portal.prt.runtime.IAbstractFactory
Returns the
getKey() - Method in interface com.sapportals.portal.prt.service.IService
return the key of the service
getKeyOrdered() - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
Get Mm_keyOrdered
getKeys() - Method in class com.sapportals.portal.prt.component.PortalResourceBundle
 
getKeys(Object[]) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets an Array of keys.
getKeys(Object[]) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets an Array of keys.
getKeysEnumeration() - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets an Enumeration of all keys
getKeysEnumeration() - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets an Enumeration of all keys
getLanguage() - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Get the value of m_language.
getLanguage() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_language.
getLastChild() - Method in interface com.sapportals.portal.prt.pom.INode
The last child of this node
getLastChild() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getLength() - Method in class com.sapportals.portal.prt.pom.NodeList
The number of items in the list
getLength() - Method in interface com.sapportals.portal.prt.pom.INodeList
The number of nodes in the list.
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag
 
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment
 
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text
 
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline
 
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Annotation
 
getLength() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
getLetterSpacing() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_letterSpacing.
getLevel() - Method in interface com.sapportals.portal.prt.logger.ILogger
Gets the current verbosity level of this ILogger object.
getLevel() - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
getLevelError() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get Mm_levelError
getLine() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
Deprecated.  
getLine() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
Deprecated.  
getLineHeight() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_lineHeight.
getListJavaTypes() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get list of Java types
getListJavaTypes() - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get the list of java types attached to the current SPecialized Registry
getListOfBodyElements() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBody
 
getListOfHeaderElements() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPHeader
 
getListOfValues(String) - Static method in class com.sapportals.portal.prt.util.StandardEditDialog
Retrieves a vector containing the values
getListQName() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get list of Qname
getListQName() - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get the list of QName attached to the current SPecialized Registry
getListSerializers() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get List of Serializers
getListSerializers() - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get the list of serializers attached to the current SPecialized Registry
getListSpecializedRegistry() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get lsit of ISpecializedRegistry
getListStyle() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_listStyle.
getListStyleImage() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_listStyleImage.
getListStylePosition() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_listStylePosition.
getListStyleType() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_listStyleType
getListUnSerializers() - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get list of unserializers
getListUnSerializers() - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get the list of unserializers attached to the current SPecialized Registry
getLocalDeploymentFolder() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use corresponding methods on IPortalComponentRequest or PortalRuntime.
getLocale() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Retrieves the Locale associated with this request.
getLocale() - Method in class com.sapportals.portal.prt.component.PortalResourceBundle
Returns the Locale for this ResourceBundle.
getLocalpart() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
getLocalPart() - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
getLocalPart() - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
getLocation(IPortalRuntimeResources.LocationType) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Retrieves a File object denoting the path to the location type specified.
getLocationName() - Method in interface com.sapportals.portal.prt.logger.ILogger
Get the name of the location used by SAP logging and tracing.
getlogger() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get the SOAP looger.
getLogger() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns the default Logger.
getLogger() - Method in interface com.sapportals.portal.prt.logger.ILoggerContext
Returns the
getLogger() - Static method in class com.sapportals.portal.prt.runtime.PortalRuntime
Returns the
getLogger() - Method in interface com.sapportals.portal.prt.service.IServiceContext
get the default log handler
getLogger() - Method in class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler
Get Mm_logger
getLogger(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns a logger associated to the logger name.
getLogger(String) - Method in interface com.sapportals.portal.prt.logger.ILoggerContext
Returns the
getLogger(String) - Static method in class com.sapportals.portal.prt.runtime.PortalRuntime
Returns the
getLogger(String) - Method in interface com.sapportals.portal.prt.service.IServiceContext
get the log handler
getLoggerName() - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
getLogonUid() - Method in interface com.sapportals.portal.prt.session.IUserContext
Gets the logon id of this user.
getMainContext() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPEnvelope
 
getMainNamespaceURI() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPEnvelope
 
getMainNamespaceURI() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBody
 
getMajorVersion() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns int major version of browser type. for example if useragent specifies version 5.01b getMajorVersion returns 5
getMajorVersion() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
getMargin() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_margin.
getMarginBottom() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_marginBottom.
getMarginLeft() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_marginLeft.
getMarginRight() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_marginRight.
getMarginTop() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_marginTop.
getMaxLength() - Method in class com.sapportals.portal.prt.util.html.HtmlTextInput
Get the value of m_maxLength.
getMaxOccurs() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getMessage() - Method in class com.sapportals.portal.prt.component.PortalComponentException
overloads the superclass implementation to provide move details including the name of the component the associated class and the user information if exists.
getMessage() - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
getMessage() - Method in class com.sapportals.portal.prt.resource.ResourceException
overloads the superclass implementation to provide move details
getMessage() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
getMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
getMessage() - Method in class com.sapportals.portal.prt.util.html.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class com.sapportals.portal.prt.util.html.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessageContext() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
getMessageResponse() - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
Get the Original SOAPResponse
getMeta() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Get the meta element for this document container.
getMethod() - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Get the method object
getMethod() - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Get the value of m_method.
getMethodContainer() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get the method container attached to this SOAPMessage
getMethodsAuthorizedProcessor(String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
get an instance of IMethodsAuthorizedProcessor
getMicroVersion() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
getMinOccurs() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getMinorVersion() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns int minor version of browser type. fullVersion can contain following string: "3.03Gold" from Mozilla/3.03Gold (Win95; I) return value is 3 or "5.0b2" from Mozilla/4.0 (compatible; MSIE 5.0b2; Windows NT) return value is 0 therefore use m_version (float) to determine minor version
getMinorVersion() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
getMinute() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getMinute() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getMinuteTZ() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getMm_day() - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
getMm_mainTag() - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
getMm_month() - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
getMm_month() - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
getMm_timeZone() - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
getMm_timeZone() - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
getMm_year() - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
getMonth() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getMonth() - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
getMsgFactory() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get the SOAP Message factory attached to the SOAP Service Framework
getMsgFactory() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPConnection
Get the instance of the javax.xml.soap.MessageFactory for the SOAP Framework
getMsgFault() - Method in class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
 
getMultiple() - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
Get the value of m_multiple.
getMustUnderstand() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecurityElement
 
getMustUnderstand() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getName() - Method in interface com.sapportals.portal.prt.component.IPropertyDescriptor
Deprecated. returns the name of this property
getName() - Method in interface com.sapportals.portal.prt.event.IPortalComponentEvent
gets the name of this event.
getName() - Method in interface com.sapportals.portal.prt.event.IPortalRequestEvent
Gets the name of this event.
getName() - Method in interface com.sapportals.portal.prt.logger.ILoggerContext
Gets the name of this logger.
getName() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBodyElement
 
getName() - Method in interface com.sapportals.portal.prt.service.soap.processor.ISOAPServiceProcessor
 
getName() - Method in class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
getName() - Method in class com.sapportals.portal.prt.service.soap.types.Name
 
getName() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getName() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getName() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getName() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getName() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
getName() - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Get the value of m_name.
getName() - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
Get the value of m_name.
getName() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_name.
getName() - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Get the value of m_name.
getName() - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Get the value of m_name.
getName() - Method in class com.sapportals.portal.prt.util.http.Part
Gets the value of m_name.
getNameBodyElements() - Method in interface com.sapportals.portal.prt.service.soap.util.IMessageDescriptor
Get Mm_nameBodyElements
getNameElement() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getNameForReference(SOAPElement, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
Extracts the name if the Element is containing a ref, if not return null;
getNameOfArrayItems() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getNamespace() - Method in interface com.sapportals.portal.prt.service.soap.processor.ISOAPServiceProcessor
 
getNamespace() - Method in class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
getNamespace() - Method in interface com.sapportals.portal.prt.service.soap.processor.ISOAPHeaderProcessor
Get namespace of the processor
getNamespace() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
getNameSpace() - Method in interface com.sapportals.portal.prt.event.IPortalComponentEvent
Deprecated.  
getNamespaceFromPrefix(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get the namespcace corresponding the prefix
getNamespaceOfArrayItem() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
 
getNamespaceURI() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBodyElement
 
getNamespaceURI() - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
getNamespaceURI() - Method in interface com.sapportals.portal.prt.service.soap.util.IMessageDescriptor
Get Mm_namespaceURI
getNamespaceURI() - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
getNamespaceURIFromPrefix(Node, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getNCName() - Method in class com.sapportals.portal.prt.service.soap.types.NCName
 
getNewMode() - Method in interface com.sapportals.portal.prt.event.IModeChangeEvent
Gets the new node mode
getNewSOAPResponseInstance(IPRTSOAPMessage) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Allow to create new instance of IPRTSOAPResponse element
getNextSibling() - Method in interface com.sapportals.portal.prt.pom.INode
The next node in the children list of this node's parent
getNextSibling() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getNextSiblingElement(Element) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getNextSiblingOfChild(INode) - Method in interface com.sapportals.portal.prt.pom.INode
The next sibling of any specified child node of this node
getNextSiblingOfChild(INode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getNextToken() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
getNextToken() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
getNode() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the current node in the portal OM.
getNodeIndex(INode) - Method in class com.sapportals.portal.prt.pom.NodeList
Gets the index of a node in this list
getNodeIndex(INode) - Method in interface com.sapportals.portal.prt.pom.INodeList
Gets the index of a node in this list.
getNodeMark() - Method in interface com.sapportals.portal.prt.pom.INode
Retrieves the mark set on this node.
getNodeMark() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Retrieves the mark set on this node.
getNodeMark(INode) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Retrieves a mark of a node from the data provided by the request.
getNodeMode() - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Gets the node mode
getNodeMode() - Method in interface com.sapportals.portal.prt.pom.INode
Gets the mode to be used for the associated component during this request.
getNodeMode() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Gets the mode to be used for the associated component during this request.
getNodeMode(INode) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Retrieves a mode of a node from the data provided by the request.
getNodeName() - Method in interface com.sapportals.portal.prt.pom.INode
All nodes have a name that is used to identify it within the Portal Object Model.
getNodeName() - Method in class com.sapportals.portal.prt.pom.AbstractNode
The name given during the node construction.
getNodeName() - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
returns the name of this node
getNodePath(INode) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Returns a path in the POM to the given node.
getNodeType() - Method in interface com.sapportals.portal.prt.pom.INode
Each INode implementation belongs to a certain node type.
getNodeValue() - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
returns the value of this node
getNoResize() - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Get the value of m_noResize.
getNotation() - Method in class com.sapportals.portal.prt.service.soap.types.Notation
 
getNoWrap() - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Get the value of m_noWrap.
getNumberOfItems() - Method in class com.sapportals.portal.prt.util.FiFoList
Returns the number of available items.
getNumberOfParameters() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getObjectResponse() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
Deprecated.  
getOnBlur() - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
Get the value of m_onBlur.
getOnChange() - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Get the value of m_onChange.
getOnClick() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onClick.
getOnClick() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_onClick.
getOnClick() - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
What to do when the user click on the form item.
getOnDoubleClick() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onDoubleClick.
getOnFocus() - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
Get the value of m_onFocus.
getOnKeyDown() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onKeyDown.
getOnKeyDown() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_onKeyDown.
getOnKeyDown() - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
What to do when a key is down.
getOnKeyPress() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onKeyPress.
getOnKeyPress() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_onKeyPress.
getOnKeyPress() - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
What to do when a key is pressed.
getOnKeyUp() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onKeyUp.
getOnKeyUp() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_onKeyUp.
getOnKeyUp() - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
What to do when a key is up.
getOnMouseOut() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onMouseOut.
getOnMouseOver() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Get the value of m_onMouseOver.
getOnMouseOver() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_onMouseOver.
getOnMouseOver() - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
What to do when the mouse is over.
getOnReset() - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Get the value of m_onReset.
getOnSubmit() - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Get the value of m_onSubmit.
getOriginalException() - Method in class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
Gets the original exception which can be null.
getOverflow() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_overflow.
getPadding() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_padding.
getPaddingBottom() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_paddingBottom.
getPaddingLeft() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_paddingLeft.
getPaddingRight() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_paddingRight.
getPaddingTop() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_paddingTop.
getParameter(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
gets a parameter of this request
getParameterParts() - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
 
getParameters() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets all parameters of the query part.
getParametersEnumeration() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets all parameters of the query part in an Enumeration
getParameterValue(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the lone value assigned to a parameter from the query part.
getParameterValues(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets all values assigned to a parameter from the query part.
getParameterValuesIterator(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets all values assigned to a parameter from the query part as an Iteration.
getParams() - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Get an Array containing all the object parameters
getParentNode() - Method in interface com.sapportals.portal.prt.pom.INode
The parent node of this node.
getParentNode() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getPartInputStream() - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
 
getPath() - Method in interface com.sapportals.portal.prt.logger.ILoggerContext
Returns the
getPath() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the path for this URI.
getPath() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the path of the current URI.
getPath(boolean, boolean) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the path for this URI (optionally with the query string and fragment).
getPath(IPortalRuntimeResources.LocationType) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Retrieves the full path to the location type specified.
getPathFile() - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
Gets the path file of the log file
getPattern() - Method in interface com.sapportals.portal.prt.logger.ILogger
Gets the formatting pattern for output log messages.
getPersonalizationLink() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getPlatform() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns int integer value of platform
getPlatformStr() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns String string representation of platform
getPoolObject() - Method in class com.sapportals.portal.prt.util.AbstractPool
Returns an object from the pool.
If no object was available, the object factory is called to instantiate an object
getPort() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the port for this URI.
getPort() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the port of the current URI.
getPortalBundle(Locale) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Gets a ResourceBundle that was defined for the whole Runtime.
getPortalNode() - Method in interface com.sapportals.portal.prt.pom.INode
The Portal Node, in other words, the root node of the Portal Object Model
getPortalNode() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getPortalRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Gets the PortalRequestEvent
getPortalWebService(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfig
 
getPortalWebServiceMappingInterface() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getPortalWebServiceMethod(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getPortalWebServiceMethodBySOAPAction(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getPortalWebServiceMethods() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getPortalWebServiceParameter(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getPortalWebServiceParameters() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getPortalWebServices() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfig
 
getPortalWebServiceSerializers(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
getPortalWebServiceTypes() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getPrefix() - Method in class com.sapportals.portal.prt.util.BrowserGuidFactory
Gets the prefix used in the generation of the GUIDs.
getPrefix(String, Definition) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getPrefixes() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get all the prefix contain in the context
getPrefixForNamespace(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get prefix for namespace
getPrefixForNameSpace(String) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
getPrefixForNamespace(String, boolean) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get prefix for namespace
getPrefixInWSDLWithImportInclude(Definition, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getPreviousSibling() - Method in interface com.sapportals.portal.prt.pom.INode
The previous node in the children list of this node's parent
getPreviousSibling() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getPreviousSiblingOfChild(INode) - Method in interface com.sapportals.portal.prt.pom.INode
The previous sibling of any specified child node of this node
getPreviousSiblingOfChild(INode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Returns the
getPrivateResourceHome() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets the home path for private resources
getPrivateResourcePath() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns the full file system path to access private resources that belong to the current component.
getPrivateResourcePath(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns the full file system path to access private component resources.
getPrivateServicePath() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Returns the full path to access private resources of the current service.
getProfile() - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Returns the profile of the component.
getProfileName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getProperties() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
returns an Enumeration of the properties name.
getProperties() - Method in interface com.sapportals.portal.prt.component.IPortalComponentConfig
Gets an enumeration of property names
getProperties() - Method in interface com.sapportals.portal.prt.service.IServiceProfile
Gets an enumeration of property names
getProperties() - Method in interface com.sapportals.portal.prt.service.IServiceConfig
Gets an enumeration of property names
getProperty(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
returns the string value corresponding to the key or null if this property is not defined..
getProperty(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentConfig
Gets the value of the specified property
getProperty(String) - Method in interface com.sapportals.portal.prt.service.IServiceProfile
Gets the value of the specified property
getProperty(String) - Method in interface com.sapportals.portal.prt.service.IServiceConfig
Gets the value of the specified property
getPropertyAttribute(String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Gets the value of an attribute.
getPropertyAttributes(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Gets an enumeration of all attributes of the property
getPropertyDescriptor(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. The component should now use the getPropertyAttribute method instead.
getPropertyErrorMessage(String) - Method in interface com.sapportals.portal.prt.event.IProfileValidationEvent
Gets a property error message for a property which is not correct
getPropertyNames() - Method in interface com.sapportals.portal.prt.event.IProfileValidationEvent
Gets all the properties names
getPropertyValue(String) - Method in interface com.sapportals.portal.prt.event.IProfileValidationEvent
Gets a property value
getPropertyValue(String) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets a property value form the service config
getProxyInstance(String, String, String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get a Proxy instance, used to communicate between instance of PRT
getPRTSoapHeader() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
getPRTSOAPSecurisedMessage() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecuredMessage
 
getPublicResourcePath() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns the full file system path to access public resources that belong to the current component.
getPublicResourcePath(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns the full file system path to access public component resources.
getPublicServicePath() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Returns the full path to access public resources of the current service.
getQname() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getQName() - Method in class com.sapportals.portal.prt.service.soap.util.QNameURI
 
getQNameForAttribute(SOAPElement, Name, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
Deprecated.  
getQNameForAttributeValue(String, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
Deprecated.  
getQNameForAttributeValueFromConfig(String, String) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
specific to soapconfig format has to now the exact value and namepace
getQNameForElement(SOAPElement, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
getQNameForElement(SOAPElement, ISOAPMessageContext, boolean) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
getQNameURIForElement(SOAPElement, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
getQNameURIForElement(SOAPElement, ISOAPMessageContext, boolean) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
getQualidiedName() - Method in class com.sapportals.portal.prt.service.soap.SOAPParameter
Get the qualified name corresponding to the parameter
getQualifiedAttributeValue(Element, String, String, boolean) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getQualifiedValue(String, String, Definition) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
getQuery() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the query String.
getQueryString() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the query string for this URI.
getRawContent() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
 
getReadOnly() - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Get the value of m_readOnly.
getRedirectURL() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets a currently set redirect URL or null if none was specified.
getRegistry() - Method in interface com.sapportals.portal.prt.service.soap.IServiceDescriptor
Get the registry for this service
getRegistryClassLoader() - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get the Class Loader of the current Portal Service
getRel() - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Get the value of m_rel.
getRel() - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Get the value of m_rel.
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.NCName
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Notation
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.NMTokens
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Name
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.SOAPDate
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Entity
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.Entities
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.NMToken
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.IDRefs
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.IDRef
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.GYear
 
getRepresentation() - Method in class com.sapportals.portal.prt.service.soap.types.ID
 
getRequest() - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Deprecated. Note: this method should not be called. It is only used in conjunction with addResource, which is deprecated also. The association of a request object with a response object is not "design-stable".
getRequest() - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Each instances of IPortalNode is linked to an IPortalComponentRequest object.
getRequestEvent() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
If applicable, gets the request event defined by the incoming request.
getRequestGuid() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Please handle GUIDs locally.
getRequestInputStream() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets an InputStream that provides access to the request's body data.
getRequestTheme() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the theme associated with this request.
getRequestType() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Instead of referring to request types, please use the mode information provided by the current node.
getResource(String, File) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Returns a IResource object to the file specified.
getResource(String, File) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets an IResource object referring to the file specified.
getResource(String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns an IResource object that belongs to the current component.
getResource(String, String) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets an IResource object that belongs to the current service.
getResource(String, String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns an IResource object that belongs to the component.
getResource(String, String, String) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets an IResource object that belongs to the service.
getResourceBundle() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Retrieves the Portal Components default Resource Bundle, as specified in the Components profile or by using the default name defined by IPortalComponentProfile.DEFAULT_RESOURCE_BUNDLE.
getResourceBundle(Locale) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Returns the resourcebundle of the component in a given locale.
getResourceBundleName() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getResourceInformation() - Method in interface com.sapportals.portal.prt.resource.IResource
Returns the IResourceInformation object attached to this resource
getResourcePath() - Method in interface com.sapportals.portal.prt.resource.IJSPResource
 
getReturnPortalWebServiceParameter() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getRows() - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Get the value of m_rows.
getRows() - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Get the value of m_rows.
getRowSpan() - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Get the value of m_rowSpan.
getRuntimeResources() - Static method in class com.sapportals.portal.prt.runtime.PortalRuntime
provides access to an implementation of IPortalRuntimeResources to give access to resources maintained by the runtime implementation
getSchema() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getScheme() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the scheme for this URI.
getScheme() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the scheme of the current URI.
getSchemeSpecificPart() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the scheme-specific part for this URI (everything following the scheme and the first colon).
getScript(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
getScriptArea() - Method in class com.sapportals.portal.prt.util.html.HtmlHead
Get the value of m_scriptArea.
getScriptManager() - Method in class com.sapportals.portal.prt.util.html.HtmlHead
Get the value of m_scManager.
getScriptString() - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
Get the value of m_scriptString.
getScrolling() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_scrolling.
getScrolling() - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Get the value of m_scrolling.
getSecond() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getSecond() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getSecurityEnable() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getSecurityManager() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get the Security Manager of the SOAP Service
getSelected() - Method in class com.sapportals.portal.prt.util.html.HtmlOption
Get the value of m_selected.
getSelector() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_selector.
getSerializator() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get the current Serializator from SOAP Framework
getSerializer() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
getSerializer(Class, String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get Serializer for Java Type
getSerializer(Class, String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Gest Serializers for Java Type
getSerializerWihoutInheritance(Class, String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Gest Serializers for Java Type without looking in inheritance potential corresponding serializers
getService(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Use access to services via PortalRuntime instead.
getService(String) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Gets a service by its name.
getService(String) - Method in interface com.sapportals.portal.prt.service.IServiceContext
get a service by its name
getService(String, IServiceConfiguration) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Use access to services via PortalRuntime instead.
getService(String, IServiceConfiguration) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Deprecated. Note: do not use anymore
getService(String, IServiceConfiguration) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Deprecated. Do not use anymore.
getService(String, IServiceId) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Use access to services via PortalRuntime instead.
getService(String, IServiceId) - Method in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Deprecated. Note: do not use anymore
getService(String, IServiceId) - Method in interface com.sapportals.portal.prt.service.IServiceContext
Deprecated. Do not use anymore.
getServiceConfig() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets the service config
getServiceDescriptor() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Get Service descriptor attached to the current context
getServiceInstance() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
getServiceName() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets the portal service name
getServiceName() - Method in interface com.sapportals.portal.prt.service.soap.IServiceDescriptor
Get name of the service
getServiceProfile() - Method in interface com.sapportals.portal.prt.service.IServiceContext
Gets the service profile
getServletConfig() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the actual servlet config.
getServletRequest() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the actual servlet request.
getServletResponse(boolean) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Gets the original servlet response.
getSharedString() - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
getSharedString() - Method in class com.sapportals.portal.prt.util.RecyclableStringBuffer
Obtains a SharedString Object that shares the same underlying buffer.
getSignature() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getSignatureEnable() - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getSignatureValue() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignature
 
getSignedInfo() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignature
 
getSignElement() - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecuredMessage
 
getSize() - Method in class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
getSize() - Method in class com.sapportals.portal.prt.util.html.HtmlTextInput
Get the value of m_size.
getSize() - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
Get the value of m_size.
getSOAPAction() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
return the soap action attribute link to the method called (extracted from the wsdl)
getSOAPAction() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPEnvelope
 
getSOAPAction() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getSOAPCallInstance(HashMap, String, String, String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
 
getSOAPCallInstance(String, String, String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Get SOAP Call instance
getSOAPConfig() - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get the SOAP Config attached to the current SPecialized Registry (Portal Service)
getSOAPElementFromRef(SOAPElement, ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
if the Soap element have a ref attribute, the method research the SOAP element with the id key from the ref attribute return 1- the param if nothing ref exists in the soap element param 2- if the param is a ref on the other soap element, it returns the soap element referenced Exception: if the object researched from the ref attribute is not found an exception is throw
getSoapMessage() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
getSOAPMessageResponse() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
getSOAPMessageWithoutSecurity(SOAPMessage) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
getSource() - Method in interface com.sapportals.portal.prt.event.IPortalComponentEvent
Deprecated.  
getSource() - Method in interface com.sapportals.portal.prt.resource.IResourceInformation
Returns the absolute path of this resource.
getSpecializedRegistry(String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Get an intance of specific registry for a Portal Service
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlInput
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlButtonInput
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlHiddenInput
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlTextInput
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlRadio
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlCheckBox
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlSubmitInput
 
getSpecificProperties() - Method in class com.sapportals.portal.prt.util.html.HtmlResetInput
 
getSrc() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_src.
getSrc() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_src.
getSrc() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_src.
getSrc() - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Get the value of m_src.
getStatus() - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Gets the status of the response
getStringBufferPool() - Method in class com.sapportals.portal.prt.util.SmartStringWriter
This method can be overridden by subclasses to use a specific pool of StringBuffers.
getStringValue() - Method in class com.sapportals.portal.prt.util.http.ParamPart
Returns the
getStringValue(String) - Method in class com.sapportals.portal.prt.util.http.ParamPart
Returns the
getStyleEnconding() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
getStyleId() - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Get the value of m_styleId.
getStyleType() - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Get the value of m_styleType.
getSubTag() - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
GetSuffix(int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
GetSuffix(int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
getSupportAttributes() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getSupportLink() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getTabIndex() - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Get the value of m_tabIndex.
getTag() - Method in class com.sapportals.portal.prt.util.html.HtmlBase
 
getTag() - Method in interface com.sapportals.portal.prt.util.html.IHtmlBase
Returns the tag of the HTML element
getTarget() - Method in interface com.sapportals.portal.prt.pom.IEvent
Gets the original target of the event.
getTarget() - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Gets the original target of the event.
getTarget() - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Get the value of m_target.
getTarget() - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Get the value of m_target.
getTargetNamespace() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getTargetNamespaceElement() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
getTargetNamespaceMethod() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
return the the name space of the method (extracted from the wsdl)
getTargetNode() - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Gets the target node or null if none has been set
getText() - Method in class com.sapportals.portal.prt.util.html.HtmlString
Get the value of m_text.
getTextAlign() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_textAlign.
getTextDecoration() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_textDecoration.
getTextIndent() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_textIndent.
getTextTransform() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_textTransform.
getThreadId() - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
getTIME_ZONE_INDEX() - Static method in class com.sapportals.portal.prt.service.soap.types.Time
 
getTime() - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
getTimeZone_index() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getTimeZone_index() - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
getTimeZone_index() - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
getTimeZone() - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
getTimeZone() - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
getTimeZone() - Method in class com.sapportals.portal.prt.service.soap.types.GYear
 
getTitle() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getTitle() - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Get the value of m_title.
getTitle() - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
Gets the value of m_title.
getTitle() - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Get the title element for this document container.
getToken() - Method in class com.sapportals.portal.prt.service.soap.types.NMToken
 
getToken(int) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
getType() - Method in interface com.sapportals.portal.prt.component.IPropertyDescriptor
Deprecated. returns the type of this property
getType() - Method in interface com.sapportals.portal.prt.pom.IEvent
Retrieves the type of the event.
getType() - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Retrieves the type of the event.
getType() - Method in interface com.sapportals.portal.prt.resource.IResourceInformation
Returns the resource type.
getType() - Method in class com.sapportals.portal.prt.service.soap.SOAPParameter
Get the java type corresponding to the parameter
getType() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getType() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
Get Mm_type
getType() - Method in class com.sapportals.portal.prt.util.html.HtmlInput
Get the value of m_type.
getType() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_type.
getType() - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Gets the value of m_type.
getTypeClass() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
getTypeJavaClassException() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Get Java Class Excpetion
getTypeQName(Class) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
getTypeResponse() - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
Deprecated.  
getUniqueHtmlCode(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Deprecated.  
getUniqueHtmlCode(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Deprecated.  
getUniqueHtmlCode(PrintWriter) - Method in interface com.sapportals.portal.prt.util.html.IHtmlUniqueObject
Deprecated. use getUniqueHtmlCode(java.io.Writer writer) instead;
getUniqueHtmlCode(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Deprecated.  
getUniqueHtmlCode(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
Deprecated.  
getUniqueHtmlCode(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
 
getUniqueHtmlCode(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
 
getUniqueHtmlCode(StringBuffer) - Method in interface com.sapportals.portal.prt.util.html.IHtmlUniqueObject
 
getUniqueHtmlCode(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
 
getUniqueHtmlCode(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
getUniqueHtmlCode(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
 
getUniqueHtmlCode(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
 
getUniqueHtmlCode(Writer) - Method in interface com.sapportals.portal.prt.util.html.IHtmlUniqueObject
 
getUniqueHtmlCode(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
 
getUniqueHtmlCode(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
getUniqueId() - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Get the value of m_uniqueId.
getUniqueId() - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
 
getUniqueId() - Method in interface com.sapportals.portal.prt.util.html.IHtmlUniqueObject
 
getUniqueId() - Method in class com.sapportals.portal.prt.util.html.HtmlLink
 
getUniqueId() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
getUniqueObject(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
return the object according to its key.
getUniqueObjects() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
return the uniqueObjects variable.
getURI() - Method in class com.sapportals.portal.prt.service.soap.util.QNameURI
 
getURL(IPortalComponentRequest) - Method in interface com.sapportals.portal.prt.resource.IResourceInformation
Returns the URL referring to this resource. The generated URL depends on some servlet settings provided by the request.
getUser() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
gets the profile of the current user.
getUser() - Static method in class com.sapportals.portal.prt.service.soap.security.SOAPUser
 
getUser() - Method in interface com.sapportals.portal.prt.session.IUserContext
Deprecated. this object itself is a user oject.
getUserId() - Method in interface com.sapportals.portal.prt.session.IUserContext
Deprecated. use getLogonUid()
getUserinfo() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the userinfo for this URI.
getUserInfo() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets the UserInfo of the current URI.
getValidationKey(IPortalComponentRequest) - Method in interface com.sapportals.portal.prt.component.ICacheValidator
Computes a key that will be stored in the cache and that will passed in the method isCacheValid at each request
getValue() - Method in interface com.sapportals.portal.prt.component.IPropertyDescriptor
Deprecated. returns the value of the property
getValue() - Method in class com.sapportals.portal.prt.service.soap.SOAPParameter
Get the object value corresponding to the parameter
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
getValue() - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
getValue() - Method in class com.sapportals.portal.prt.util.html.HtmlInput
Get the value of m_value.
getValue() - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Get the value of m_value.
getValue() - Method in class com.sapportals.portal.prt.util.html.HtmlOption
Get the value of m_value.
getValue() - Method in class com.sapportals.portal.prt.util.http.ParamPart
Gets the value of m_value.
getValue(Object) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets a single value assigned to one key.
getValue(Object) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets a single value assigned to one key.
getValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the corresponding method on IPortalComponentContext instead.
getValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Retrieve a piece of data from the request.
getValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
retrieve an object from this session.
getValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Returns the value of the specified attribute name, specified as a string, or null if the attribute was not found.
getValue(String) - Method in interface com.sapportals.portal.prt.pom.INode
Retrieves an object from this node according to its name.
getValue(String) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Retrieves an object from this node according to its name.
getValue(String, short) - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
retrieve an object from this session
getValueCount(Object) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets the number of values assigned to a key.
getValueCount(Object) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets the number of values assigned to a key.
getValueEncoded() - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
getValueOfAttribute() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
FD : use it for pass the special parameters in the unmarshall /marshall method)
getValues(Object, Object[]) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets all values assigned to the specified key as an Array
getValues(Object, Object[]) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets all values assigned to the specified key as an Array
getValuesIterator(Object) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets an Iterator of all values assigned to a key.
getValuesIterator(Object) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets an Iterator of all values assigned to a key.
getVersion() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns float floating point version of browser type for example 5.01
getVersion() - Static method in class com.sapportals.portal.prt.runtime.PortalRuntime
Gets the version of the Workplace currently in use
getVersion() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfig
 
getVersionStr() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. returns String full version of browser type for example 5.01b
getVerticalAlign() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_verticalAlign.
getVSpace() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_vSpace.
getVSpace() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_vSpace.
getWebResourcePath() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns a path to access to web resources that belong to the current component The generated path depends on some servlet settings (context name) provided by the request.
getWebResourcePath(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns a URL to access to web resources that belong to the component.
getWebserviceMethod_config() - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Get the SOAP config attached to the current method
getWebServicePath(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Please use IPortalComponentRequest.getWebResourcePath(java.lang.String) instead.
getWhiteSpace() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_whiteSpace.
getWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Get the value of m_width.
getWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_width.
getWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Get the value of m_width.
getWidth() - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Get the value of m_width.
getWordSpacing() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Get the value of m_wordSpacing.
getWorkplaceProperty(String, String) - Method in interface com.sapportals.portal.prt.service.IServiceContext
returns the system property corresponding to the key specified.
getWrap() - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Get the value of m_wrap.
getWriter() - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Gets the writer associated to this response
getWsdlQName() - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
getWsdlQName() - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
getWSDLReader() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Gets the WSDL Reader
getWSDLType() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceType
 
getWSDLWriter() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
Gets the WSDl Writer
getXmlRPCQName() - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
getXmlRPCQName() - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
getXPathExprFromNode(Node) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.XPathUtils
Generates an XPath expression that will return only the given node as its result.
getXSL() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getXSLLink() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
getYear() - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
getYear() - Method in class com.sapportals.portal.prt.service.soap.types.GYear
 
GMonth - class com.sapportals.portal.prt.service.soap.types.GMonth.
Description : Class that converts a string under the format --MM-- to a GMonth data type Project : soap FileName : GMonth.java Copyright : SAP Copyright (c) Company : SAP GBU IP
GMonth(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.GMonth
 
gMonth2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
GMonthDay - class com.sapportals.portal.prt.service.soap.types.GMonthDay.
Description : Class that converts a string under the format --MM-DD(Z|(+|-hh:mm) to a GMonthDay data type (respecting ISO8601 norme) Project : soap FileName : GMonthDay.java Copyright : SAP Copyright (c) Company : SAP GBU IP
GMonthDay(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
gMonthDay2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Guid - class com.sapportals.portal.prt.util.Guid.
Globally unique identifier.
Guid() - Constructor for class com.sapportals.portal.prt.util.Guid
This Constructor creates a new Guid with a new value.
Guid(int, int, int, int) - Constructor for class com.sapportals.portal.prt.util.Guid
This Constructor should not be used anymore because it is slower.
Guid(long, long) - Constructor for class com.sapportals.portal.prt.util.Guid
Hint for programmers: You can enter a long value in your coding in the following way: long l = 123456789L
GYear - class com.sapportals.portal.prt.service.soap.types.GYear.
Description : Class that converts a string under the format CCYY(Z|(+|-hh:mm)) to a GYear data type Project : soap FileName : GYear.java Copyright : SAP Copyright (c) Company : SAP GBU IP
GYear(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.GYear
 
gYear2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
GYearMonth - class com.sapportals.portal.prt.service.soap.types.GYearMonth.
Description : Class that converts a string under the format CCYY-MM(Z|(+|-hh:mm)) to a GYearMonth data type Project : soap FileName : GYearMonth.java Copyright : SAP Copyright (c) Company : SAP GBU IP
GYearMonth(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
gYearMonth2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 

H

handleEvent(IEvent) - Method in interface com.sapportals.portal.prt.pom.IEventListener
Callback method to handle a POM event
handleEvent(IPortalComponentRequest, IEvent) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Distributes known events to more convenient event handlers or force default handling.
handleEvent(IPortalComponentRequest, IEvent) - Method in interface com.sapportals.portal.prt.component.IEventListenerComponent
Processes a POM event.
handleGetObject(String) - Method in class com.sapportals.portal.prt.component.PortalResourceBundle
 
HARD - Static variable in class com.sapportals.portal.prt.util.html.HtmlTextArea.TextAreaWrap
 
hasChildNodes() - Method in interface com.sapportals.portal.prt.pom.INode
If this node has children
hasChildNodes() - Method in class com.sapportals.portal.prt.pom.AbstractNode
 
hasExpired(IPortalComponentRequest, long, long) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
method defined in ICachablePortalComponent. if the expiration flag is set to false, we check if the property called ValidityPeriod is set.
hasExpired(IPortalComponentRequest, long, long) - Method in interface com.sapportals.portal.prt.component.ICachablePortalComponent
Returns a boolean indicating whether the content of this component has expired.
hashCode() - Method in class com.sapportals.portal.prt.service.soap.types.Hex
 
hashCode() - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
hashCode() - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
hashCode() - Method in class com.sapportals.portal.prt.util.Guid
 
hasTag() - Method in class com.sapportals.portal.prt.util.html.HtmlBase
 
hasValue - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
HEADER_COOKIE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HEADER_COOKIE2 - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HEADER_PROXY_JAVA - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HEADER_SET_COOKIE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HEADER_SET_COOKIE2 - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HEADER_WSDL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HEADER_XML - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HELP - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type HELP is asking for the help information of the component.
HELP_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "about" node mode
HELP_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.HELP_MODE instead
HELP_REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) method instead of sending an event of this type.
HELP_REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.HELP_REQUEST_EVENT instead
Hex - class com.sapportals.portal.prt.service.soap.types.Hex.
Title: Description: Copyright: Copyright (c) Company:
Hex() - Constructor for class com.sapportals.portal.prt.service.soap.types.Hex
 
Hex(byte[]) - Constructor for class com.sapportals.portal.prt.service.soap.types.Hex
 
Hex(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Hex
 
hexBinary2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
HIDDEN - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
Html - class com.sapportals.portal.prt.util.html.Html.
Html.java Created: Fri Mar 16 11:05:24 2001
HTML - Static variable in class com.sapportals.portal.prt.component.PortalComponentContentType
 
HTML - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
HTML - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
HTML_32 - Static variable in class com.sapportals.portal.prt.component.ClientFamily
Deprecated. HTML 3.2 family
HTML_4 - Static variable in class com.sapportals.portal.prt.component.ClientFamily
Deprecated. HTML 4 family
HTML_STRING - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
Html() - Constructor for class com.sapportals.portal.prt.util.html.Html
 
HTML4_FRAMESET - Static variable in interface com.sapportals.portal.prt.util.HTMLVersionInformation
The HTML 4.01 Frameset DTD includes everything in the transitional DTD plus frames as well.
HTML4_STRICT - Static variable in interface com.sapportals.portal.prt.util.HTMLVersionInformation
The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
HTML4_TRANSITIONAL - Static variable in interface com.sapportals.portal.prt.util.HTMLVersionInformation
The HTML 4.01 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
HtmlAnchor - class com.sapportals.portal.prt.util.html.HtmlAnchor.
HtmlAnchor.java Created: Tue Nov 23 10:45:09 1999
HtmlAnchor() - Constructor for class com.sapportals.portal.prt.util.html.HtmlAnchor
 
HtmlApplet - class com.sapportals.portal.prt.util.html.HtmlApplet.
HtmlApplet.java Created: April 2000
HtmlApplet() - Constructor for class com.sapportals.portal.prt.util.html.HtmlApplet
 
HtmlAttributeContainer - class com.sapportals.portal.prt.util.html.HtmlAttributeContainer.
HtmlAttributeContainer.java Created: Thu Mar 22 11:21:18 2001
HtmlAttributeContainer() - Constructor for class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
HtmlBase - class com.sapportals.portal.prt.util.html.HtmlBase.
HtmlBase.java Created: Fri Mar 16 10:08:59 2001
HtmlBase() - Constructor for class com.sapportals.portal.prt.util.html.HtmlBase
 
HtmlBody - class com.sapportals.portal.prt.util.html.HtmlBody.
HtmlBody.java Created: Thu Oct 28 14:40:38 1999
HtmlBody() - Constructor for class com.sapportals.portal.prt.util.html.HtmlBody
 
HtmlBr - class com.sapportals.portal.prt.util.html.HtmlBr.
HtmlBr.java Created: Tue Nov 30 09:41:17 1999
HtmlBr() - Constructor for class com.sapportals.portal.prt.util.html.HtmlBr
 
HtmlButtonInput - class com.sapportals.portal.prt.util.html.HtmlButtonInput.
HtmlButtonInput.java Created: Thu Nov 04 11:32:54 1999
HtmlButtonInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlButtonInput
 
HtmlCell - class com.sapportals.portal.prt.util.html.HtmlCell.
HtmlCell.java Created: Fri Oct 29 14:51:21 1999
HtmlCell() - Constructor for class com.sapportals.portal.prt.util.html.HtmlCell
 
HtmlCenter - class com.sapportals.portal.prt.util.html.HtmlCenter.
HtmlCenter.java Created: Wed Mar 01 14:39:11 2000
HtmlCenter() - Constructor for class com.sapportals.portal.prt.util.html.HtmlCenter
 
HtmlCheckBox - class com.sapportals.portal.prt.util.html.HtmlCheckBox.
HtmlCheckBox.java Created: Thu Nov 04 11:26:53 1999
HtmlCheckBox() - Constructor for class com.sapportals.portal.prt.util.html.HtmlCheckBox
 
HtmlCheckBox(String, String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlCheckBox
 
HtmlClassStyleRule - class com.sapportals.portal.prt.util.html.HtmlClassStyleRule.
Style rule for the classes (defined by CLASS= tag) Created: Thu Nov 04 11:00:23 1999
HtmlClassStyleRule(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlClassStyleRule
 
HtmlCol - class com.sapportals.portal.prt.util.html.HtmlCol.
HtmlOption.java Created: Wed Nov 03 19:16:54 1999
HtmlCol() - Constructor for class com.sapportals.portal.prt.util.html.HtmlCol
 
HtmlColGroup - class com.sapportals.portal.prt.util.html.HtmlColGroup.
HtmlColGroup.java Created: Thu Mar 22 11:41:53 2001
HtmlColGroup() - Constructor for class com.sapportals.portal.prt.util.html.HtmlColGroup
 
HtmlComment - class com.sapportals.portal.prt.util.html.HtmlComment.
HtmlComment.java Created: Thu Nov 04 14:38:57 1999
HtmlComment(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlComment
 
HtmlContainer - class com.sapportals.portal.prt.util.html.HtmlContainer.
HtmlContainer.java Created: Thu Oct 28 10:53:59 1999
HtmlContainer() - Constructor for class com.sapportals.portal.prt.util.html.HtmlContainer
 
HtmlContainerIdentifiable - class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable.
HtmlContainerIdentifiable.java Created: Thu Oct 28 10:53:59 1999
HtmlContainerIdentifiable() - Constructor for class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
 
HtmlContainerIdentifiableWithEvents - class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents.
This class is an html container which can identified and can react on events.
HtmlContainerIdentifiableWithEvents() - Constructor for class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
 
HtmlContainerIdentifiableWithUniqueManager - class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.
Allows to support unique objects in the container Created: Thu Nov 18 14:54:15 1999
HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade - class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade.
 
HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade(HtmlContainerIdentifiableWithUniqueManager, String, IHtmlOutputable) - Constructor for class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
HtmlContainerIdentifiableWithUniqueManager() - Constructor for class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
HtmlDiv - class com.sapportals.portal.prt.util.html.HtmlDiv.
HtmlDiv.java Created: Wed Nov 03 09:33:26 1999
HtmlDiv.DivAlign - class com.sapportals.portal.prt.util.html.HtmlDiv.DivAlign.
 
HtmlDiv() - Constructor for class com.sapportals.portal.prt.util.html.HtmlDiv
 
HtmlDiv(String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlDiv
 
HtmlDocType - class com.sapportals.portal.prt.util.html.HtmlDocType.
HtmlDocType.java Created: Fri Mar 16 11:07:21 2001
HtmlDocType.Html40Frameset - class com.sapportals.portal.prt.util.html.HtmlDocType.Html40Frameset.
The HTML 4.0 Frameset DTD includes everything in the transitional DTD plus frames as well.
HtmlDocType.Html40Frameset() - Constructor for class com.sapportals.portal.prt.util.html.HtmlDocType.Html40Frameset
 
HtmlDocType.Html40Strict - class com.sapportals.portal.prt.util.html.HtmlDocType.Html40Strict.
The HTML 4.0 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents.
HtmlDocType.Html40Strict() - Constructor for class com.sapportals.portal.prt.util.html.HtmlDocType.Html40Strict
 
HtmlDocType.Html40Transitional - class com.sapportals.portal.prt.util.html.HtmlDocType.Html40Transitional.
The HTML 4.0 Transitional DTD includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation).
HtmlDocType.Html40Transitional() - Constructor for class com.sapportals.portal.prt.util.html.HtmlDocType.Html40Transitional
 
HtmlDocType() - Constructor for class com.sapportals.portal.prt.util.html.HtmlDocType
 
HtmlDocument - class com.sapportals.portal.prt.util.html.HtmlDocument.
HtmlDocument.java Created: Fri Mar 16 10:56:00 2001
HtmlDocument - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.
 
HtmlDocument.Annotation - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Annotation.
Annotations.
HtmlDocument.Annotation(String, String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Annotation
 
HtmlDocument.Attribute - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute.
 
HtmlDocument.Attribute(String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
HtmlDocument.Attribute(String, String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
HtmlDocument.AttributeList - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList.
 
HtmlDocument.AttributeList() - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.AttributeList
 
HtmlDocument.Comment - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment.
HTML comments.
HtmlDocument.Comment(String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment
 
HtmlDocument.ElementSequence - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence.
A sequence of HTML elements.
HtmlDocument.ElementSequence() - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence
 
HtmlDocument.ElementSequence(int) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.ElementSequence
 
HtmlDocument.EndTag - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag.
Html end tag.
HtmlDocument.EndTag(String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag
 
HtmlDocument.HtmlElement - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.HtmlElement.
Abstract class for HTML elements.
HtmlDocument.HtmlElement() - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.HtmlElement
 
HtmlDocument.Newline - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline.
End of line indicator.
HtmlDocument.Newline() - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline
 
HtmlDocument.Tag - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag.
HTML start tag.
HtmlDocument.Tag(String, HtmlDocument.AttributeList) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
HtmlDocument.TagBlock - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock.
A tag block is a composite structure consisting of a start tag a sequence of HTML elements, and a matching end tag.
HtmlDocument.TagBlock(String, HtmlDocument.AttributeList, HtmlDocument.ElementSequence) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
 
HtmlDocument.Text - class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text.
Plain text
HtmlDocument.Text(String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text
 
HtmlDocument() - Constructor for class com.sapportals.portal.prt.util.html.HtmlDocument
 
HtmlDocument() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
HtmlDocument(HtmlDocument.ElementSequence) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDocument
 
HtmlDumper - class com.sapportals.portal.prt.util.html.parser.HtmlDumper.
 
HtmlDumper(OutputStream) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
HtmlDumper(OutputStream, String) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
HtmlEventingFormItem - class com.sapportals.portal.prt.util.html.HtmlEventingFormItem.
A class describing a form item which can receive events For these events, a language need to be specified.
HtmlEventingFormItem() - Constructor for class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
 
HtmlFocusEventingFormItem - class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem.
HtmlFocusEventingFormItem.java Created: Thu Nov 04 09:41:20 1999
HtmlFocusEventingFormItem() - Constructor for class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
 
HtmlForm - class com.sapportals.portal.prt.util.html.HtmlForm.
HtmlForm.java Created: Wed Nov 03 18:49:33 1999
HtmlForm.FormMethod - class com.sapportals.portal.prt.util.html.HtmlForm.FormMethod.
 
HtmlForm() - Constructor for class com.sapportals.portal.prt.util.html.HtmlForm
 
HtmlFormItem - class com.sapportals.portal.prt.util.html.HtmlFormItem.
Base class for form item.
HtmlFormItem() - Constructor for class com.sapportals.portal.prt.util.html.HtmlFormItem
 
HtmlFrame - class com.sapportals.portal.prt.util.html.HtmlFrame.
HtmlFrame.java Created: Thu Oct 28 11:11:14 1999
HtmlFrame() - Constructor for class com.sapportals.portal.prt.util.html.HtmlFrame
 
HtmlFrameSet - class com.sapportals.portal.prt.util.html.HtmlFrameSet.
HtmlFrameSet.java Created: Thu Oct 28 10:15:37 1999
HtmlFrameSet() - Constructor for class com.sapportals.portal.prt.util.html.HtmlFrameSet
 
HtmlHead - class com.sapportals.portal.prt.util.html.HtmlHead.
HtmlHead.java Created: Wed Nov 03 16:56:56 1999
HtmlHead() - Constructor for class com.sapportals.portal.prt.util.html.HtmlHead
 
HtmlHiddenInput - class com.sapportals.portal.prt.util.html.HtmlHiddenInput.
HtmlButtonInput.java Created: Thu Nov 04 11:32:54 1999
HtmlHiddenInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlHiddenInput
 
HtmlIdStyleRule - class com.sapportals.portal.prt.util.html.HtmlIdStyleRule.
Style rule for the classes (defined by CLASS= tag) Created: Thu Nov 04 11:00:23 1999
HtmlIdStyleRule(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlIdStyleRule
 
HtmlIFrame - class com.sapportals.portal.prt.util.html.HtmlIFrame.
HtmlIFrame.java Created: Wed Nov 24 17:44:18 1999
HtmlIFrame.IFrameAlign - class com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign.
 
HtmlIFrame() - Constructor for class com.sapportals.portal.prt.util.html.HtmlIFrame
 
HtmlImage - class com.sapportals.portal.prt.util.html.HtmlImage.
HtmlImage.java Created: Fri Oct 29 11:48:50 1999
HtmlImage.ImageAlign - class com.sapportals.portal.prt.util.html.HtmlImage.ImageAlign.
The alignment of the image TOP|MIDDLE|BOTTOM
HtmlImage() - Constructor for class com.sapportals.portal.prt.util.html.HtmlImage
 
HtmlImage(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlImage
 
HtmlInlineScript - class com.sapportals.portal.prt.util.html.HtmlInlineScript.
Class used to encapsulate a sequence of script contents.
HtmlInlineScript() - Constructor for class com.sapportals.portal.prt.util.html.HtmlInlineScript
 
HtmlInlineScriptItem - class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem.
A script item to put in an instance of HtmlInlineScript.
HtmlInlineScriptItem() - Constructor for class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
 
HtmlInlineScriptItem(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
 
HtmlInput - class com.sapportals.portal.prt.util.html.HtmlInput.
HtmlInput.java Created: Thu Nov 04 10:07:14 1999
HtmlInput.InputType - class com.sapportals.portal.prt.util.html.HtmlInput.InputType.
 
HtmlInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlInput
 
HtmlLabelFor - class com.sapportals.portal.prt.util.html.HtmlLabelFor.
HtmlLabelFor.java Created: Tue Nov 30 09:41:17 1999
HtmlLabelFor() - Constructor for class com.sapportals.portal.prt.util.html.HtmlLabelFor
 
HtmlLink - class com.sapportals.portal.prt.util.html.HtmlLink.
HtmlLink.java Created: Thu Nov 18 11:23:08 1999
HtmlLink() - Constructor for class com.sapportals.portal.prt.util.html.HtmlLink
 
HtmlLink(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlLink
 
HtmlMeta - class com.sapportals.portal.prt.util.html.HtmlMeta.
Title: Description: Copyright: Copyright (c) 2001 Company:
HtmlMeta() - Constructor for class com.sapportals.portal.prt.util.html.HtmlMeta
 
HtmlMeta(String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlMeta
 
HtmlNoBr - class com.sapportals.portal.prt.util.html.HtmlNoBr.
HtmlNoBr.java Created: Wed Nov 10 11:39:11 1999
HtmlNoBr() - Constructor for class com.sapportals.portal.prt.util.html.HtmlNoBr
 
HtmlObject - class com.sapportals.portal.prt.util.html.HtmlObject.
HtmlApplet.java Created: April 2000
HtmlObject() - Constructor for class com.sapportals.portal.prt.util.html.HtmlObject
 
HtmlOption - class com.sapportals.portal.prt.util.html.HtmlOption.
HtmlOption.java Created: Wed Nov 03 19:16:54 1999
HtmlOption(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlOption
 
HtmlOption(String, boolean) - Constructor for class com.sapportals.portal.prt.util.html.HtmlOption
 
HtmlParser - class com.sapportals.portal.prt.util.html.parser.HtmlParser.
 
HtmlParser(HtmlParserTokenManager) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
HtmlParser(InputStream) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
HtmlParser(Reader) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
HtmlParserConstants - interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants.
 
HtmlParserTokenManager - class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager.
 
HtmlParserTokenManager(SimpleCharStream) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
HtmlParserTokenManager(SimpleCharStream, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
HtmlPasswordInput - class com.sapportals.portal.prt.util.html.HtmlPasswordInput.
HtmlPasswordInput.java Created: Thu Nov 04 10:49:41 1999
HtmlPasswordInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlPasswordInput
 
HtmlPasswordInput(String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlPasswordInput
 
HtmlRadio - class com.sapportals.portal.prt.util.html.HtmlRadio.
HtmlRadio.java Created: Thu Nov 04 11:26:53 1999
HtmlRadio() - Constructor for class com.sapportals.portal.prt.util.html.HtmlRadio
 
HtmlRadio(String, String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlRadio
 
HtmlResetInput - class com.sapportals.portal.prt.util.html.HtmlResetInput.
HtmlResetInput.java Created: Thu Nov 04 11:32:54 1999
HtmlResetInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlResetInput
 
HtmlRow - class com.sapportals.portal.prt.util.html.HtmlRow.
HtmlRow.java Created: Fri Oct 29 14:26:43 1999
HtmlRow() - Constructor for class com.sapportals.portal.prt.util.html.HtmlRow
 
HtmlScript - class com.sapportals.portal.prt.util.html.HtmlScript.
HtmlScript.java Created: Thu Nov 04 14:46:14 1999
HtmlScript() - Constructor for class com.sapportals.portal.prt.util.html.HtmlScript
 
HtmlScript(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlScript
 
HtmlScriptManager - class com.sapportals.portal.prt.util.html.HtmlScriptManager.
This class can manage HtmlInlineScriptItem to avoid repeats Created: Fri Nov 12 17:29:07 1999
HtmlScriptManager() - Constructor for class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
HtmlSelect - class com.sapportals.portal.prt.util.html.HtmlSelect.
HtmlSelect.java Created: Thu Nov 04 11:50:32 1999
HtmlSelect() - Constructor for class com.sapportals.portal.prt.util.html.HtmlSelect
 
HtmlSharedString - class com.sapportals.portal.prt.util.html.HtmlSharedString.
Html element enabling string sharing
HtmlSharedString(SharedString) - Constructor for class com.sapportals.portal.prt.util.html.HtmlSharedString
 
HtmlSinglePartElement - class com.sapportals.portal.prt.util.html.HtmlSinglePartElement.
HtmlSinglePartElement.java Created: Fri Oct 29 11:33:55 1999
HtmlSinglePartElement() - Constructor for class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
 
HtmlSpan - class com.sapportals.portal.prt.util.html.HtmlSpan.
HtmlSpan.java Created: Wed Nov 03 09:33:26 1999
HtmlSpan() - Constructor for class com.sapportals.portal.prt.util.html.HtmlSpan
 
HtmlSpan(String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlSpan
 
HtmlString - class com.sapportals.portal.prt.util.html.HtmlString.
HtmlText.java Created: Tue Nov 02 17:33:37 1999
HtmlString(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlString
 
HtmlStrong - class com.sapportals.portal.prt.util.html.HtmlStrong.
HtmlStrong.java Created: Wed Nov 10 11:39:11 1999
HtmlStrong() - Constructor for class com.sapportals.portal.prt.util.html.HtmlStrong
 
HtmlStructurizer - class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer.
HtmlStructurizer.java Created: Mon May 28 17:34:44 2001
HtmlStructurizer() - Constructor for class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
HtmlStyle - class com.sapportals.portal.prt.util.html.HtmlStyle.
HtmlStyle.java Created: Wed Nov 03 09:59:30 1999
HtmlStyle.StyleType - class com.sapportals.portal.prt.util.html.HtmlStyle.StyleType.
 
HtmlStyle() - Constructor for class com.sapportals.portal.prt.util.html.HtmlStyle
 
HtmlStyle(HtmlStyle.StyleType) - Constructor for class com.sapportals.portal.prt.util.html.HtmlStyle
 
HtmlStyle(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlStyle
 
HtmlStyleRule - class com.sapportals.portal.prt.util.html.HtmlStyleRule.
HtmlStyleRule.java Created: Wed Nov 03 10:17:12 1999
HtmlStyleRule(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlStyleRule
 
HtmlSubmitInput - class com.sapportals.portal.prt.util.html.HtmlSubmitInput.
HtmlSubmitInput.java Created: Thu Nov 04 11:32:54 1999
HtmlSubmitInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlSubmitInput
 
HtmlTable - class com.sapportals.portal.prt.util.html.HtmlTable.
HtmlTable.java Created: Thu Oct 28 15:26:47 1999
HtmlTable() - Constructor for class com.sapportals.portal.prt.util.html.HtmlTable
Default constructor.
HtmlTextArea - class com.sapportals.portal.prt.util.html.HtmlTextArea.
HtmlTextArea.java Created: Fri Nov 05 14:27:08 1999
HtmlTextArea.TextAreaWrap - class com.sapportals.portal.prt.util.html.HtmlTextArea.TextAreaWrap.
 
HtmlTextArea() - Constructor for class com.sapportals.portal.prt.util.html.HtmlTextArea
 
HtmlTextInput - class com.sapportals.portal.prt.util.html.HtmlTextInput.
HtmlTextInput.java Created: Thu Nov 04 10:49:41 1999
HtmlTextInput() - Constructor for class com.sapportals.portal.prt.util.html.HtmlTextInput
 
HtmlTextInput(String, String, String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlTextInput
 
HtmlTitle - class com.sapportals.portal.prt.util.html.HtmlTitle.
HtmlTitle.java Created: Fri Mar 16 11:48:07 2001
HtmlTitle() - Constructor for class com.sapportals.portal.prt.util.html.HtmlTitle
 
HtmlTitle(String) - Constructor for class com.sapportals.portal.prt.util.html.HtmlTitle
 
HTMLVersionInformation - interface com.sapportals.portal.prt.util.HTMLVersionInformation.
Contains DTD reference information to include in the generated page.

I

IAbstractFactory - interface com.sapportals.portal.prt.runtime.IAbstractFactory.
Interface implemented by factory regsitered and discovered at run time.
ICachablePortalComponent - interface com.sapportals.portal.prt.component.ICachablePortalComponent.
An ICachablePortalComponent is implemented by components that want to add caching capabilites to their behavior.
ICacheDiscriminator - interface com.sapportals.portal.prt.component.ICacheDiscriminator.
An ICachableDiscriminator is implemented by components that want to add caching capabilites depending on content values to their behavior.
ICacheValidator - interface com.sapportals.portal.prt.component.ICacheValidator.
An ICachableValidator is implemented by components that wants to control the validity of the cache using a key which is stored in the cache content
IComponentNode - interface com.sapportals.portal.prt.pom.IComponentNode.
The IComponentNode interface describes a node of type INode.COMPONENT_NODE in the Portal Object Model.
IConfigurationSOAPService - interface com.sapportals.portal.prt.service.soap.util.IConfigurationSOAPService.
Title: SAP iView Project Description: Copyright: Copyright (c) 2002 Company:
ID - class com.sapportals.portal.prt.service.soap.types.ID.
Description : Class that represents a ID by parsing and interpreting a string, ID representation matches the production of NCName The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes.
ID(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.ID
 
Id2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
IDENTIFIER - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
IDENTIFIER_CHAR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
IDRef - class com.sapportals.portal.prt.service.soap.types.IDRef.
Description : Class that represents a IDRef by parsing and interpreting a string, IDRef representation matches the production of NCName The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes.
IDRef(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.IDRef
 
IdRef2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
IDRefs - class com.sapportals.portal.prt.service.soap.types.IDRefs.
Description : Class that represents a IDRefS by parsing and interpreting a string, IDREFS is the set of white space separated lists of IDREF The semantics defined by [W3C XML Schema Datatypes] for the ID datatype is purely lexical and do not include the cross-reference semantics of the corresponding [XML 1.0] datatypes.
IDRefs(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.IDRefs
 
IdRefs2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
IEvent - interface com.sapportals.portal.prt.pom.IEvent.
This interface describes an event object in the Portal Object Model.
IEventFilter - interface com.sapportals.portal.prt.pom.IEventFilter.
Interface that must be implemented by event filters Event filter are registered for a type of event using the method addEventListener on the PortalNode
IEventListener - interface com.sapportals.portal.prt.pom.IEventListener.
Objects that want to be able to receive Portal Object Model Events must implement this interface.
IEventListenerComponent - interface com.sapportals.portal.prt.component.IEventListenerComponent.
Portal Components that want to receive Portal Object Model Events must implement this interface.
IEventTarget - interface com.sapportals.portal.prt.pom.IEventTarget.
An Implementation of IEventTarget has the capability to attach listeners and dispatch an incoming event to them.
IHtmlAttributeContainer - interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer.
HtmlAttributeContainer.java Created: Thu Oct 28 10:53:59 1999
IHtmlBase - interface com.sapportals.portal.prt.util.html.IHtmlBase.
IHtmlBase.java Created: Thu Oct 28 10:16:14 1999
IHtmlEventListener - interface com.sapportals.portal.prt.util.html.IHtmlEventListener.
IHtmlEventListener.java Created: Wed Nov 10 12:21:56 1999
IHtmlIdentifiable - interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable.
The html element can be identified byte the "CLASS" property or the "ID" property.
IHtmlOutputable - interface com.sapportals.portal.prt.util.html.IHtmlOutputable.
IHtmlOutputable.java Created: Wed Nov 03 09:26:13 1999
IHtmlUniqueObject - interface com.sapportals.portal.prt.util.html.IHtmlUniqueObject.
IHtmlUniqueObject.java Created: Thu Nov 18 13:45:47 1999
IJSPResource - interface com.sapportals.portal.prt.resource.IJSPResource.
The IJSPResource resource
ILogger - interface com.sapportals.portal.prt.logger.ILogger.
Interface for all logging objects.
ILoggerContext - interface com.sapportals.portal.prt.logger.ILoggerContext.
The ILoggerContext is used to allow information transfer between packages that are not allowed to communicate directly.
ILoggerFile - interface com.sapportals.portal.prt.logger.ILoggerFile.
Interface for all log files.
image - Variable in class com.sapportals.portal.prt.util.html.parser.Token
The string image of the token.
IMAGE - Static variable in interface com.sapportals.portal.prt.resource.IResource
The IMAGE resource type Default scope: public
Default extension: .gif
IMAGE - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
IMessageDescriptor - interface com.sapportals.portal.prt.service.soap.util.IMessageDescriptor.
Title: Description: Copyright: Company:
IMethodsAuthorizedProcessor - interface com.sapportals.portal.prt.service.soap.processor.IMethodsAuthorizedProcessor.
Interface for all checker of methods authoriation access link with soapconfig.xml file
IModeChangeEvent - interface com.sapportals.portal.prt.event.IModeChangeEvent.
A mode change event is fired when setNodeMode is called on a Node.
IMPLICIT_TAG_END - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
inBuf - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
include(IPortalComponentRequest, INode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Includes the content of another Portal Component in this response.
include(IPortalComponentRequest, IResource) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Includes the content of a Resource in this response.
INFO - Static variable in class com.sapportals.portal.prt.logger.Level
 
INFO_ID - Static variable in class com.sapportals.portal.prt.logger.Level
INFO is a message level for informational message.
info(Object, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs an INFO message.
info(Object, Throwable, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs an INFO message.
info(String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs an INFO message.
info(Throwable, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs an INFO message.
init() - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Deprecated.  
init() - Method in interface com.sapportals.portal.prt.component.IPortalComponent
Deprecated. Use #init(IPortalComponentInitContext) instead
init() - Method in class com.sapportals.portal.prt.runtime.AbstractFactoryManager
init.
init(IPortalComponentConfig) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
 
init(IPortalComponentInitContext) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Invoked when this Portal Component is loaded for the first time in memory.
init(IPortalComponentInitContext) - Method in interface com.sapportals.portal.prt.component.IPortalComponentInit
Initializes this object by giving it its relevant configuration.
init(IResourceInformation) - Method in interface com.sapportals.portal.prt.resource.IResource
All resources have to provide an init method which is called by the ResourceManager just after the creation of new instance of the resource.
init(IServiceContext) - Method in interface com.sapportals.portal.prt.service.IService
generic init of the service
init(IServiceContext, String, String, int) - Method in interface com.sapportals.portal.prt.service.factory.IServiceFactory
Deprecated. generic init of the serviceFactory
initBuffer(int) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
This method can be overridden by subclasses
initCharTypes() - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
Initializes all the classes of the characters: Base char, Ideographic, Combining char, Digit, Extender, Char, whitespace
INITIALISATION_CORRECT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
initialize(Hashtable, ILoggerContext) - Method in interface com.sapportals.portal.prt.logger.ILogger
The initialize method is called by the framework after the creation of the logger.
initialize(IPortalNode, INode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Deprecated. Do not use anymore
initialize(SOAPFactory) - Static method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
initializeFromPRTFault(PRTFault) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
initialize the cuurent PRTFault from an existing PRTFault
initializePRTFaultContextClientSide(ISOAPMessageContext) - Static method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
initialize the context fot PRTFault on client side
initializePRTFaultContextServerSide(ISOAPMessageContext, SOAPEnvelope) - Static method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
initialize the context fot PRTFault on server side
initXMLBased(String, String, ClassLoader) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Init the specialized registry for the specified service
INode - interface com.sapportals.portal.prt.pom.INode.
The INode interface describes nodes in the Portal DOM,
namely the representation of the current portal hierarchy for a specific request.
INodeList - interface com.sapportals.portal.prt.pom.INodeList.
The INodeList interface describes a list of INodes
INonCachablePortalComponent - interface com.sapportals.portal.prt.component.INonCachablePortalComponent.
An INonCachablePortalComponent is implemented by components that do not want to be cached by the Portal builber Runtime architecture.
input_stream - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
inputStream - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
insertContentInSOAPElement(SOAPElement, SOAPEnvelope) - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
insert the content of SOAP element in a DOM Element
insertTypesFragment() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
insertTypesFragment(Definition) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
int2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
integerQName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
intValue() - Method in class com.sapportals.portal.prt.logger.Level
Gets the integer value for this level.
invokeMethod(String, XMLAttributeHandler) - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPProxy
 
invokeMethod(String, XMLAttributeHandler, String) - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
Method used to generated call to SOAP Web Service
invokeMethod(String, XMLAttributeHandler, String, IUserContext, String) - Method in interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall
Method used to generated call to SOAP Web Service with security arguments
invokeWebServiceMethod(IDispatcherContext, IService, Method, Class[], Object[]) - Method in interface com.sapportals.portal.prt.service.soap.processor.ISOAPServiceProcessor
 
IObjectSchema - interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema.
 
IPOMConstants - interface com.sapportals.portal.prt.pom.IPOMConstants.
This interface gathers some constants used by the POM eventing model
IPortalComponent - interface com.sapportals.portal.prt.component.IPortalComponent.
The IPortalComponent is the central abstraction of the Portal Component API.
IPortalComponentConfig - interface com.sapportals.portal.prt.component.IPortalComponentConfig.
The conponent configuration
IPortalComponentContext - interface com.sapportals.portal.prt.component.IPortalComponentContext.
The IPortalComponentContext defines a user specific view on a Portal Component.
IPortalComponentContextListener - interface com.sapportals.portal.prt.component.IPortalComponentContextListener.
The IPortalComponentContextListener interface enables components to be notified of creation and destruction of a Portal Component context.
IPortalComponentEvent - interface com.sapportals.portal.prt.event.IPortalComponentEvent.
 
IPortalComponentEventData - interface com.sapportals.portal.prt.event.IPortalComponentEventData.
The IPortalComponentEventData represents a set of multi-valued attributes that are attached to a IPortalComponentEvent.
IPortalComponentInit - interface com.sapportals.portal.prt.component.IPortalComponentInit.
 
IPortalComponentInitContext - interface com.sapportals.portal.prt.component.IPortalComponentInitContext.
The conponent context interface used during the initialization
IPortalComponentProfile - interface com.sapportals.portal.prt.component.IPortalComponentProfile.
The IPortalComponentProfile represents a set of properties that are attached to a component.
IPortalComponentRequest - interface com.sapportals.portal.prt.component.IPortalComponentRequest.
The IPortalComponentRequest is the portal component specific view on all request related matters.
IPortalComponentResponse - interface com.sapportals.portal.prt.component.IPortalComponentResponse.
The IPortalComponentResponse encapsulates all the information sent from the Portal Component to the Client.
IPortalComponentSession - interface com.sapportals.portal.prt.component.IPortalComponentSession.
The IPortalComponentSession is the portal component's view on the servlet session.
IPortalComponentURI - interface com.sapportals.portal.prt.component.IPortalComponentURI.
An IPortalComponentURI represents an URI that can either change the root context, change the node mode, fire an event to a specific node
IPortalConstants - interface com.sapportals.portal.prt.runtime.IPortalConstants.
Definition of a set of constants used in the Portal environment.
IPortalNode - interface com.sapportals.portal.prt.pom.IPortalNode.
The PortalNode is by definition the root node of the Portal Object Model.
IPortalRequestEvent - interface com.sapportals.portal.prt.event.IPortalRequestEvent.
The IPortalRequestEvent is an extension of IEvent for the special purpose of representing events coming in through a request by a url specifically generated for that reason.
IPortalRequestEventData - interface com.sapportals.portal.prt.event.IPortalRequestEventData.
The IPortalComponentEventData represents a set of multi-valued attributes that are attached to a IPortalRequestEvent.
IPortalRuntimeResources - interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources.
The IPortalRuntimeResources interface is used to provide access to certain resources maintained by the runtime implementation through the Portal Runtime API.
IPortalRuntimeResources.LocationType - class com.sapportals.portal.prt.runtime.IPortalRuntimeResources.LocationType.
Handles Location types
IPortalSOAPConfig - interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfig.
 
IPortalSOAPConfigVersion - interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion.
Title: Description: Copyright: Copyright (c) 2003 Company: SAP Portal EP6.0
IPortalWebService - interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService.
 
IPortalWebServiceMappingInterface - interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMappingInterface.
 
IPortalWebServiceMethod - interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod.
 
IPortalWebServiceParameter - interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter.
 
IPortalWebServiceSerializer - interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer.
 
IPortalWebServiceType - interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceType.
 
IProfileValidationEvent - interface com.sapportals.portal.prt.event.IProfileValidationEvent.
Event that is fired by any personnalization class
IPropertiesResource - interface com.sapportals.portal.prt.resource.IPropertiesResource.
The IPropertiesResource is an abstract view of XML resources, java property files or whatever.
IPropertyDescriptor - interface com.sapportals.portal.prt.component.IPropertyDescriptor.
Deprecated. This interface has been deprecated. The IPortalComponentProfile.getPropertyAttribute(java.lang.String, java.lang.String) provides now a direct access to attributes
IPRTFault - interface com.sapportals.portal.prt.service.soap.exception.IPRTFault.
IPRTFault exception are throws when exception or process anomalies occur during use of the SOAP Framework.
IPRTSOAPAuthorization - interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPAuthorization.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
IPRTSOAPBody - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBody.
PRT SOAP body image of the javax.xml.soap.SOAPBody class already processed
IPRTSOAPBodyElement - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBodyElement.
PRT SOAP body view of the javax.xml.soap.SOAPBody class
IPRTSOAPCall - interface com.sapportals.portal.prt.service.soap.IPRTSOAPCall.
Interface encapsulating SOAP Calls, used by all the Client Portal Service The instance of IPRTSOAPCall are unique by client/session
IPRTSOAPEncryptionData - interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPEncryptionData.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
IPRTSOAPEnvelope - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPEnvelope.
PRT SOAP Enveloppe view of the javax.xml.soap.SOAPEnvelope class
IPRTSOAPHeader - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPHeader.
PRT SOAP Header view of the javax.xml.soap.SOAPHeader class
IPRTSOAPHeaderElement - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPHeaderElement.
PRT SOAP HeaderElement view of the javax.xml.soap.SOAPHeaderElement class
IPRTSOAPMessage - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage.
PRT SOAP Message view of the javax.xml.soap.SOAPMessage class
IPRTSOAPProxy - interface com.sapportals.portal.prt.service.soap.IPRTSOAPProxy.
Interface replaced by IPRTSOAPCall
IPRTSOAPResponse - interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse.
interface in charge of the response of the SOAP Message
IPRTSOAPSecuredMessage - interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecuredMessage.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
IPRTSOAPSecurityElement - interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecurityElement.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
IPRTSOAPSerializator - interface com.sapportals.portal.prt.service.soap.IPRTSOAPSerializator.
interface representing instance in charge of Serializing a SOAPMessage
IPRTSOAPSignature - interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignature.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
IPRTSOAPSignedInfo - interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSignedInfo.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
IReleasable - interface com.sapportals.portal.prt.util.IReleasable.
IReleasable.java Created: Wed Jun 20 11:21:18 2001
IResource - interface com.sapportals.portal.prt.resource.IResource.
The IResource interface is an abstract view of resources.
IResourceInformation - interface com.sapportals.portal.prt.resource.IResourceInformation.
The ResourceInformation holds informations related to resources.
isAbsolute() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets wether this URI is absolute.
isActive() - Method in interface com.sapportals.portal.prt.logger.ILogger
This method returns a boolean indicating whether or not this logger is currently active.
isActive() - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
is Active
isAdmin() - Method in interface com.sapportals.portal.prt.session.IUserContext
Deprecated. this object itself is a user oject.
isArrayList() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
return the type of array (specific for the document/literal)
isAttributeType() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
isAuthenticated() - Method in interface com.sapportals.portal.prt.session.IUserContext
Return true if the user is authenticated in the User Management Service.
isAuthorizedRequest(HttpServletRequest) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
isAuthorizedUserForService(IUserContext, String) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
isAvailable() - Method in interface com.sapportals.portal.prt.resource.IResource
Checks whether the resource exists or not.
isBaseChar(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a base char
isCacheValid(IPortalComponentRequest, String) - Method in interface com.sapportals.portal.prt.component.ICacheValidator
Test whether the cache is valid or not given a key which is stored in the cache content
isChar(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a char
isCombiningChar(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a combining char
isCompatible(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
isConformantSchemeName(String) - Static method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Determine whether a scheme conforms to the rules for a scheme name.
isCorrectTimeZone(String) - Static method in class com.sapportals.portal.prt.service.soap.util.DateUtilFormat
 
isDateDigit(String, String) - Static method in class com.sapportals.portal.prt.service.soap.util.DateUtilFormat
 
isDebugMode() - Method in class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler
 
isDigit(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a digit
isDigit(String, String) - Static method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
isDocumentStyleEncoding() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
 
isEmpty() - Method in class com.sapportals.portal.prt.util.FiFoList
Checks if the list is currently empty.
isEncodedAsAttribute() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
use it for pass the special parameters in the unmarshall /marshall method
IService - interface com.sapportals.portal.prt.service.IService.
Interface implemented by all the classes that want to specify a Service
IServiceConfig - interface com.sapportals.portal.prt.service.IServiceConfig.
The service config
IServiceConfiguration - interface com.sapportals.portal.prt.service.IServiceConfiguration.
Deprecated. This interface is no longer used.
IServiceContext - interface com.sapportals.portal.prt.service.IServiceContext.
A service context allows to contact other resources in the portal.
IServiceDescriptor - interface com.sapportals.portal.prt.service.soap.IServiceDescriptor.
Interface defining a Web Service when generating SOAP Call Convenient object used to transport info in the process
IServiceEventListener - interface com.sapportals.portal.prt.service.IServiceEventListener.
Deprecated. This interface is no longer used.
IServiceFactory - interface com.sapportals.portal.prt.service.factory.IServiceFactory.
Deprecated. This interface is not used anymore and no replacement has been provided.
IServiceId - interface com.sapportals.portal.prt.service.IServiceId.
Deprecated. This interface is no longer used.
IServiceProfile - interface com.sapportals.portal.prt.service.IServiceProfile.
The service profile
isExtender(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is an extender
isGenericURI() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the indicator as to whether this URI uses the "generic URI" syntax.
isIdeographic(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a ideographic
isInProcess() - Method in interface com.sapportals.portal.prt.service.soap.processor.ISOAPServiceProcessor
 
isInProcess() - Method in class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
isInRange(int) - Method in class com.sapportals.portal.prt.service.soap.util.CharRange
 
isInRanges(int) - Method in class com.sapportals.portal.prt.service.soap.util.CharType
 
isLetter(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a Letter defined by Letter ::= BaseChar | Ideographic
isListArray() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
isLitteralStyleEncoding() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
 
isLitteralStyleEncodingAsked() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
 
isMethodAuthorized(String, IService, String, Class[]) - Method in interface com.sapportals.portal.prt.service.soap.processor.IMethodsAuthorizedProcessor
look on the signature of the method method.toString() to determain if it can be accesed via Web Services
isMinOccursEqZero() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
isNameChar(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a NameChar defined by NameChar ::= Letter | Digit | '.'
isNCNameChar(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a NCNameChar defined by NCNameChar ::= Letter | Digit | '.'
isNillable() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
isNillable() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
isNullable(Class) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
ISOAPConnection - interface com.sapportals.portal.prt.service.soap.ISOAPConnection.
Define the IServlet Connection corresponding to the soap connection of the portal
ISOAPHeaderProcessor - interface com.sapportals.portal.prt.service.soap.processor.ISOAPHeaderProcessor.
Interafce for all Header message Processor registered in SOAPServiceManager
ISOAPLogger - interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger.
Central logger for all log generated during SOAP Framework life
ISOAPMessageContext - interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext.
Context attached to a SOAPMessage, contains all the dat to un/marschall SOAP Message
ISOAPParamConstants - interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants.
Interface in charge of holding all the variables needed for the SOAP Framework
ISOAPSecurityManager - interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager.
Title: SAP Portal iView Project Description: Copyright: Copyright (c) 2002 Company:
ISOAPSerializable - interface com.sapportals.portal.prt.service.soap.ISOAPSerializable.
Title: SAP iView Project Description: Copyright: Copyright (c) 2002 Company:
ISOAPSerializerListener - interface com.sapportals.portal.prt.service.soap.listener.ISOAPSerializerListener.
Interface implemented by all the Portal Services who want to be warnm of end of use by SOAP Framework
ISOAPService - interface com.sapportals.portal.prt.service.soap.ISOAPService.
Central Definition of the SOAP Framwework using support of Portal Service layer
ISOAPServiceProcessor - interface com.sapportals.portal.prt.service.soap.processor.ISOAPServiceProcessor.
Interface for all SOAP message Processor Java Class Copyright: Copyright (c) 2003 Company: SAP Labs France
isObject() - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
isObject
ISpecializedRegistry - interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry.
Registry used to stock mapping inforamtion between Custom Java type and XML Qualified name used in SOAP message.
isPersonalizableProperty(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
returns true if the Property can be customized by the user.
isPresent(String, Class) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
isPrimitive(Class) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Test if the class is java lang primitive
isPrimitive(Class) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
is Primitive Java Type
isRequired() - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
isResponse() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
set to say that the current message is a response
isResponseClean() - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Returns whether the servlet's response is still available for content procession by the runtime.
isRootNode() - Method in class com.sapportals.portal.prt.pom.AbstractNode
Whether this node is a root node or not.
isSecondDigit(String, String) - Static method in class com.sapportals.portal.prt.service.soap.util.DateUtilFormat
 
isSimpleSoapEncodingType(Class) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
isSimpleType() - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
isSimpleType(Class) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
isSimpleTypeCurrentProcess() - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
return if the current type is a simple type
isValueNull(SOAPElement) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
isVisible() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
isWhiteSpace(int) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
analyses if it is a white space
isXMLHandlingOk() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
 
item(int) - Method in class com.sapportals.portal.prt.pom.NodeList
The item positionned at the given index.
item(int) - Method in interface com.sapportals.portal.prt.pom.INodeList
The node of this list identified by the specified index.
ITypes - interface com.sapportals.portal.prt.service.soap.wsdl.ITypes.
Title: Generator Wsdl (Java -> Wsdl) Description: Generate a wdsl file from a Java Classe Copyright: Copyright (c) 2002 Company: SAP Labs France
IUserContext - interface com.sapportals.portal.prt.session.IUserContext.
The IUserContext defines the user view of the environment in which the Portal Component is running.
IVIEW_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
IVIEW_LOGGER is used to log messages from iViews.

J

JAVA_1DARRAY_REPRESENTATION - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
JAVA_2DARRAY_REPRESENTATION - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
JAVA_KEYWORD - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
JAVASCRIPT_11 - Static variable in class com.sapportals.portal.prt.component.ClientFamily
Deprecated. javascript 1.1 family
JAVASCRIPT_12 - Static variable in class com.sapportals.portal.prt.component.ClientFamily
Deprecated. javascript 1.2 family
JAVASCRIPT_13 - Static variable in class com.sapportals.portal.prt.component.ClientFamily
Deprecated. javascript 1.3 family
jj_nt - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
jjFillToken() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
jjnewLexState - Static variable in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
jjstrLiteralImages - Static variable in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
JSP - Static variable in interface com.sapportals.portal.prt.resource.IResource
The JSP resource types Default scope: private
Default extension: .jsp
JSP_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
JSP_LOGGER is used to log messages from monitoring.

K

KEY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPService
 
kind - Variable in class com.sapportals.portal.prt.util.html.parser.Token
An integer that describes the kind of this token.

L

Language - class com.sapportals.portal.prt.service.soap.types.Language.
Description : Class that represents a natural language identifier.
Language(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Language
 
language2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
LAV_ERROR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LEFT - Static variable in class com.sapportals.portal.prt.util.html.HtmlDiv.DivAlign
 
length() - Method in class com.sapportals.portal.prt.util.SharedString
The length of the useful char[].
length() - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
Level - class com.sapportals.portal.prt.logger.Level.
This Level class defines a set of standart logging levels that can be used to control logging output.
Level(String, int) - Constructor for class com.sapportals.portal.prt.logger.Level
Constructor for the Level object It is protected to allow subclassing for new constants definition.
LexAttrVal - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LexComment - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LexDecl - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in class com.sapportals.portal.prt.util.html.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexInTag - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LexScript - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LexStartTag - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
lexStateNames - Static variable in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
LexStyle - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
line - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
LINUX_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
LIT_ERROR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LITERAL_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
loadClassInRegistry(String) - Method in interface com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry
Get a class contain in this specialized registry from the classname (with the package name)
log(Object, String, Level) - Method in interface com.sapportals.portal.prt.logger.ILogger
Prints log message.
log(Object, Throwable, String, Level) - Method in interface com.sapportals.portal.prt.logger.ILogger
Prints log message and stack trace.
log(String, Level) - Method in interface com.sapportals.portal.prt.logger.ILogger
Prints a log message, with a given verbosity level.
log(Throwable, String, Level) - Method in interface com.sapportals.portal.prt.logger.ILogger
Prints log message and stack trace.
LOGGER_MANAGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
LOGGER_NAME - Static variable in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
 
LoggerRecord - class com.sapportals.portal.prt.logger.LoggerRecord.
This RecordLogger class defines a set of standart logging tags that can be used to create an output log file.
LoggerRecord() - Constructor for class com.sapportals.portal.prt.logger.LoggerRecord
 
LOGON_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing a logon action
LOGON_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.LOGON_EVENT instead
LOGON_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "logon" node mode Be careful, the logon mode is very particular : the context for the mode logon is the same as the one for the default mode.
LOGON_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.LOGON_MODE instead
LOGOUT_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing a logout action
LOGOUT_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.LOGOUT_EVENT instead
long2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
longToHexString(long) - Static method in class com.sapportals.portal.prt.util.Guid
 
longToHexString(Long) - Static method in class com.sapportals.portal.prt.util.Guid
 
lookingAhead - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
lookup(String) - Method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.ObjectRegistry
 
lookupNext() - Method in class com.sapportals.portal.prt.util.FiFoList
Look up the next item.
LST_ERROR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
LT_PRIVATE_DEPLOYMENT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for the private home path example : \webapps\irj\WEB-INF\plugins\portal
LT_PRIVATE_RESOURCES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for private resources example : \webapps\irj\WEB-INF\plugins\portal\resources
LT_PRIVATE_SERVICES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for private resources for services example : \webapps\irj\WEB-INF\plugins\portal\services
LT_PRT_CLASSES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for the portal classpath example : \webapps\irj\WEB-INF\classes
LT_PRT_LIBS - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for the portal lib path example : \webapps\irj\WEB-INF\lib
LT_PUBLIC_DEPLOYMENT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for the public home path example : \webapps\irj
LT_PUBLIC_RESOURCES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for public resources example : \webapps\irj\resources
LT_PUBLIC_SERVICES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for public resources for services example : \webapps\irj\services
LT_SYSTEM_CONTENT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for PRT content (for demo purposes only!)
LT_SYSTEM_DEPLOYMENT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for system deployment example : \webapps\irj\WEB-INF\deployment
LT_SYSTEM_DEPLOYMENT_PCD - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for the PCD original content example : \webapps\irj\WEB-INF\deployment\Pcd
LT_SYSTEM_DEPLOYMENT_TEMP - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for temporary files during the deployment example : \webapps\irj\WEB-INF\deployment\temp
LT_SYSTEM_HOME - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Home path to system resources example : \webapps\irj\WEB-INF\plugins\portal
LT_SYSTEM_RESOURCES - Static variable in interface com.sapportals.portal.prt.runtime.IPortalRuntimeResources
Location type for system resources example : \webapps\irj\WEB-INF\plugins\portal\system

M

m_action - Variable in class com.sapportals.portal.prt.util.html.HtmlForm
URL of the program to call
m_align - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
Alignments of frame content
m_align - Variable in class com.sapportals.portal.prt.util.html.HtmlDiv
The alignment
m_alignment - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
The alignment of the image.
m_allScripts - Variable in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
m_alt - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
text to show if you don't show the picture
m_attributes - Variable in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
Html non standard properties in the container.
m_background - Variable in class com.sapportals.portal.prt.util.html.HtmlCell
Picture to use for the background.
m_background - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The background property of the rule.
m_backgroundAttachment - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The backgroundAttachment for the rule.
m_backgroundColor - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The backgroundColor for the rule.
m_backgroundImage - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The backgroundImage for the rule.
m_backgroundPosition - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The backgroundPosition for the rule.
m_backgroundRepeat - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The backgroundRepeat for the rule.
m_bgColor - Variable in class com.sapportals.portal.prt.util.html.HtmlRow
The color of the background
m_border - Variable in class com.sapportals.portal.prt.util.html.HtmlFrameSet
The space between frames.
m_border - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The border property of the rule.
m_border - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
The border around the picture
m_borderBottom - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderBottom for the rule.
m_borderBottomWidth - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderBottomWidth of the rule.
m_borderColor - Variable in class com.sapportals.portal.prt.util.html.HtmlRow
The color of the border.
m_borderColor - Variable in class com.sapportals.portal.prt.util.html.HtmlFrameSet
The color of the border
m_borderColor - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderColor for the rule.
m_borderColorDark - Variable in class com.sapportals.portal.prt.util.html.HtmlRow
Color of dark part of border around each cell.
m_borderColorLight - Variable in class com.sapportals.portal.prt.util.html.HtmlRow
color of light part of border around cell.
m_borderLeft - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderLeft for the rule.
m_borderLeftWidth - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderLeftWidth of the rule.
m_borderRight - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderRight for the rule.
m_borderRightWidth - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderRightWidth of the rule.
m_borderStyle - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderStyle for the rule.
m_borderTop - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderTop for the rule.
m_borderTopWidth - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderTopWidth of the rule.
m_borderWidth - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The borderWidth for the rule.
m_buf - Variable in class com.sapportals.portal.prt.util.SmartStringWriter
 
m_buff - Variable in class com.sapportals.portal.prt.util.SmartBuffer
 
m_checked - Variable in class com.sapportals.portal.prt.util.html.HtmlRadio
If the form item is ckecked.
m_checked - Variable in class com.sapportals.portal.prt.util.html.HtmlCheckBox
If the form item is ckecked.
m_clear - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The clear property of the rule.
m_closed - Variable in class com.sapportals.portal.prt.util.SmartStringWriter
 
m_color - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The color property of the rule.
m_cols - Variable in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Number of columns in the frameset
m_cols - Variable in class com.sapportals.portal.prt.util.html.HtmlTextArea
How many characters wide
m_colSpan - Variable in class com.sapportals.portal.prt.util.html.HtmlCell
Number of columns to cover.
m_comment - Variable in class com.sapportals.portal.prt.util.html.HtmlComment
Comment
m_content - Variable in class com.sapportals.portal.prt.util.html.HtmlMeta
 
m_contentType - Variable in class com.sapportals.portal.prt.util.http.FilePart
The content type of the file part
m_corePoolFactory - Static variable in class com.sapportals.portal.prt.util.StringBufferPool
 
m_date - Variable in class com.sapportals.portal.prt.logger.LoggerRecord
DATE represents the time when the log message was created.
m_deferred - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
IF the script is deferred
m_disabled - Variable in class com.sapportals.portal.prt.util.html.HtmlFormItem
Disables the form item.
m_display - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The display property of the rule.
m_event - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
Which event is catched
m_fileName - Variable in class com.sapportals.portal.prt.util.http.FilePart
The name of the file
m_float - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The float property of the rule.
m_font - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The font property of the rule.
m_fontFamily - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The fontFamily for the rule.
m_fontSize - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The fontSize for the rule.
m_fontStyle - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The fontStyle for the rule.
m_fontVariant - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The fontVariant for the rule.
m_fontWeight - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The fontWeight for the rule.
m_for - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
For which object the script is dedicated.
m_frameBorder - Variable in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Frame border definition. values : YES | 1 | NO | 0
m_frameBorder - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
The border of the frame
m_frameBorder - Variable in class com.sapportals.portal.prt.util.html.HtmlFrame
The border of the frame
m_frameSpacing - Variable in class com.sapportals.portal.prt.util.html.HtmlFrameSet
space between the frames
m_hasTag - Variable in class com.sapportals.portal.prt.util.html.HtmlBase
 
m_height - Variable in class com.sapportals.portal.prt.util.html.HtmlRow
Height of the row
m_height - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The height property of the rule.
m_height - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
How tall is the image
m_height - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
How tall is the image
m_hRef - Variable in class com.sapportals.portal.prt.util.html.HtmlAnchor
URL of related document.
m_hRef - Variable in class com.sapportals.portal.prt.util.html.HtmlLink
URL of related document.
m_hSpace - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
horizontal distance between the text and the image
m_hSpace - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
horizontal distance between the text and the image
m_htmlElements - Variable in class com.sapportals.portal.prt.util.html.HtmlContainer
Html elements in the container.
m_httpequiv - Variable in class com.sapportals.portal.prt.util.html.HtmlMeta
 
m_identifier - Variable in class com.sapportals.portal.prt.util.html.HtmlDocType
 
m_language - Variable in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
The language used when receiving an event from the browser.
m_language - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
The language used byte the script.
m_length - Variable in class com.sapportals.portal.prt.util.SmartBuffer
 
m_letterSpacing - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The letterSpacing for the rule.
m_level - Variable in class com.sapportals.portal.prt.logger.LoggerRecord
The verbosity level that was used to create the log message.
m_lineHeight - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The lineHeight for the rule.
m_listStyle - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The listStyle of the rule.
m_listStyleImage - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The listStyleImage of the rule.
m_listStylePosition - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The listStylePosition of the rule.
m_listStyleType - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The listStyleType of the rule.
m_loggerContext - Static variable in class com.sapportals.portal.prt.runtime.PortalRuntime
 
m_loggerName - Variable in class com.sapportals.portal.prt.logger.LoggerRecord
The name of the logger
m_margin - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The margin property of the rule.
m_marginBottom - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The marginBottom for the rule.
m_marginLeft - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The marginLeft for the rule.
m_marginRight - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The marginRight for the rule.
m_marginTop - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The marginTop for the rule.
m_maxLength - Variable in class com.sapportals.portal.prt.util.html.HtmlTextInput
the maximum number of characters the user can enter.
m_message - Variable in class com.sapportals.portal.prt.logger.LoggerRecord
MESSAGE is the log message content.
m_method - Variable in class com.sapportals.portal.prt.util.html.HtmlForm
how to transfer the data to the program on submit.
m_mode - Variable in class com.sapportals.portal.prt.pom.AbstractNode
 
m_multiple - Variable in class com.sapportals.portal.prt.util.html.HtmlSelect
allow more than one choice.
m_name - Variable in class com.sapportals.portal.prt.util.html.HtmlFormItem
The name of the form item.
m_name - Variable in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
The name of the element
m_name - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
Name of the frame
m_name - Variable in class com.sapportals.portal.prt.util.html.HtmlDocType
 
m_name - Variable in class com.sapportals.portal.prt.util.html.HtmlForm
The name of the forl
m_name - Variable in class com.sapportals.portal.prt.util.html.HtmlFrame
Name of the frame
m_name - Variable in class com.sapportals.portal.prt.util.http.Part
The name of the part
m_nodeName - Variable in class com.sapportals.portal.prt.pom.AbstractNode
 
m_noResize - Variable in class com.sapportals.portal.prt.util.html.HtmlFrame
NORESIZE says that the user cannot make the frame bigger or smaller by sliding the borders.
m_noWrap - Variable in class com.sapportals.portal.prt.util.html.HtmlRow
don't wrap word.
m_onBlur - Variable in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
What to do when the form item receive blur event.
m_onChange - Variable in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
What to do when the form item changes.
m_onClick - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when the user click on the form item.
m_onClick - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
What to do when the user click on the form item.
m_onDoubleClick - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when the user double click on the form item.
m_onFocus - Variable in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
What to do when the form item has the focus.
m_onKeyDown - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when a key is down.
m_onKeyDown - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
What to do when a key is down.
m_onKeyPress - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when a key is pressed.
m_onKeyPress - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
What to do when a key is pressed.
m_onKeyUp - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when a key is up.
m_onKeyUp - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
What to do when a key is up.
m_onMouseOut - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when the mouse is out.
m_onMouseOver - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
What to do when the mouse is over.
m_onMouseOver - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
What to do when the mouse is over.
m_onReset - Variable in class com.sapportals.portal.prt.util.html.HtmlForm
onReset runs a script when the user resets the form.
m_onSubmit - Variable in class com.sapportals.portal.prt.util.html.HtmlForm
onSubmit is a scripting event that occurs when the user attempts to submit the form . onSubmit can be used to do some error checking on the form data, and to cancel the submit if an error is found.
m_overflow - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The overflow style.
m_padding - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The padding property of the rule.
m_paddingBottom - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The paddingBottom for the rule.
m_paddingLeft - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The paddingLeft for the rule.
m_paddingRight - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The paddingRight for the rule.
m_paddingTop - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The paddingTop for the rule.
m_part1 - Variable in class com.sapportals.portal.prt.util.Guid
 
m_part2 - Variable in class com.sapportals.portal.prt.util.Guid
 
m_poolName - Variable in class com.sapportals.portal.prt.util.SmartStringWriter
 
m_portalComponent - Variable in class com.sapportals.portal.prt.pom.AbstractNode
 
m_readOnly - Variable in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
The form item is just read only.
m_rel - Variable in class com.sapportals.portal.prt.util.html.HtmlAnchor
Relationship to this page
m_rel - Variable in class com.sapportals.portal.prt.util.html.HtmlLink
Relationship to this page
m_resources - Static variable in class com.sapportals.portal.prt.runtime.PortalRuntime
 
m_rows - Variable in class com.sapportals.portal.prt.util.html.HtmlFrameSet
The number of rows
m_rows - Variable in class com.sapportals.portal.prt.util.html.HtmlTextArea
how many rows
m_rowSpan - Variable in class com.sapportals.portal.prt.util.html.HtmlCell
number of rows to cover.
m_scManager - Variable in class com.sapportals.portal.prt.util.html.HtmlHead
 
m_scriptArea - Variable in class com.sapportals.portal.prt.util.html.HtmlHead
An area in the body which will contain script elements.
m_scriptString - Variable in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
The content of the script item (it's a string).
m_scrolling - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
SCROLLING says if there should be a scroll bar on the right and/or bottom of the frame.
m_scrolling - Variable in class com.sapportals.portal.prt.util.html.HtmlFrame
SCROLLING says if there should be a scroll bar on the right and/or bottom of the frame.
m_selected - Variable in class com.sapportals.portal.prt.util.html.HtmlOption
If the option is selected.
m_selector - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The selector identifying the objects to apply the HtmlStyle.
m_shared - Variable in class com.sapportals.portal.prt.util.SmartBuffer
 
m_size - Variable in class com.sapportals.portal.prt.util.html.HtmlTextInput
SIZE sets how wide a text field should be.
m_size - Variable in class com.sapportals.portal.prt.util.html.HtmlSelect
how many options to show.
m_src - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
Source
m_src - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
Source document of the frame.
m_src - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
Source of the image
m_src - Variable in class com.sapportals.portal.prt.util.html.HtmlFrame
Source document of the frame.
m_styleId - Variable in class com.sapportals.portal.prt.util.html.HtmlStyle
The identifier of the style
m_styleType - Variable in class com.sapportals.portal.prt.util.html.HtmlStyle
The type of the style.
m_tabIndex - Variable in class com.sapportals.portal.prt.util.html.HtmlFormItem
The tab order.
m_target - Variable in class com.sapportals.portal.prt.util.html.HtmlAnchor
TARGET indicates which frame in a set of frames to send the results to, and works just like .
m_target - Variable in class com.sapportals.portal.prt.util.html.HtmlForm
TARGET indicates which frame in a set of frames to send the results to, and works just like .
m_text - Variable in class com.sapportals.portal.prt.util.html.HtmlString
The text
m_textAlign - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The textAlign for the rule.
m_textDecoration - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The textDecoration for the rule.
m_textIndent - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The textIndent for the rule.
m_textTransform - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The textTransform for the rule.
m_threadId - Variable in class com.sapportals.portal.prt.logger.LoggerRecord
The current thread id for that log message.
m_time - Variable in class com.sapportals.portal.prt.logger.LoggerRecord
TIME represents the time when the log message was created.
m_title - Variable in class com.sapportals.portal.prt.util.html.HtmlStyle
The title of the style.
m_title - Variable in class com.sapportals.portal.prt.util.html.HtmlTitle
The title
m_type - Variable in class com.sapportals.portal.prt.util.html.HtmlInput
The type of the input.
m_type - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
The type of the script
m_type - Variable in class com.sapportals.portal.prt.util.html.HtmlLink
The type of the link object
m_uniqueId - Variable in class com.sapportals.portal.prt.util.html.HtmlScript
The unique identifier of the script.
m_uniqueObjectList - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
m_uniqueObjects - Variable in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
m_uri - Variable in class com.sapportals.portal.prt.util.html.HtmlDocType
 
m_value - Variable in class com.sapportals.portal.prt.util.html.HtmlInput
The value of the input.
m_value - Variable in class com.sapportals.portal.prt.util.html.HtmlTextArea
The content of the text area.
m_value - Variable in class com.sapportals.portal.prt.util.html.HtmlOption
The value to put in the option.
m_value - Variable in class com.sapportals.portal.prt.util.http.ParamPart
 
m_version - Static variable in class com.sapportals.portal.prt.runtime.PortalRuntime
 
m_verticalAlign - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The verticalAlign for the rule.
m_visibility - Variable in class com.sapportals.portal.prt.util.html.HtmlDocType
 
m_vSpace - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
vertical distance between the text and the image
m_vSpace - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
vertical distance between the text and the image
m_whiteSpace - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The whiteSpace for the rule.
m_width - Variable in class com.sapportals.portal.prt.util.html.HtmlCell
The width of the cell
m_width - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The width property of the rule.
m_width - Variable in class com.sapportals.portal.prt.util.html.HtmlIFrame
how wide is the image
m_width - Variable in class com.sapportals.portal.prt.util.html.HtmlImage
how wide is the image
m_wordSpacing - Variable in class com.sapportals.portal.prt.util.html.HtmlStyleRule
The wordSpacing for the rule.
m_wrap - Variable in class com.sapportals.portal.prt.util.html.HtmlTextArea
How to wrap the text
MAC_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.UnsignedByte
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.Duration
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.Time
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.AnyURI
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.Language
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.XMLData
Test method
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.NMTokens
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.Name
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.SOAPDate
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.Token
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.NMToken
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.GDay
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.types.GYear
 
main(String[]) - Static method in class com.sapportals.portal.prt.service.soap.util.CharTypeSolver
 
main(String[]) - Static method in class com.sapportals.portal.prt.util.Guid
 
makePrtFault(Object, Throwable) - Static method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Create a PRTFault
MAPPING_PROPERTIES - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
mapQName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
marshall(SOAPElement, SOAPEnvelope, ISOAPMessageContext) - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecurityElement
 
marshall(SOAPPart) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPMessage
 
marshall(String, Class, SOAPEnvelope, SOAPElement, Object, String, ISOAPMessageContext) - Method in interface com.sapportals.portal.prt.service.soap.encoding.SOAPSerializer
 
matches(QName, Node) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.QNameUtils
 
MAX_OCCURS_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
MAX_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
MAX_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedByte
 
MAX_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
MAX_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
maxNextCharInd - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
MethodContainer - class com.sapportals.portal.prt.service.soap.processor.MethodContainer.
Class describing a method called with Web Service Framework Use mainly in the SOAPServiceProcessor
MethodContainer() - Constructor for class com.sapportals.portal.prt.service.soap.processor.MethodContainer
 
METHODS_FILENAME - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
MIDDLE - Static variable in class com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign
 
MIDDLE - Static variable in class com.sapportals.portal.prt.util.html.HtmlImage.ImageAlign
 
MIN_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
MIN_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedByte
 
MIN_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
MIN_VALUE - Static variable in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
MINOCCURS_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
mm_bundleFromArchive - Variable in class com.sapportals.portal.prt.component.PortalResourceBundle
 
mm_bundleFromRepository - Variable in class com.sapportals.portal.prt.component.PortalResourceBundle
 
mm_exception - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_faultActor - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_faultCode - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_faultDetails - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_faultDetailsVector - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_faultString - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_inProcess - Variable in class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
mm_levelError - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_maxPoolSize - Variable in class com.sapportals.portal.prt.util.AbstractPool
 
mm_msgFault - Variable in class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
 
mm_name - Variable in class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
mm_namedPools - Static variable in class com.sapportals.portal.prt.util.StringBufferPool
 
mm_namespace - Variable in class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
mm_poolName - Variable in class com.sapportals.portal.prt.util.StringBufferPool
 
mm_portalNode - Variable in class com.sapportals.portal.prt.pom.AbstractNode
 
mm_typeJavaClassException - Variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
mm_unlocked - Variable in class com.sapportals.portal.prt.util.AbstractPool
Contains pool objects that are available for use
MODE_CHANGE_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing a mode change
MONITOR_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
MONITOR_LOGGER is used to log messages from monitoring.
MOZILLA - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
MSIE - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
MSPIE - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
MultiPartParser - class com.sapportals.portal.prt.util.http.MultiPartParser.
This class offers parsing functionality for multipart/form-data content provided by an inputstream and a given boundary.
MultiPartParser(InputStream, String) - Constructor for class com.sapportals.portal.prt.util.http.MultiPartParser
Constructs a parser from an InputStream and a boundary.
MultiValueAttributeList - class com.sapportals.portal.prt.util.MultiValueAttributeList.
Copyright (c) SAP Portals Europe GmbH 2001
MultiValueAttributeList() - Constructor for class com.sapportals.portal.prt.util.MultiValueAttributeList
Constructor using defaults
MultiValueAttributeList(int) - Constructor for class com.sapportals.portal.prt.util.MultiValueAttributeList
Constructor allowing to specify initial assumptions on the number of parameters
MultiValuedHashMap - class com.sapportals.portal.prt.util.MultiValuedHashMap.
Copyright (c) SAP Portals Europe GmbH 2001
MultiValuedHashMap() - Constructor for class com.sapportals.portal.prt.util.MultiValuedHashMap
Constructor using defaults for the initial capacity
MultiValuedHashMap(int) - Constructor for class com.sapportals.portal.prt.util.MultiValuedHashMap
Constructor with specified initial capacity, i.e. an assumption about how many keys will show up.
MultiValuedMap - interface com.sapportals.portal.prt.util.MultiValuedMap.
Copyright (c) SAP Portals Europe GmbH 2001

N

name - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
Name - class com.sapportals.portal.prt.service.soap.types.Name.
Description : Class that creates a Name by parsing and interpreting a string, Name ::= (Letter | '_' | ':') ( NameChar)* for futher information, please see: http://www.w3.org/TR/2000/WD-xml-2e-20000814#dt-name Project : soap FileName : Name.java Copyright : SAP Copyright (c) Company : SAP GBU IP
NAME_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
NAME_CENTRAL_CONFIG_NAME - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NAME_PRTWEBSERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Name(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Name
 
name2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NCName - class com.sapportals.portal.prt.service.soap.types.NCName.
Description : Class that represents a NCName by parsing and interpreting a string NCName NCName ::= (Letter | '_') (NCNameChar)* where NCNameChar ::= Letter | Digit | '.'
NCName(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NCName
 
ncName2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NegativeInteger - class com.sapportals.portal.prt.service.soap.types.NegativeInteger.
Description : Class that represents a NegativeInteger datatype by parsing and interpreting a string negativeInteger is +derived+ from nonPositiveInteger by setting the value of +maxInclusive+ to be -1.
NegativeInteger(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
NegativeInteger2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NETSCAPE - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
NEW_INSTANCE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
NEWLINE - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
newQName(Node) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.QNameUtils
 
newService(IServiceId) - Method in interface com.sapportals.portal.prt.service.factory.IServiceFactory
Deprecated. generic init of the serviceFactory
newToken(int) - Static method in class com.sapportals.portal.prt.util.html.parser.Token
Returns a new Token object, by default.
next - Variable in class com.sapportals.portal.prt.util.html.parser.Token
A reference to the next regular (non-special) token from the input stream.
NL - Static variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline
 
NMToken - class com.sapportals.portal.prt.service.soap.types.NMToken.
Description : Class that produces a NMToken by parsing and interpreting a string Nmtoken ::= (NameChar)+ For further information, please see : http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Nmtoken Project : soap FileName : NMToken.java Copyright : SAP Copyright (c) Company : SAP GBU IP
NMToken(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NMToken
 
nmToken2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NMTokens - class com.sapportals.portal.prt.service.soap.types.NMTokens.
Description : Class that produces a NMTokens by parsing and interpreting a string Nmtokens ::= Nmtoken (#x20 Nmtoken)* For further information, please see : http://www.w3.org/TR/2000/WD-xml-2e-20000814#NT-Letter Project : soap FileName : NMTokens.java Copyright : SAP Copyright (c) Company : SAP GBU IP
NMTokens(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NMTokens
 
nmTokens2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NodeList - class com.sapportals.portal.prt.pom.NodeList.
The NodeList is a generic implementation of the INodeList interface
NodeList() - Constructor for class com.sapportals.portal.prt.pom.NodeList
Class constructor
NodeMode - class com.sapportals.portal.prt.pom.NodeMode.
A NodeMode identifies a mode an INode might be set to during procession of a request.
NodeMode(String) - Constructor for class com.sapportals.portal.prt.pom.NodeMode
Constructor for a node mode by name.
nodeToString(Node) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
 
nodeToString(Node, boolean) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
 
nodeToString(Node, Definition) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
 
nodeToString(Node, Definition, boolean) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
 
NodeType - class com.sapportals.portal.prt.pom.NodeType.
A NodeType identifies a type of node in the Portal Object Model.
NodeType(String) - Constructor for class com.sapportals.portal.prt.pom.NodeType
 
NOKIA - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
NONE - Static variable in class com.sapportals.portal.prt.component.CachingLevel
The CachingLevel.NONE will not cache the content of the Component.
NonNegativeInteger - class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger.
Description : Class that represents a NonNegativeInteger by parsing and interpreting a string. nonNegativeInteger is +derived+ from integer by setting the value of +minInclusive+ to be 0 For further information, please see http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger Project : soap FileName : NonNegativeInteger.java Copyright : SAP Copyright (c) Company : SAP GBU IP
NonNegativeInteger(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
NonNegativeInteger2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NonPositiveInteger - class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger.
Description : Class that represents a NonPositiveInteger datatype by parsing and interpreting a string NonPositiveInteger is +derived+ from integer by setting the value of +maxInclusive+ to be 0.
NonPositiveInteger(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
NonPositiveInteger2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
normalize(String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
NormalizedString - class com.sapportals.portal.prt.service.soap.types.NormalizedString.
Title : SAP Entreprise Portal EP6.0
Description: Type String normalized which to allow to encode the xml data (tags) under string form whit the XML characters enconded
For further information, please see; http://www.w3.org/TR/2001/WD-xquery-operators-20010827/ Project : soap
FileName : NormalizedString.java
Copyright : SAP Copyright (c) 2003
Company : SAP GBU IP
NormalizedString() - Constructor for class com.sapportals.portal.prt.service.soap.types.NormalizedString
Creates a new NormalizedString object.
NormalizedString(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.NormalizedString
Creates a new NormalizedString object.
NormalizedString(String, boolean) - Constructor for class com.sapportals.portal.prt.service.soap.types.NormalizedString
Creates a new NormalizedString object.
normalizedString2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Notation - class com.sapportals.portal.prt.service.soap.types.Notation.
Description : Class that represents a Notation datatype by parsing and interpreting a string.
Notation(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Notation
 
Notation2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NOTIFICATION_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
NOTIFICATION_LOGGER is used to log messages from load balancing.
NS_APACHE_XMLSCHEMA - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_DOCUMENT_TYPES - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
NS_SOAP_PORTAL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_SOAP_TYPE_PORTAL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_SOAPINTEROP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_SOAPINTEROP_XSD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_1999_SCHEMA_XSD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_1999_SCHEMA_XSI - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_2000_SCHEMA_XSD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_2000_SCHEMA_XSI - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_2001_SCHEMA_XSD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_2001_SCHEMA_XSI - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_CURRENT_SCHEMA_XSD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_MINE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP_ENC - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP_ENV - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP_HTTP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP12_ENV - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP12_FAULT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP12_HTTP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_SOAP12_UPGRADE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URI_XMLNS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NS_URIS_SCHEMAS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_DIGITAL_SIGN - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_HTTP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_MINE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_SCHEMA_XSD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_SCHEMA_XSI - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_SOAP_ENC - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_SOAP_ENV - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_SOAP_SEC - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_WSDD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_WSDD_JAVA - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_WSDL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NSPREFIX_WSDL_SOAP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
NT_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
NUM_CHAR - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 

O

object1999QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
object2000QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
object2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ObjectRegistry - class com.sapportals.portal.prt.service.soap.wsdlImpl.util.ObjectRegistry.
 
ObjectRegistry() - Constructor for class com.sapportals.portal.prt.service.soap.wsdlImpl.util.ObjectRegistry
 
ObjectRegistry(ObjectRegistry) - Constructor for class com.sapportals.portal.prt.service.soap.wsdlImpl.util.ObjectRegistry
 
OFF - Static variable in class com.sapportals.portal.prt.logger.Level
 
OFF - Static variable in class com.sapportals.portal.prt.util.html.HtmlTextArea.TextAreaWrap
 
OFF_ID - Static variable in class com.sapportals.portal.prt.logger.Level
OFF is a special level that can be used to turn off logging.
OK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentResponse
 
ON_NODE_READY_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Sent when a POM node was attached to its parent.
ON_NODE_READY_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ON_NODE_READY_EVENT instead
ON_NODE_REMOVE_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Sent when a POM node will be removed from its parent.
ON_NODE_REMOVE_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ON_NODE_REMOVE_EVENT instead
ON_POM_READY_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Sent when the POM was build up.
ON_POM_READY_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.ON_POM_READY_EVENT instead
onValidPart() - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
Returns whether we are currently in front of a part.
OPERA - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
OTHER - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
OTHER_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
out - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlSharedString
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScript
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Deprecated.  
output(PrintWriter) - Method in interface com.sapportals.portal.prt.util.html.IHtmlOutputable
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlComment
Deprecated.  
output(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlString
Deprecated.  
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlSharedString
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScript
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
 
output(StringBuffer) - Method in interface com.sapportals.portal.prt.util.html.IHtmlOutputable
Method to get the Html Out[ut of the object The StringBuffer must be filled with HTML string content.
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Write the container to the OutputStream
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlComment
 
output(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlString
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlSharedString
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScript
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
 
output(Writer) - Method in interface com.sapportals.portal.prt.util.html.IHtmlOutputable
Method to get the Html Output of the object into a java.io.Writer
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlComment
 
output(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlString
 
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlInput
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlDocType
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlDiv
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Deprecated.  
outputAttributes(PrintWriter) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlOption
Deprecated.  
outputAttributes(PrintWriter) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Deprecated.  
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlInput
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScript
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlDocType
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlDiv
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
 
outputAttributes(StringBuffer) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlOption
 
outputAttributes(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlInput
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlDocType
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlDiv
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
 
outputAttributes(Writer) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlOption
 
outputAttributes(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
 
outputChildren(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
outputChildren(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
outputEndTag(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
outputEndTag(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
outputStartTag(StringBuffer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
outputStartTag(Writer) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 

P

PACKAGE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PAGELET - Static variable in interface com.sapportals.portal.prt.resource.IResource
 
PALM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
PARAM_ARRAY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
PARAM_METHOD - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
PARAM_SERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
ParamPart - class com.sapportals.portal.prt.util.http.ParamPart.
 
ParamPart(String) - Constructor for class com.sapportals.portal.prt.util.http.ParamPart
 
parse(String) - Static method in class com.sapportals.portal.prt.component.PortalComponentContentType
Check if there is already a content type defined for the given type.
parse(String) - Static method in class com.sapportals.portal.prt.component.CachingLevel
parse a caching level string into a caching level The argument string consist of a level name
parse(String) - Static method in class com.sapportals.portal.prt.logger.Level
Parse a level name into a Level.
parse(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
parse a given URI
parse(String, ParsePosition) - Method in class com.sapportals.portal.prt.util.QuickDateFormat
 
parseBinaryCharArray(byte[], int) - Static method in class com.sapportals.portal.prt.util.Guid
 
parseBinaryCharArray(char[], int) - Static method in class com.sapportals.portal.prt.util.Guid
 
ParseException - exception com.sapportals.portal.prt.util.html.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class com.sapportals.portal.prt.util.html.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class com.sapportals.portal.prt.util.html.parser.ParseException
 
ParseException(Token, int[][], String[]) - Constructor for class com.sapportals.portal.prt.util.html.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
parseHexByteArray(byte[], int) - Static method in class com.sapportals.portal.prt.util.Guid
 
parseHexCharArray(char[], int, int) - Static method in class com.sapportals.portal.prt.util.Guid
 
parseHexString(String) - Static method in class com.sapportals.portal.prt.util.Guid
 
ParserVisitor - class com.sapportals.portal.prt.util.html.parser.ParserVisitor.
 
ParserVisitor() - Constructor for class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
Part - class com.sapportals.portal.prt.util.http.Part.
 
Part(String) - Constructor for class com.sapportals.portal.prt.util.http.Part
 
part1() - Method in class com.sapportals.portal.prt.util.Guid
 
part2() - Method in class com.sapportals.portal.prt.util.Guid
 
PASSWD - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
PASSWORD - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
PATH_PACKAGE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PCDATA - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
PCDATA_Q - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
PCDATA_QS - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
PDA_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
PlatformString - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated. platform distinction ** following minimal platforms are of interest If you change or add additional platform types, make sure you change PlatformString AND add a static final int Value representing the index of that string
PORTAL_ADMIN_ROLE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
PORTAL_DEMO_ROLE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
PORTAL_DEMO_TITLE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
PORTAL_INIT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
PORTAL_MAPPING_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_MAPPINGS_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_METHOD_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_NODE - Static variable in class com.sapportals.portal.prt.pom.NodeType
Describes a root/portal node.
PORTAL_NODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeType.PORTAL_NODE instead
PORTAL_PARAMETER_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_RETURNPARAM_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SERIALIZER_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SERIALIZERS_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_ARRAY_ITEM_ELEMENT_NAME - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_APPNAME_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_ATTRIBUTE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_AUTHENTICATED_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_DEFAULTJAVATYPE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_DEFAULTVALUE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_ELEMENT_NAME - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_ENCONDING_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_ID_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_IMPLEMENTATION_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_INTERFACE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_JAVASIGN_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_JAVATYPE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_LOCALPART_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_MAX_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_MIN_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_NAME_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_NILLABLE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_REQUIRED_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_SERIALIZER_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_SOAPACTION_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_STYLE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_TNS_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_TNS_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_URI_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_VERSION_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_SOAP_CONFIG_WSDLTYPE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_TYPE_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_USER_ROLE - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
PORTAL_WEBSERVICE_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PORTAL_WEBSERVICES_TAG - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
PortalComponentContentType - class com.sapportals.portal.prt.component.PortalComponentContentType.
 
PortalComponentContentType(String) - Constructor for class com.sapportals.portal.prt.component.PortalComponentContentType
Construct a content type.
PortalComponentException - exception com.sapportals.portal.prt.component.PortalComponentException.
The Portal Component Exception is the base class for all the exceptions raised by the Portal builder runtime.
PortalComponentException(String) - Constructor for class com.sapportals.portal.prt.component.PortalComponentException
PortalComponentException constructor.
PortalComponentException(String, Throwable) - Constructor for class com.sapportals.portal.prt.component.PortalComponentException
Exception wrapper constructor.
PortalComponentException(Throwable) - Constructor for class com.sapportals.portal.prt.component.PortalComponentException
Exception wrapper constructor.
PortalComponentRequestType - class com.sapportals.portal.prt.component.PortalComponentRequestType.
Deprecated. The usage of this class is no longer recommended. Please use instead the generic mode handling mechanism to create request that have the ssame meaning than this PortalComponentRequestType.
Copyright (c) SAP Portals Europe GmbH 2001
PortalComponentRequestType(String) - Constructor for class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated.  
PortalException - exception com.sapportals.portal.prt.runtime.PortalException.
The Portal Exception is the base class for all the exceptions raised by PRT.
PortalException(String) - Constructor for class com.sapportals.portal.prt.runtime.PortalException
Constructor with a String message.
PortalException(String, Throwable) - Constructor for class com.sapportals.portal.prt.runtime.PortalException
Constructor with a message and a Throwable as the cause.
PortalException(Throwable) - Constructor for class com.sapportals.portal.prt.runtime.PortalException
Constructor with a Throwable as the cause.
PortalOMException - exception com.sapportals.portal.prt.pom.PortalOMException.
An Exception for POM related issues.
PortalOMException(String) - Constructor for class com.sapportals.portal.prt.pom.PortalOMException
 
PortalOMException(String, Throwable) - Constructor for class com.sapportals.portal.prt.pom.PortalOMException
 
PortalOMException(Throwable) - Constructor for class com.sapportals.portal.prt.pom.PortalOMException
 
PortalResourceBundle - class com.sapportals.portal.prt.component.PortalResourceBundle.
Title: Portal Resource Bundle Description: This class dynamically merges two resource bundles.
PortalResourceBundle(ResourceBundle, ResourceBundle) - Constructor for class com.sapportals.portal.prt.component.PortalResourceBundle
 
PortalRuntime - class com.sapportals.portal.prt.runtime.PortalRuntime.
PortalRuntime may be called by each class of the API package.
PortalRuntime() - Constructor for class com.sapportals.portal.prt.runtime.PortalRuntime
 
PortalRuntimeException - exception com.sapportals.portal.prt.runtime.PortalRuntimeException.
The Portal Runtime Exception is the base class for all the exceptions raised by the Portal builder Framework.
PortalRuntimeException(String) - Constructor for class com.sapportals.portal.prt.runtime.PortalRuntimeException
Constructor with a String message.
PortalRuntimeException(String, Throwable) - Constructor for class com.sapportals.portal.prt.runtime.PortalRuntimeException
Exception wrapper constructor.
PortalRuntimeException(Throwable) - Constructor for class com.sapportals.portal.prt.runtime.PortalRuntimeException
Exception wrapper constructor.
PortalServiceException - exception com.sapportals.portal.prt.service.PortalServiceException.
The methods of this call are deprecated.
PortalServiceException(String) - Constructor for class com.sapportals.portal.prt.service.PortalServiceException
Deprecated.  
PortalServiceException(String, Throwable) - Constructor for class com.sapportals.portal.prt.service.PortalServiceException
Deprecated.  
PortalServiceException(Throwable) - Constructor for class com.sapportals.portal.prt.service.PortalServiceException
Deprecated.  
PORTALSOAPFAULT - Static variable in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
PositiveInteger - class com.sapportals.portal.prt.service.soap.types.PositiveInteger.
Description : Class that represents a PositiveInteger datatype by parsing and interpreting a string positiveInteger is +derived+ from nonNegativeInteger by setting the value of +minInclusive+ to be 1 for further information, please see http://www.w3.org/TR/xmlschema-2/#positiveInteger Project : soap FileName : PositiveInteger.java Copyright : SAP Copyright (c) Company : SAP GBU IP
PositiveInteger(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
PositiveInteger2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
POST - Static variable in class com.sapportals.portal.prt.util.html.HtmlForm.FormMethod
 
postEventForNode(IEvent, INode) - Method in interface com.sapportals.portal.prt.pom.IPortalNode
Posts an event for a POM node.
PREFIX_ARRAY_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PREFIX_DOCUMENT_TYPES - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PREFIX_INPUT_OPERATION - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PREFIX_INTERFACE_SERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PREFIX_OUTPUT_OPERATION - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
PREFIX_WEBSERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
prevCharIsCR - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
prevCharIsLF - Variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
PREVIEW - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type PREVIEW is asking for a preview on the typical output generated by the Portal Component.
PREVIEW_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the preview node mode
PREVIEW_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.PREVIEW_MODE instead
PREVIEW_REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) method instead of sending an event of this type.
PREVIEW_REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.PREVIEW_REQUEST_EVENT instead
printAttribute(String, String) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
printAttribute(String, String, PrintWriter) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
printContent() - Method in class com.sapportals.portal.prt.component.ClientType
Deprecated. Returns String representation of ClientType for test purposes only returns String
printQualifiedAttribute(QName, String, Definition) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
printQualifiedAttribute(QName, String, Definition, PrintWriter) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
printQualifiedAttribute(String, QName, Definition, PrintWriter) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
printStackTrace() - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Prints the stack trace of this exception and any chained exception to System.err
printStackTrace() - Method in class com.sapportals.portal.prt.runtime.PortalException
Prints the stack trace of this exception and any chained exception to System.err
printStackTrace() - Method in class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
prints this exception
printStackTrace() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
printStackTrace(PrintStream) - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Prints the stack trace of this exception and any chained exception to the specified print stream.
printStackTrace(PrintStream) - Method in class com.sapportals.portal.prt.runtime.PortalException
Prints the stack trace of this exception and any chained exception to the specified print stream.
printStackTrace(PrintStream) - Method in class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintStream) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
printStackTrace(PrintWriter) - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Prints the stack trace of this exception and any chained exception to the specified print writer.
printStackTrace(PrintWriter) - Method in class com.sapportals.portal.prt.runtime.PortalException
Prints the stack trace of this exception and any chained exception to the specified print writer.
printStackTrace(PrintWriter) - Method in class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
Prints this Throwable and its backtrace to the specified print writer.
printStackTrace(PrintWriter) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
PRIVATE_SCOPE - Static variable in interface com.sapportals.portal.prt.resource.IResource
private scope constant
proceedToNextPart() - Method in class com.sapportals.portal.prt.util.http.MultiPartParser
Proceeds to the header of the next part.
processHeader(IPRTSOAPHeader) - Method in interface com.sapportals.portal.prt.service.soap.processor.ISOAPHeaderProcessor
process the SOAPHeader of the message
PROCESSOR_PROPERTY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
processParams(SOAPElement, Name) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBodyElement
 
PROFILE - Static variable in interface com.sapportals.portal.prt.resource.IResource
The PROFILE resource type Default scope: private
Default extension: .properties
PROFILE_ATTRIBUTE_DESCRIPTION - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
A description to a property is used in personalization dialogues (e.g.).
PROFILE_ATTRIBUTE_FINAL - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the IPortalComponentProfile.PROFILE_ATTRIBUTE_INHERITANCE attribute instead.
PROFILE_ATTRIBUTE_INHERITANCE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Do not use
PROFILE_ATTRIBUTE_INHERITANCE_FINAL - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Do not use
PROFILE_ATTRIBUTE_PERSONALIZABLE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the IPortalComponentProfile.PROFILE_ATTRIBUTE_PERSONALIZATION attribute instead.
PROFILE_ATTRIBUTE_PERSONALIZATION - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
This attribute specifies personalization handling of a corresponding property.
PROFILE_ATTRIBUTE_PERSONALIZATION_DIALOG - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
If the property attribute IPortalComponentProfile.PROFILE_ATTRIBUTE_PERSONALIZATION has this value, it means that the property should appear in shared personalization dialogs.
PROFILE_ATTRIBUTE_PLAINDESCRIPTION - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
A plain description of a property is a non-translated textual description used in personalization dialogues, if no other description is available
PROFILE_ATTRIBUTE_TYPE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
A type of an attribute can be any of the following values:
PROFILE_ATTRIBUTE_USERSPECIFIC - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the IPortalComponentProfile.PROFILE_ATTRIBUTE_PERSONALIZATION attribute instead.
PROFILE_ATTRIBUTE_VALUE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
The actual value of a property
PROFILE_KEY_AUTHREQUIREMENT - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_CACHINGLEVEL - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Key for caching level.
PROFILE_KEY_CLASSNAME - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_CODELINK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_CONTENTLINK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_CONTENTTYPE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Specification of the mime type of the content provided by the Portal Component unless specified differently on IPortalComponentResponse.
PROFILE_KEY_DESCRIPTION - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Key for the description of the component
PROFILE_KEY_DETAILLINK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_DEVICETYPE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_HEIGHT - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_HELPNAME - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_ISVISIBLE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_JSP - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_LOCALMODEALLOWED - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_MINTIMETOLIVE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_PERSONALIZATIONBEHAVIOR - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_PERSONALIZATIONCLASS - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the mode delegation mechanism.
PROFILE_KEY_PERSONALIZATIONLINK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Contains a URL+ pointing to a page that allows to reach a specific enduser personalization dialog service.
PROFILE_KEY_PORTALCOMPONENTTYPE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_PREFERREDSIZE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_REQUIREISOLATION - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_RESOURCEBUNDLENAME - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_SERVICESREF - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions. Also, it is deprecated in meaning by the Application Packaging, since version 6.
PROFILE_KEY_SHARINGACCESS - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_KEY_SHARINGREF - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_KEY_SUPPORTATTRIBUTES - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Contains some attributes that helps to support the iView.
PROFILE_KEY_SUPPORTLINK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_SYSTEMPRIVILEGE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Do not use.
PROFILE_KEY_TITLE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_TRAYSTATE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_TRAYTYPE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_WIDTH - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_XSL - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_KEY_XSLLINK - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile constant in later versions.
PROFILE_PORTALCOMPONENTTYPE_JSP - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_PORTALCOMPONENTTYPE_JSPNATIVE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_PORTALCOMPONENTTYPE_SERVLET - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_SHARING_SHARED - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_SHARING_SYSTEM - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Note: This property might not be accessible via IPortalComponentProfile in later versions.
PROFILE_VALIDATION_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing profile validation
ProfileNotFoundException - exception com.sapportals.portal.prt.runtime.ProfileNotFoundException.
Exception raised by the Portal Runtime when a profile can not be found.
ProfileNotFoundException(String) - Constructor for class com.sapportals.portal.prt.runtime.ProfileNotFoundException
String constructor.
PROPERTY - Static variable in interface com.sapportals.portal.prt.resource.IResource
The PROPERTY resource type for java property files Default scope: private
Default extension: .properties
PRTFault - exception com.sapportals.portal.prt.service.soap.exception.PRTFault.
This class provides the base implementation of the IPRTFault. this class should be subclassed by all faults
PRTFault() - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
default constructor
PRTFault(Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFault(Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFault(Object, Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFault(QName, String, String, Object, ByteArrayOutputStream) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFault(QName, String, String, Object, Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFault(SOAPMessage) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFault(Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFault
Constructor
PRTFaultDataEnconding - exception com.sapportals.portal.prt.service.soap.exception.PRTFaultDataEnconding.
PRTFault encapsulating Data Encoding Fault
PRTFaultDataEnconding(Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultDataEnconding
Constructor
PRTFaultDataEnconding(String, Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultDataEnconding
 
PRTFaultEnvelopeVersion - exception com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion.
PRTFault Encapsulating Enveloppe version fault
PRTFaultEnvelopeVersion(Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion
Constructor
PRTFaultEnvelopeVersion(String, Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion
Constructor
PRTFaultFromSOAPMessage - exception com.sapportals.portal.prt.service.soap.exception.PRTFaultFromSOAPMessage.
PRTFault generated from a fault contains in a SOAP Message
PRTFaultFromSOAPMessage(SOAPMessage) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultFromSOAPMessage
Constructor
PRTFaultInternalError - exception com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError.
PRTFault raised for Internal error process
PRTFaultInternalError(Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError
Constructor
PRTFaultInternalError(Object, Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError
Constructor
PRTFaultInternalError(String, Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError
Constructor
PRTFaultInternalError(String, Object, Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError
Constructor
PRTFaultSecurity - exception com.sapportals.portal.prt.service.soap.exception.PRTFaultSecurity.
PRT Fault raised when security problems (user not found/ not authorized ...) are found
PRTFaultSecurity(Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultSecurity
Constructor
PRTFaultSecurity(String, Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultSecurity
Constructor
PRTFaultSerializator - exception com.sapportals.portal.prt.service.soap.exception.PRTFaultSerializator.
PRT Fault raised when serialization problems occurs
PRTFaultSerializator(Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultSerializator
Constructor
PRTFaultSerializator(String, Object, ByteArrayOutputStream) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultSerializator
Constructor
PRTFaultSerializator(String, Object, Exception) - Constructor for class com.sapportals.portal.prt.service.soap.exception.PRTFaultSerializator
Constructor
PRTSOAPElementFactory - class com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory.
 
PUBLIC_SCOPE - Static variable in interface com.sapportals.portal.prt.resource.IResource
public scope constant
pushNode(HtmlDocument.HtmlElement) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
put(IAbstractFactory) - Method in class com.sapportals.portal.prt.runtime.AbstractFactoryManager
put a factory
put(Object) - Method in class com.sapportals.portal.prt.util.FiFoList
Put an item in the list.
put(Object, Object) - Method in interface com.sapportals.portal.prt.service.IServiceConfiguration
Deprecated. set a parameter to a specific value for this configuration.
put(Object, Object) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Adds a key->value couple to the map.
put(Object, Object) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Adds a key->value couple to the map.
putScript(String, HtmlInlineScriptItem) - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
putValue(String, Object) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the corresponding method on IPortalComponentContext instead.
putValue(String, Object) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Put a piece of data into the request.
putValue(String, Object) - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
attach an object to this session.
putValue(String, Object) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Associates the specified value with the specified attribute name, specified as a String.
putValue(String, Object) - Method in interface com.sapportals.portal.prt.pom.INode
Enables to register an object value associated with this node.
putValue(String, Object) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Enables to register an object value associated with this node.
putValue(String, Object, short) - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
attach an object to this session

Q

Q_ATTR_REQUIRED - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_HTTP_ADDRESS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_HTTP_BINDING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_HTTP_OPERATION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_HTTP_URL_ENCODED - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_HTTP_URL_REPLACEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_MIME_CONTENT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_MIME_MIME_XML - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_MIME_MULTIPART_RELATED - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_MIME_PART - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_ADDRESS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_ATTRIBUTE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_BINDING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_BODY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_DEFINITIONS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_DOCUMENTATION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_ACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_CODE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_DATA_ENCONDING_UNKNOWN - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_DETAILS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_MUSTUNDERSTAND - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_RECEIVER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_SECURITY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_SENDER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_SERVER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_STRING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_FAULT_VERSION_MISMATCH - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_HEADER - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_HEADER_FAULT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_IMPORT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_INPUT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_MESSAGE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_OPERATION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_OUTPUT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_PART - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_PORT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_PORT_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_SCHEMA - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_SERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Q_ELEM_SOAP_TYPES - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
QName - class com.sapportals.portal.prt.service.soap.types.QName.
 
QName - class com.sapportals.portal.prt.service.soap.util.QName.
 
QName(QName) - Constructor for class com.sapportals.portal.prt.service.soap.types.QName
 
QName(QName) - Constructor for class com.sapportals.portal.prt.service.soap.util.QName
 
QName(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.QName
 
QName(String) - Constructor for class com.sapportals.portal.prt.service.soap.util.QName
 
QName(String, String) - Constructor for class com.sapportals.portal.prt.service.soap.types.QName
 
QName(String, String) - Constructor for class com.sapportals.portal.prt.service.soap.util.QName
 
qname2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
QNameURI - class com.sapportals.portal.prt.service.soap.util.QNameURI.
 
QNameURI(QName, String) - Constructor for class com.sapportals.portal.prt.service.soap.util.QNameURI
 
QNameUtils - class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.QNameUtils.
 
QNameUtils() - Constructor for class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.QNameUtils
 
QuickDateFormat - class com.sapportals.portal.prt.util.QuickDateFormat.
 
QuickDateFormat(DateFormat) - Constructor for class com.sapportals.portal.prt.util.QuickDateFormat
 
QUOTE - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
QUOTED_STRING - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
QUOTED_STRING_NB - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 

R

RADIO - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
readChar() - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
readChar() - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
readGuidFromBytes(byte[], int) - Static method in class com.sapportals.portal.prt.util.Guid
This Constructor is a technical one, it reads the next 16 bytes from the array beginning with offset.
readPropertie(String) - Method in interface com.sapportals.portal.prt.service.soap.util.IConfigurationSOAPService
 
readPropertieBoolean(String) - Method in interface com.sapportals.portal.prt.service.soap.util.IConfigurationSOAPService
 
realloc(int) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
realloc(int) - Method in class com.sapportals.portal.prt.util.RecyclableStringBuffer
 
RecyclableStringBuffer - class com.sapportals.portal.prt.util.RecyclableStringBuffer.
RecyclableStringBuffer.java Created: Wed Jun 27 11:00:43 2001
RecyclableStringBuffer() - Constructor for class com.sapportals.portal.prt.util.RecyclableStringBuffer
 
RecyclableStringBuffer(int) - Constructor for class com.sapportals.portal.prt.util.RecyclableStringBuffer
 
RecyclableStringBuffer(StringBufferPool) - Constructor for class com.sapportals.portal.prt.util.RecyclableStringBuffer
 
redirect(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Forces a redirect of the request to some other location.
REF_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
REFRESH - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. A request of type refresh is asking for refreshed content, i.e. expiration of all caching done by the Portal Component.
REFRESH_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the refresh node mode
REFRESH_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.REFRESH_MODE instead
REFRESH_REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Deprecated. use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) method instead of sending an event of this type.
REFRESH_REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.REFRESH_REQUEST_EVENT instead
register(String, Object) - Method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.ObjectRegistry
 
register(String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Deprecated. Do not use anymore
registerSOAPServiceProcessor(String, ISOAPServiceProcessor) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
register the given processor in the list of SOAP Message processor
ReInit(HtmlParserTokenManager) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
ReInit(InputStream) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
ReInit(InputStream) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ReInit(Reader) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
ReInit(Reader) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ReInit(Reader, int, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
ReInit(Reader, int, int, int) - Method in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
ReInit(SimpleCharStream) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
release() - Method in class com.sapportals.portal.prt.pom.AbstractNode
from interface IReleasable
release() - Method in interface com.sapportals.portal.prt.service.IService
Deprecated. use destroy instead.
release() - Method in class com.sapportals.portal.prt.util.SharedString
Releases the underlying resource.
release() - Method in interface com.sapportals.portal.prt.util.IReleasable
 
release(RecyclableStringBuffer) - Method in class com.sapportals.portal.prt.util.StringBufferPool
 
releasePoolObject(Object) - Method in class com.sapportals.portal.prt.util.AbstractPool
Tells the pool to release an object and make it available in the pool.
releasePRTFaultContextClientSide() - Static method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
initialize the context fot PRTFault on client side
releasePRTFaultContextServerSide() - Static method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
c
remove(Object) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Removes a key with all its assigned values.
remove(Object) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Removes a key with all its assigned values.
remove(Object, Object) - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Removes a key/value combination from the map.
remove(Object, Object) - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Removes a key/value combination from the map.
remove(String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
remove an attribute with all values.
remove(String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
remove an attribute with all values.
remove(String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
remove an attribute with all values.
remove(String, String) - Method in interface com.sapportals.portal.prt.event.IPortalComponentEventData
remove an attribute/value combination from this event's data.
remove(String, String) - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
remove an attribute/value combination from this event's data.
remove(String, String) - Method in class com.sapportals.portal.prt.util.MultiValueAttributeList
remove an attribute/value combination from this event's data.
removeAllElements() - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
removeAllNodes() - Method in class com.sapportals.portal.prt.pom.NodeList
 
removeAllUniqueObjects() - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
Removes all the unique objects from the container
removeAttribute(String) - Method in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
removeAttribute(String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlAttributeContainer
 
removeChildNode(INode) - Method in interface com.sapportals.portal.prt.pom.INode
Removes a child node from this node.
removeChildNode(INode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Removes the given node from the children of this node.
removeCookie(Cookie) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
removeElement(IHtmlOutputable) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
removeEventListener(EventType, IEventListener) - Method in interface com.sapportals.portal.prt.pom.IEventTarget
Unregisters a listener on an event
removeEventListener(EventType, IEventListener) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Unregisters an event listener.
removeEventListener(EventType, IEventListener, IEventFilter) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Unregisters an event listener.
removeNode(INode) - Method in class com.sapportals.portal.prt.pom.NodeList
Removes a node from this NodeList
removeParameter(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Removes the specified parameter from the query part.
removeParameter(String, String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Removes the specified name-value pair from the query part.
removeParameters() - Method in class com.sapportals.portal.prt.util.AbstractURI
Removes all parameters from the query part.
removeSpecializedRegistry(String) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Remove a specialized registry from the list
removeUniqueObject(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager
 
removeValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use the corresponding method on IPortalComponentContext instead.
removeValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
remove an object from this session
removeValue(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Removes the attribute with the specified name from this context.
removeValue(String) - Method in interface com.sapportals.portal.prt.pom.INode
remove an object from this node
removeValue(String) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Removes an object from this node
removeValue(String, short) - Method in interface com.sapportals.portal.prt.component.IPortalComponentSession
remove an object from this session.
REQUEST_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
REQUEST_EVENT - Static variable in class com.sapportals.portal.prt.pom.EventType
Event representing an event specified in the URL used by the client
REQUEST_EVENT - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use EventType.REQUEST_EVENT instead
requireClosingTag() - Method in class com.sapportals.portal.prt.util.html.HtmlBase
 
requireClosingTag() - Method in interface com.sapportals.portal.prt.util.html.IHtmlBase
 
requireClosingTag(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlBase
 
requireClosingTag(boolean) - Method in interface com.sapportals.portal.prt.util.html.IHtmlBase
If the Html element requires a closing tag
requireIsolation() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead.
RESET - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
reset() - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
reset() - Method in class com.sapportals.portal.prt.util.RecyclableStringBuffer
 
resetProperty(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Resets the value of the property to its default value.
RESOURCE_MANAGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
ResourceException - exception com.sapportals.portal.prt.resource.ResourceException.
ResourceException is thrown when there is a mismatch between the resource type provided and the real resource type or when the class implementing the IResource interface is not able to parse the resource.
ResourceException(String) - Constructor for class com.sapportals.portal.prt.resource.ResourceException
ResourceException constructor.
ResourceException(String, Throwable) - Constructor for class com.sapportals.portal.prt.resource.ResourceException
Exception wrapper constructor.
ResourceException(Throwable) - Constructor for class com.sapportals.portal.prt.resource.ResourceException
Exception wrapper constructor.
RESPONSE_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
RESTRICTION_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
RIGHT - Static variable in class com.sapportals.portal.prt.util.html.HtmlDiv.DivAlign
 
RPC_ENCODED_STYLE_ENCODING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
RPC_LITERAL_STYLE_ENCODING - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
RPC_STYLE - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
RPC_STYLE_DESC - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
RPC_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
RSS - Static variable in class com.sapportals.portal.prt.component.PortalComponentContentType
 
RUNTIME_CONNECTION - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 

S

SAVE - Static variable in class com.sapportals.portal.prt.component.PortalComponentRequestType
Deprecated. Reserved for future purposes.
save(OutputStream) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfig
 
SCHEMA_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SCOPE_COMPONENT - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentSession
This defines the attribute scope to be on the Portal Component.
SCOPE_CONTEXT - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentSession
This defines the attribute scope to be on the Component Context.
SCOPE_SEPARATOR - Static variable in interface com.sapportals.portal.prt.resource.IResource
scope separator
SCOPE_UNIQUE - Static variable in interface com.sapportals.portal.prt.component.IPortalComponentSession
This defines the attribute scope to be on the Portal Object Model node path plus the root context name.
SCRIPT - Static variable in interface com.sapportals.portal.prt.resource.IResource
The SCRIPT resource type for javascript code Default scope: public
Default extension: .js
SCRIPT_END - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
ScriptBlock() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
securedResponse(HttpServletResponse) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
SECURITY_ZONE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SEPARATOR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SEPARATOR_PARAMS - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SEQUENCE_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
serializeAsXML(Element, PrintWriter) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
Method serializeAsXML.
serializeAsXML(Element, PrintWriter, boolean) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
Method serializeAsXML.
serializeAsXML(Element, PrintWriter, Definition) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
Method serializeAsXML.
serializeAsXML(Element, PrintWriter, Definition, boolean) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
Method serializeAsXML.
serializeAsXML(Node, Writer, Definition, boolean) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOM2Writer
 
SERIALIZERS_PROPERTIES - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SERVICE_CORRECT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
SERVICE_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
SERVICE_LOGGER is used to log messages from services.
SERVICE_MANAGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
service(IPortalComponentRequest, IPortalComponentResponse) - Method in class com.sapportals.portal.prt.component.AbstractPortalComponent
Called by the PortalSessionManager to allow the component to respond to a request.
service(IPortalComponentRequest, IPortalComponentResponse) - Method in interface com.sapportals.portal.prt.component.IPortalComponent
Called to allow the component to respond to a request.
ServiceException - exception com.sapportals.portal.prt.service.ServiceException.
The ServiceException class is the base class of all exceptions raised by the Service Framework.
ServiceException(String) - Constructor for class com.sapportals.portal.prt.service.ServiceException
Service Exception constructor
ServiceException(String, Throwable) - Constructor for class com.sapportals.portal.prt.service.ServiceException
Service Exception constructor
ServiceException(Throwable) - Constructor for class com.sapportals.portal.prt.service.ServiceException
Service Exception constructor
SESSION - Static variable in class com.sapportals.portal.prt.component.CachingLevel
Using the CachingLevel.SESSION will associate the cached content with the servlet session.
setAction(String) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Set the value of m_action.
setActive(boolean) - Method in interface com.sapportals.portal.prt.logger.ILogger
Decides whether or not this logger is currently active.
setActor(String) - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecurityElement
 
setAlign(HtmlDiv.DivAlign) - Method in class com.sapportals.portal.prt.util.html.HtmlDiv
Set the value of m_align.
setAlign(HtmlIFrame.IFrameAlign) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_align.
setAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
setAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
setAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
setAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the ALIGN="" attribute.
setAlignment(HtmlImage.ImageAlign) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_alignment.
setAlt(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_alt.
setArchive(String) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
setArrayChildsName(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
set the name of array child for the Array De/serializer
setArrayContainedClasses(Class[]) - Method in class com.sapportals.portal.prt.service.soap.SOAPParameter
Set the list of class contians in the object if it is an array
setArrayItemName(String) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setArrayItemName(String) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
 
setArrayList(boolean) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
set the type array list (doc/lit) fro the array enconding
setArrayQName(QName) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Set the QName of SOAP Array Type
setArraySerializer(SOAPSerializer) - Method in class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry
Set the Serializer for SOAP Array Type
setAsAttribute(boolean) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setAttributeType(boolean) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setAttributeValue(String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Deprecated. For more consistency this method has been deprecated. The component should now use the setProperty method instead.
setAttributeValue(String, String) - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
sets the value related to the provided key.
setAuthenticated(boolean) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
setBackground(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Set the value of m_background.
setBackground(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
setBackground(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_background.
setBackgroundAttachment(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_backgroundAttachment.
setBackgroundColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
setBackgroundColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_backgroundColor.
setBackgroundImage(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_backgroundImage.
setBackgroundPosition(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_backgroundPosition.
setBackgroundRepeat(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_backgroundRepeat.
setBaseNamespace(String) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setBaseType(QName) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
 
setBgColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Set the value of m_bgColor.
setBody(HtmlBody) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Set the Body element for this document container.
setBorder(int) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Set the value of m_border.
setBorder(int) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
 
setBorder(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the BORDER="" attribute.
setBorder(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_border.
setBorder(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_border.
setBorder(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the BORDER="" attribute.
setBorderBottom(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderBottom.
setBorderBottomWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderBottomWidth.
setBorderColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Set the value of m_borderColor.
setBorderColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Set the value of m_borderColor.
setBorderColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderColor.
setBorderColorDark(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Set the value of m_borderColorDark.
setBorderColorLight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Set the value of m_borderColorLight.
setBorderLeft(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderLeft.
setBorderLeftWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderLeftWidth.
setBorderRight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderRight.
setBorderRightWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderRightWidth.
setBorderStyle(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderStyle.
setBorderTop(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderTop.
setBorderTopWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderTopWidth.
setBorderWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_borderWidth.
setBubbles(boolean) - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Sets wether this event is supposed to bubble
setCancelable(boolean) - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Sets wether the bubbling can be canceled
setCause(Throwable) - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Set the cause of this exception.
setCause(Throwable) - Method in class com.sapportals.portal.prt.runtime.PortalException
Sets the cause
setCellPadding(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the CELLPADING="" attribute.
setCellPadding(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the CELLPADING="" attribute.
setCellSpacing(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the CELLSPACING="" attribute.
setCellSpacing(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the CELLSPACING="" attribute.
setCertificate(Base64) - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPAuthorization
 
setChar(String) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the CHAR="" attribute.
setChar(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the CHAR="" attribute.
setCharAt(int, char) - Method in class com.sapportals.portal.prt.util.SmartBuffer
The character at the specified index of this string buffer is set to ch.
setCharOff(int) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the CHAROFF="" attribute.
setCharOff(int) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the CHAROFF="" attribute.
setCharOff(String) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the CHAROFF="" attribute.
setCharOff(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the CHAROFF="" attribute.
setChecked(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlRadio
Set the value of m_checked.
setChecked(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlCheckBox
Set the value of m_checked.
setClass(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBase
Set the element class for Cascading Style Sheets.
setClass(String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable
 
setClass(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the element class for Cascading Style Sheets.
setClassName(String) - Method in class com.sapportals.portal.prt.resource.ResourceException
sets the name of the class responsible of the exception
setClassParam(Class[]) - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
set the array containing all the java type of the parameter of the method
setClear(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_clear.
setCode(String) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
setCodebase(String) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
setCodebase(String) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
 
setColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_color.
setCols(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the COLS="" attribute.
setCols(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Set the value of m_cols.
setCols(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Set the value of m_cols.
setCols(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the COLS="" attribute.
setColSpan(int) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Set the value of m_colSpan.
setComment(String) - Method in class com.sapportals.portal.prt.util.html.HtmlComment
Set the value of m_comment.
setComponentName(String) - Method in interface com.sapportals.portal.prt.resource.IJSPResource
 
setComponentName(String) - Method in class com.sapportals.portal.prt.resource.ResourceException
sets the component name responsible of the exception
setConfigMethod(IPortalWebServiceMethod) - Method in interface com.sapportals.portal.prt.service.soap.util.IMessageDescriptor
 
setContent(NormalizedString) - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
set the content of the XMLData object from a normalized string
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.NCName
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.Notation
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.Name
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.Entity
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.Entities
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.Token
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.NMToken
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.IDRefs
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.IDRef
 
setContent(String) - Method in class com.sapportals.portal.prt.service.soap.types.ID
 
setContent(String) - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
 
setContentNoNormalized(String) - Method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
set the content no normalized and if the content normalized equals at null it is initialized
setContentNormalized(String) - Method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
set the content normalized and if the content no normalized equals at null it is initialized
setContentTokenized(String) - Method in class com.sapportals.portal.prt.service.soap.types.Token
 
setContentType(PortalComponentContentType) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Sets the response type of this response.
setContentType(String) - Method in class com.sapportals.portal.prt.util.http.FilePart
Sets the value of m_contentType.
setContextName(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Sets the new context name
setContextRequest(ISOAPMessageContext) - Method in interface com.sapportals.portal.prt.service.soap.IServiceDescriptor
 
setCurrentTarget(INode) - Method in interface com.sapportals.portal.prt.pom.IEvent
Sets the current target of the event, i.e. the one those listener will have this event dispatched to.
setCurrentTarget(INode) - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Sets the current target of the event, i.e. the one those listener will have this event dispatched to.
setDate(String) - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
setDay(String) - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
setDay(String) - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
setDebugStream(PrintStream) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
setDefaultJavaType(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setDefaultValue(String) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setDefaultValue(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setDeferred(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_deferred.
setDetail(IPortalComponentRequest) - Method in class com.sapportals.portal.prt.component.PortalComponentException
this methods is called to provide further information about the context of the exception.
setDetail(String, IResource) - Method in class com.sapportals.portal.prt.resource.ResourceException
This methods is called to provide further information about the context of the exception.
setDetail(String, String, String) - Method in class com.sapportals.portal.prt.component.PortalComponentException
this methods is called to provide further information about the context of the exception.
setDisabled(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Set the value of m_disabled.
setDisplay(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_display.
setDocType(HtmlDocType) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Set the doctype element for this document container.
setEmpty(boolean) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
setEncodedAsAttribute(boolean) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
use it for pass the special parameters in the unmarshall /marshall method
setEnconding(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setEntity(String) - Method in class com.sapportals.portal.prt.service.soap.types.Entity
 
setEntityList(ArrayList) - Method in class com.sapportals.portal.prt.service.soap.types.Entities
 
setEvent(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_event.
setException(Throwable) - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Deprecated. Please use setCause() instead.
setFaultActor(String) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
set the actor of the fault
setFaultCode(QName) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
set the code name (Qname) of the exception
setFaultDetails(Detail) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
set Fault details
setFaultDetailsVector(Vector) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
set the fault details
setFaultObjectInstance(Object) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
specific for the fault process desrialization
setFaultString(String) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
set the message of the fault
setFileName(String) - Method in class com.sapportals.portal.prt.util.http.FilePart
Sets the value of m_fileName.
setFloat(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_float.
setFont(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_font.
setFontFamily(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_fontFamily.
setFontSize(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_fontSize.
setFontStyle(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_fontStyle.
setFontVariant(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_fontVariant.
setFontWeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_fontWeight.
setFor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_for.
setFragment(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the fragment for this URI.
setFragment(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the fragment of the URI
setFrame(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the FRAME="" attribute.
setFrameBorder(int) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_frameBorder.
setFrameBorder(int) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Set the value of m_frameBorder.
setFrameBorder(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Set the value of m_frameBorder.
setFrameSpacing(int) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Set the value of m_frameSpacing.
setHead(HtmlHead) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Set the head element for this document container.
setHeight(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the HEIGHT="" attribute.
setHeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Set the value of m_height.
setHeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_height.
setHeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_height.
setHeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_height.
setHeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the HEIGHT="" attribute.
setHost(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the host for this URI.
setHost(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the Host of the URI
setHour(String) - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
setHour(String) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setHourTZ(String) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setHRef(String) - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Set the value of m_hRef.
setHRef(String) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Set the value of m_hRef.
setHSpace(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_hSpace.
setHSpace(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_hSpace.
setHtml(Html) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Set the html element for this document container.
setHtmlElements(Vector) - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
Set the value of m_htmlElements.
setHttpEquiv(String) - Method in class com.sapportals.portal.prt.util.html.HtmlMeta
 
setID(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setId(String) - Method in class com.sapportals.portal.prt.service.soap.types.ID
 
setID(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiable
Set the element id for Cascading Style Sheets.
setID(String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlIdentifiable
 
setID(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the element id for Cascading Style Sheets.
setIdRef(String) - Method in class com.sapportals.portal.prt.service.soap.types.IDRef
 
setIdRefList(ArrayList) - Method in class com.sapportals.portal.prt.service.soap.types.IDRefs
 
setJavaSignature(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
setJavatype(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
setJavaType(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceType
 
setLanguage(String) - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Set the value of m_language.
setLanguage(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_language.
setLetterSpacing(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_letterSpacing.
setLevel(Level) - Method in interface com.sapportals.portal.prt.logger.ILogger
Set the verbosity level for this logger.
setLevel(String) - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
setLevelError(Level) - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
set the level of the fault
setLineHeight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_lineHeight.
setLinkColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
setListArray(boolean) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setListStyle(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_listStyle.
setListStyleImage(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_listStyleImage.
setListStylePosition(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_listStylePosition.
setListStyleType(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_listStyleType.
setLocalpart(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
setLocalPart(String) - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
setLocationName(String) - Method in interface com.sapportals.portal.prt.logger.ILogger
The name of the location used by SAP logging and tracing.
setLogger(ILogger) - Method in class com.sapportals.portal.prt.util.FiFoList
There is some logging in the list which can be activated by setting the logger.
setLoggerName(String) - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
setMainTag(String) - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
setMajorVersion(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
setMargin(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_margin.
setMarginBottom(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_marginBottom.
setMarginLeft(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_marginLeft.
setMarginRight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_marginRight.
setMarginTop(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_marginTop.
setMaxLength(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTextInput
Set the value of m_maxLength.
setMaxOccurs(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setMessage(IPRTSOAPMessage) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
setMessage(String) - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
setMeta(HtmlMeta) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Set a Meta tag for this document container
setMethod(HtmlForm.FormMethod) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Set the value of m_method.
setMethod(Method) - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Set the method object
setMethodContainer(MethodContainer) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
Set the method container attached to this SOAPMessage
setMicroVersion(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
setMinOccurs(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setMinOccursEqZero(boolean) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setMinorVersion(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.IPortalSOAPConfigVersion
 
setMinute(String) - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
setMinute(String) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setMinuteTZ(String) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setMm_day(String) - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
setMm_month(String) - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
setMm_month(String) - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
setMm_timeZone(String) - Method in class com.sapportals.portal.prt.service.soap.types.GMonthDay
 
setMm_timeZone(String) - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
setMm_year(String) - Method in class com.sapportals.portal.prt.service.soap.types.GYearMonth
 
setMonth(String) - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
setMonth(String) - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
setMultiple(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
Set the value of m_multiple.
setMustUnderstand(String) - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecurityElement
 
setName(String) - Method in class com.sapportals.portal.prt.service.soap.types.Name
 
setName(String) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setName(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setName(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebService
 
setName(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
setName(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Set the value of m_name.
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
Set the value of m_name.
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_name.
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlObject
 
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Set the value of m_name.
setName(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Set the value of m_name.
setName(String) - Method in class com.sapportals.portal.prt.util.http.Part
Sets the value of m_name.
setNameElement(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setNameOfArrayItems(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setNamespace(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
setNamespaceOfArrayItem(String) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
 
setNamespaceURI(String) - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
setNCName(String) - Method in class com.sapportals.portal.prt.service.soap.types.NCName
 
setNillable(boolean) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setNillable(boolean) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setNode(INode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Sets the current node of this request.
setNodeMark(String) - Method in interface com.sapportals.portal.prt.pom.INode
Sets a mark on this node.
setNodeMark(String) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Sets a mark on this node.
setNodeMode(NodeMode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Sets a node mode
setNodeMode(NodeMode) - Method in interface com.sapportals.portal.prt.pom.INode
Sets the mode to be used for the associated component during this request.
setNodeMode(NodeMode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Sets the mode to be used for the associated component during this request.
setNoResize(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Set the value of m_noResize.
setNotation(String) - Method in class com.sapportals.portal.prt.service.soap.types.Notation
 
setNoWrap(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Set the value of m_noWrap.
setObjectResponse(Object) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
Deprecated.  
setOnBlur(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
Set the value of m_onBlur.
setOnChange(String) - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Set the value of m_onChange.
setOnClick(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onClick.
setOnClick(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_onClick.
setOnClick(HtmlInlineScript) - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
 
setOnClick(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onclick event occurs when the pointing device button is clicked over an element.
setOnDblClick(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The ondblclick event occurs when the pointing device button is double clicked over an element.
setOnDoubleClick(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onClick.
setOnFocus(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem
Set the value of m_onFocus.
setOnKeyDown(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onKeyDown.
setOnKeyDown(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_onKeyDown.
setOnKeyDown(HtmlInlineScript) - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
 
setOnKeyDown(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onkeydown event occurs when a key is pressed down over an element.
setOnKeyPress(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onKeyPress.
setOnKeyPress(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_onKeyPress.
setOnKeyPress(HtmlInlineScript) - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
 
setOnKeyPress(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onkeypress event occurs when a key is pressed and released over an element.
setOnKeyUp(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onKeyUp.
setOnKeyUp(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_onKeyUp.
setOnKeyUp(HtmlInlineScript) - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
 
setOnKeyUp(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onkeyup event occurs when a key is released over an element.
setOnMouseDown(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onmousedown event occurs when the pointing device button is pressed over an element.
setOnMouseMove(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onmousemove event occurs when the pointing device is moved while it is over an element.
setOnMouseOut(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onMouseOut.
setOnMouseOut(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onmouseout event occurs when the pointing device is moved away from an element.
setOnMouseOver(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
Set the value of m_onMouseOver.
setOnMouseOver(HtmlInlineScript) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_onMouseOver.
setOnMouseOver(HtmlInlineScript) - Method in interface com.sapportals.portal.prt.util.html.IHtmlEventListener
 
setOnMouseOver(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onmouseover event occurs when the pointing device is moved onto an element.
setOnMouseUp(String) - Method in class com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents
The onmouseup event occurs when the pointing device button is released over an element.
setOnReset(String) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Set the value of m_onReset.
setOnSubmit(String) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Set the value of m_onSubmit.
setOverflow(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_overflow.
setPadding(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_padding.
setPaddingBottom(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_paddingBottom.
setPaddingLeft(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_paddingLeft.
setPaddingRight(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_paddingRight.
setPaddingTop(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_paddingTop.
setParams(Object[]) - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Set an Array containing all the object parameters
setParentNode(INode) - Method in interface com.sapportals.portal.prt.pom.INode
Sets the parent node of this node.
setParentNode(INode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Sets the parent node of this node
setPath(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the path for this URI.
setPath(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the path of the URI
setPattern(String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Defines a custom formatting pattern.
setPort(int) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the port for this URI.
setPort(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the port of the URI
setPortalNode(IPortalNode) - Method in interface com.sapportals.portal.prt.pom.INode
Sets the portal node of this node
setPortalNode(IPortalNode) - Method in class com.sapportals.portal.prt.pom.AbstractNode
Registers the portal Node of this node
setPortalRequestEvent(IPortalRequestEvent) - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Sets the portalRequestEvent, if a target node has been set the toString () will produce an url that fire an event on the targetNode, if a new contextName has been set the event will be fired on the top most Portal Component.
setProperty(String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
sets the value of the property.
setProperty(String, String) - Method in interface com.sapportals.portal.prt.service.IServiceProfile
Sets the value of the specified property
setPropertyErrorMessage(String, String) - Method in interface com.sapportals.portal.prt.event.IProfileValidationEvent
Sets a property error message for a property which is not correct
setPropertyValue(String, String) - Method in interface com.sapportals.portal.prt.event.IProfileValidationEvent
Sets a property value
setQname(QName) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setQueryString(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the query string for this URI.
setReadOnly(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlEventingFormItem
Set the value of m_readOnly.
setRegistry(ISpecializedRegistry) - Method in interface com.sapportals.portal.prt.service.soap.IServiceDescriptor
Set the registry for this service
setRel(String) - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Set the value of m_rel.
setRel(String) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Set the value of m_rel.
setRequestType(PortalComponentRequestType) - Method in interface com.sapportals.portal.prt.component.IPortalComponentRequest
Deprecated. Instead of referring to request types, please use the mode information provided by the current node.
setRequired(boolean) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setResourceName(String) - Method in class com.sapportals.portal.prt.resource.ResourceException
Sets the resource location of the resource responsible of the exception.
setResourcePath(String) - Method in interface com.sapportals.portal.prt.resource.IJSPResource
 
setResourceType(String) - Method in class com.sapportals.portal.prt.resource.ResourceException
Sets the resource type responsible of the exception sets the resource type responsible of the exception
setResponse(boolean) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
set the state of the response
setResponse(Object, Class) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPHeaderElement
 
setResponse(Object, Class) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPBodyElement
 
setRows(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Set the value of m_rows.
setRows(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrameSet
Set the value of m_rows.
setRowSpan(int) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Set the value of m_rowSpan.
setRules(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the RULES="" attribute.
setSchema(IObjectSchema) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setScheme(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the scheme for this URI.
setScheme(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the scheme of the URI, e.g. http, https, file, ftp, ...etc.
setScript() - Method in class com.sapportals.portal.prt.util.html.HtmlApplet
 
setScriptArea(HtmlScript) - Method in class com.sapportals.portal.prt.util.html.HtmlHead
Set the value of m_scriptArea.
setScriptManager(HtmlScriptManager) - Method in class com.sapportals.portal.prt.util.html.HtmlHead
Set the value of m_scManager.
setScriptString(String) - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
Set the value of m_scriptString.
setScrolling(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_scrolling.
setScrolling(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Set the value of m_scrolling.
setSecond(String) - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
setSecond(String) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setSelected(boolean) - Method in class com.sapportals.portal.prt.util.html.HtmlOption
Set the value of m_selected.
setSelectedLinkColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
setSelector(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_selector.
setSerializer(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceSerializer
 
setServiceInstance(Object) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
setServiceName(String) - Method in interface com.sapportals.portal.prt.service.soap.IServiceDescriptor
Set the name of the service
setSimpleType(boolean) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setSimpleTypeCurrentProcess(boolean) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
set if the type currently de/serialized is a simpel type.
setSize(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTextInput
 
setSize(int) - Method in class com.sapportals.portal.prt.util.html.HtmlSelect
Set the value of m_size.
setSize(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTextInput
Set the value of m_size.
setSOAPAction(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
setSOAPMessageResponse(SOAPMessage) - Method in interface com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse
 
setSpan(int) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the SPAN="" attribute.
setSpan(int) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the SPAN="" attribute.
setSpan(String) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the SPAN="" attribute.
setSpan(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the SPAN="" attribute.
setSrc(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_src.
setSrc(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_src.
setSrc(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_src.
setSrc(String) - Method in class com.sapportals.portal.prt.util.html.HtmlFrame
Set the value of m_src.
setStatus(int) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Sets the status of the response
setStyle(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBase
Set the style attribute
setStyleEnconding(int) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
setStyleId(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Set the value of m_styleId.
setStyleType(HtmlStyle.StyleType) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Set the value of m_styleType.
setSubTag(String) - Method in class com.sapportals.portal.prt.service.soap.types.Language
 
setSummary(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Set the SUMMARY="" attribue.
setTabIndex(int) - Method in class com.sapportals.portal.prt.util.html.HtmlFormItem
Set the value of m_tabIndex.
setTag(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBase
 
setTag(String) - Method in interface com.sapportals.portal.prt.util.html.IHtmlBase
 
setTarget(INode) - Method in interface com.sapportals.portal.prt.pom.IEvent
Defines the original target of the event, i.e. the target the event was originally fired on
Note: This method should not be called directly, instead the portal implementation will use it to indicate the event's target.
setTarget(INode) - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Defines the original target of the event, i.e. the target the event was originally fired on
Note: This method should not be called directly, instead the portal implementation will use it to indicate the event's target.
setTarget(String) - Method in class com.sapportals.portal.prt.util.html.HtmlAnchor
Set the value of m_target.
setTarget(String) - Method in class com.sapportals.portal.prt.util.html.HtmlForm
Set the value of m_target.
setTargetNamespace(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setTargetNamespaceElement(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceParameter
 
setTargetNamespaceMethod(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPMessageContext
set the namespace of the method which call
setTargetNode(INode) - Method in interface com.sapportals.portal.prt.component.IPortalComponentURI
Sets the target node
setText(String) - Method in class com.sapportals.portal.prt.util.html.HtmlString
Set the value of m_text.
setTextAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_textAlign.
setTextColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
setTextDecoration(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_textDecoration.
setTextIndent(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_textIndent.
setTextTransform(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_textTransform.
setThreadId(String) - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
setTime(String) - Method in class com.sapportals.portal.prt.logger.LoggerRecord
 
setTimeZone_index(int) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setTimeZone_index(int) - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
setTimeZone_index(int) - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
setTimeZone(String) - Method in class com.sapportals.portal.prt.service.soap.types.Time
 
setTimeZone(String) - Method in class com.sapportals.portal.prt.service.soap.types.GMonth
 
setTimeZone(String) - Method in class com.sapportals.portal.prt.service.soap.types.GDay
 
setTimeZone(String) - Method in class com.sapportals.portal.prt.service.soap.types.GYear
 
setTitle(HtmlTitle) - Method in class com.sapportals.portal.prt.util.html.HtmlDocument
Set the Title element for this document container.
setTitle(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyle
Set the value of m_title.
setTitle(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
Sets the value of m_title.
setToken(String) - Method in class com.sapportals.portal.prt.service.soap.types.NMToken
 
setType(Class) - Method in class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
setType(EventType) - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Sets the type of this event
setType(HtmlInput.InputType) - Method in class com.sapportals.portal.prt.util.html.HtmlInput
Set the value of m_type.
setType(String) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.IObjectSchema
Set Mm_type
setType(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_type.
setType(String) - Method in class com.sapportals.portal.prt.util.html.HtmlLink
Sets the value of m_type.
setUniqueId(String) - Method in class com.sapportals.portal.prt.util.html.HtmlScript
Set the value of m_uniqueId.
setURI(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the URI handled by this instance.
setUser(IUserContext) - Static method in class com.sapportals.portal.prt.service.soap.security.SOAPUser
 
setUserinfo(String) - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Set the userinfo for this URI.
setUserInfo(String) - Method in class com.sapportals.portal.prt.util.AbstractURI
Sets the User-info of the URI
setVAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
setVAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlRow
Sets the ALIGN="" attribute convience variables are provided in the AlignType interface
setVAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Sets the VALIGN="" attribute convience variables are provided in the AlignType interface
setValue(BigInteger) - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
setValue(byte[]) - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
setValue(byte[]) - Method in class com.sapportals.portal.prt.util.http.ParamPart
Sets the value of m_value.
setValue(int) - Method in class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
setValue(int) - Method in class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
setValue(int) - Method in class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
setValue(int) - Method in class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
setValue(Integer) - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
setValue(Long) - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
setValue(String) - Method in class com.sapportals.portal.prt.util.html.HtmlInput
Set the value of m_value.
setValue(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Set the value of m_value.
setValue(String) - Method in class com.sapportals.portal.prt.util.html.HtmlOption
Set the value of m_value.
setValueEncoded(byte[]) - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
setValueNull() - Method in class com.sapportals.portal.prt.service.soap.SOAPParameter
initialize value to null
setVerticalAlign(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_verticalAlign.
setVisitedLinkColor(String) - Method in class com.sapportals.portal.prt.util.html.HtmlBody
 
setVSpace(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_vSpace.
setVSpace(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_vSpace.
setWebserviceMethod_config(IPortalWebServiceMethod) - Method in class com.sapportals.portal.prt.service.soap.processor.MethodContainer
Set the SOAP config attached to the current method
setWhiteSpace(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_whiteSpace.
setWidth(int) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Supplies user agents with a recommended cell width.
setWidth(int) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Supplies user agents with a recommended cell width.
setWidth(int) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the WIDTH="" attribute.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlColGroup
Supplies user agents with a recommended cell width.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCell
Set the value of m_width.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlCol
Supplies user agents with a recommended cell width.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_width.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlIFrame
Set the value of m_width.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlImage
Set the value of m_width.
setWidth(String) - Method in class com.sapportals.portal.prt.util.html.HtmlTable
Sets the WIDTH="" attribute.
setWordSpacing(String) - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
Set the value of m_wordSpacing.
setWrap(HtmlTextArea.TextAreaWrap) - Method in class com.sapportals.portal.prt.util.html.HtmlTextArea
Set the value of m_wrap.
setWSDLType(String) - Method in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceType
 
setYear(String) - Method in class com.sapportals.portal.prt.service.soap.types.Duration
 
setYear(String) - Method in class com.sapportals.portal.prt.service.soap.types.GYear
 
SEVERE - Static variable in class com.sapportals.portal.prt.logger.Level
 
SEVERE_ID - Static variable in class com.sapportals.portal.prt.logger.Level
SEVERE is a message level that indicates a serious failure.
severe(Object, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a SEVERE message.
severe(Object, Throwable, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a SEVERE message.
severe(String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a SEVERE message.
severe(Throwable, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a SEVERE message.
SHARED - Static variable in class com.sapportals.portal.prt.component.CachingLevel
Means that the cache is shared by all the users
SharedString - class com.sapportals.portal.prt.util.SharedString.
Class used by RecyclableStringBuffer to allow sharing the underlying char buffer, thus avoiding copying char[] along the call chain.
short2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SIGNATURE_ACTOR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SIMPLE_TYPE_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SimpleCharStream - class com.sapportals.portal.prt.util.html.parser.SimpleCharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(InputStream) - Constructor for class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
size() - Method in class com.sapportals.portal.prt.util.MultiValuedHashMap
Gets the number of keys that were assigned values.
size() - Method in interface com.sapportals.portal.prt.util.MultiValuedMap
Gets the number of keys that were assigned values.
SmartBuffer - class com.sapportals.portal.prt.util.SmartBuffer.
Implements a character buffer that can be substituted with the StringBuffer.Note that this class is not thread safe.
The internal buffer is created by default with a size of 32 Charaters.
SmartStringWriter - class com.sapportals.portal.prt.util.SmartStringWriter.
This StrinWriter uses an underlying pooled StringBuffer
Calling close() method causes the buffer to be released and is able to be reused.
SmartStringWriter() - Constructor for class com.sapportals.portal.prt.util.SmartStringWriter
 
SmartStringWriter(int) - Constructor for class com.sapportals.portal.prt.util.SmartStringWriter
 
SOAP_ARRAY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAP_CERT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAP_CONFIG_XML - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAP_NAME_DIR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAP_PROPERTIES - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAP_SEC - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAP_WSDL_RESPONSE_PARAM - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAPAbstractProcessor - class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor.
 
SOAPAbstractProcessor() - Constructor for class com.sapportals.portal.prt.service.soap.processor.SOAPAbstractProcessor
 
SOAPACTION_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SOAPCONFIG_FILENAME - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SOAPDate - class com.sapportals.portal.prt.service.soap.types.SOAPDate.
Description : Class that converts a string under the format CCYY-MM-DD to a Date data type Project : soap FileName : Date.java Copyright : SAP Copyright (c) Company : SAP GBU IP
SOAPDate(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.SOAPDate
 
SOAPDeserializer - interface com.sapportals.portal.prt.service.soap.decoding.SOAPDeserializer.
Interface for all Uneserializers of SOAPElement
SoapFaultHandler - class com.sapportals.portal.prt.service.soap.exception.SoapFaultHandler.
Hanlder of PRTFault
SOAPParameter - class com.sapportals.portal.prt.service.soap.SOAPParameter.
Class allowing to keep information on object to translate in Java type or SOAP type.
SOAPParameter(QName, Class, Object) - Constructor for class com.sapportals.portal.prt.service.soap.SOAPParameter
Constructor
SOAPRegistry - class com.sapportals.portal.prt.service.soap.mapping.SOAPRegistry.
Class in charge of maintaining all the mapping and basic information on Available Portal Services
- Mapping of basic Java Type and SOAP/XMl Qualified Name.
SOAPRuntimeContext - class com.sapportals.portal.prt.service.soap.SOAPRuntimeContext.
 
SOAPRuntimeContext() - Constructor for class com.sapportals.portal.prt.service.soap.SOAPRuntimeContext
 
SOAPSerializer - interface com.sapportals.portal.prt.service.soap.encoding.SOAPSerializer.
Interface for all Serializers of SOAPElement
SOAPServiceException - exception com.sapportals.portal.prt.service.soap.exception.SOAPServiceException.
Extension of ServiceException for SOAP Framework
SOAPServiceException(String) - Constructor for class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
Portal Service Exception constructor
SOAPServiceException(String, Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
Portal Service Exception constructor
SOAPServiceException(Throwable) - Constructor for class com.sapportals.portal.prt.service.soap.exception.SOAPServiceException
Portal Service Exception constructor
SOAPUser - class com.sapportals.portal.prt.service.soap.security.SOAPUser.
Class use to maintain user info and be able to know what is the current user of the system
SOAPUser() - Constructor for class com.sapportals.portal.prt.service.soap.security.SOAPUser
 
SPACE - Static variable in class com.sapportals.portal.prt.util.html.HtmlAttributeContainer
 
specialConstructor - Variable in class com.sapportals.portal.prt.util.html.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class com.sapportals.portal.prt.util.html.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SRC_API_FOLDER - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SRC_CORE_FOLDER - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
StandardEditDialog - class com.sapportals.portal.prt.util.StandardEditDialog.
and can be used as a personalization delegate.
StandardEditDialog() - Constructor for class com.sapportals.portal.prt.util.StandardEditDialog
 
start() - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
start() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
startTag - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.TagBlock
 
STATIC_PAGE - Static variable in interface com.sapportals.portal.prt.resource.IResource
The STATIC PAGE resource type for static HTML pages Default scope: public
Default extension: .html
staticFlag - Static variable in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
staticFlag - Static variable in class com.sapportals.portal.prt.util.html.parser.ASCII_CharStream
 
stopPropagation() - Method in interface com.sapportals.portal.prt.pom.IEvent
Stops the propagation (for now only bubbling) of the event
stopPropagation() - Method in class com.sapportals.portal.prt.pom.AbstractEvent
Stops the propagation (for now only bubbling) of the event
store() - Method in interface com.sapportals.portal.prt.component.IPortalComponentProfile
Makes the PortalComponentProfile persistent
store() - Method in interface com.sapportals.portal.prt.resource.IPropertiesResource
Updates the content of the file.
store() - Method in interface com.sapportals.portal.prt.service.IServiceProfile
persists the profile
STRING_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
STRING_XSI - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
string1999QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
string2000QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
string2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
Stringable - class com.sapportals.portal.prt.util.Stringable.
Enables toString() method.
Stringable - class com.sapportals.portal.prt.util.html.Stringable.
Stringable.java Created: Thu Oct 28 15:55:48 1999
Stringable() - Constructor for class com.sapportals.portal.prt.util.Stringable
 
Stringable(String) - Constructor for class com.sapportals.portal.prt.util.Stringable
 
Stringable(String) - Constructor for class com.sapportals.portal.prt.util.html.Stringable
 
STRINGBUFFER_INITIALCAPACITY - Static variable in class com.sapportals.portal.prt.util.StringBufferPool
 
STRINGBUFFER_INITIALNBINSTANCES - Static variable in class com.sapportals.portal.prt.util.StringBufferPool
 
STRINGBUFFER_MAX_POOLSIZE - Static variable in class com.sapportals.portal.prt.util.StringBufferPool
 
StringBufferPool - class com.sapportals.portal.prt.util.StringBufferPool.
StringBufferPool.java Created: Wed Jun 27 10:52:51 2001
StringBufferPool(int, int, int) - Constructor for class com.sapportals.portal.prt.util.StringBufferPool
 
StringUtils - class com.sapportals.portal.prt.util.StringUtils.
StringUtils is a collection of String utilities in the web environment.
StringUtils() - Constructor for class com.sapportals.portal.prt.util.StringUtils
 
STYLE_END - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
StyleBlock() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
SUBMIT - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
SUFFIX_ELEMENT - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SUFFIX_IMPLEMENTATION - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
SwitchTo(int) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParserTokenManager
 
SYSTEM - Static variable in class com.sapportals.portal.prt.logger.Level
 
SYSTEM_ALIAS - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
SYSTEM_ID - Static variable in class com.sapportals.portal.prt.logger.Level
This level is used to LOG Information in anycase (like "Portal initialization done")
SYSTEM_RESOURCE - Static variable in interface com.sapportals.portal.prt.resource.IResource
Internal constant for system resources.

T

TAG_END - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
TAG_NAME - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
TAG_SCRIPT - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
TAG_SLASHEND - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
TAG_START - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
TAG_STYLE - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
Tag() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
tagName - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
tagName - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag
 
tagStack - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
TEST_MODE - Static variable in class com.sapportals.portal.prt.pom.NodeMode
Describes the "test" node mode
TEST_MODE - Static variable in interface com.sapportals.portal.prt.pom.IPOMConstants
Deprecated. use NodeMode.TEST_MODE instead
testNillableInDocument(Object, ISOAPMessageContext, Class) - Static method in class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
text - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text
 
TEXT - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
TEXT - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
TEXT - Static variable in class com.sapportals.portal.prt.util.html.HtmlInput.InputType
 
TEXT_CSS - Static variable in class com.sapportals.portal.prt.util.html.HtmlStyle.StyleType
 
TEXT_STRING - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
throwException() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
Throws the exception
throwWSDLException(Element) - Static method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.DOMUtils
 
Time - class com.sapportals.portal.prt.service.soap.types.Time.
Description : Class that converts a string under the format "hh:mm:ss[.s][Z|(+|-)hh:mm]" to a time data type Project : soap FileName : Time.java Copyright : SAP Copyright (c) Company : SAP GBU IP
TIME_ZONE_INDEX - Static variable in class com.sapportals.portal.prt.service.soap.types.Time
 
TIME_ZONE_INDEX - Static variable in class com.sapportals.portal.prt.service.soap.types.GMonth
 
TIME_ZONE_INDEX - Static variable in class com.sapportals.portal.prt.service.soap.types.GDay
 
Time(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Time
 
time2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
toByteArray(byte[], int) - Method in class com.sapportals.portal.prt.util.Guid
 
toBytes() - Method in class com.sapportals.portal.prt.util.Guid
 
toFormEncodedString() - Method in interface com.sapportals.portal.prt.event.IPortalRequestEventData
Gets this PortalComponentEventData as a Form Encoded String.
toHexString() - Method in class com.sapportals.portal.prt.util.Guid
 
toHTML() - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
Returns the message and the stack of the exception.
toHTML() - Method in class com.sapportals.portal.prt.runtime.PortalException
Returns the message and the stack of the exception.
token - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
Token - class com.sapportals.portal.prt.service.soap.types.Token.
Description : Class that represents a string that does not contain line feeds, tabs, leading or trailing spaces, or multiple spaces.
Token - class com.sapportals.portal.prt.util.html.parser.Token.
Describes the input token stream.
token_source - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlParser
 
Token() - Constructor for class com.sapportals.portal.prt.service.soap.types.Token
Creates a new Token object.
Token() - Constructor for class com.sapportals.portal.prt.util.html.parser.Token
 
Token(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.Token
Creates a new Token object.
Token(String, boolean) - Constructor for class com.sapportals.portal.prt.service.soap.types.Token
Creates a new Token object.
token2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
tokenImage - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
tokenImage - Variable in class com.sapportals.portal.prt.util.html.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenize(String) - Method in class com.sapportals.portal.prt.service.soap.types.Token
tokenizes the string s: eliminates the leading and trailing spaces and replaces the internal sequence of two or more white space by a single one
tokenize(String, char) - Static method in class com.sapportals.portal.prt.util.StringUtils
Take the given string and chop it up into a series of strings.
tokenize(String, String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Take the given string and chop it up into a series of strings.
tokenizeInList(String, char) - Static method in class com.sapportals.portal.prt.util.StringUtils
Take the given string and chop it up into a List.
tokenizeInList(String, String) - Static method in class com.sapportals.portal.prt.util.StringUtils
Take the given string and chop it up into a List
TokenMgrError - error com.sapportals.portal.prt.util.html.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class com.sapportals.portal.prt.util.html.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class com.sapportals.portal.prt.util.html.parser.TokenMgrError
 
TOP - Static variable in class com.sapportals.portal.prt.util.html.HtmlIFrame.IFrameAlign
 
TOP - Static variable in class com.sapportals.portal.prt.util.html.HtmlImage.ImageAlign
 
TOP - Static variable in class com.sapportals.portal.prt.util.html.HtmlTextArea.TextAreaWrap
 
toString() - Method in class com.sapportals.portal.prt.component.CachingLevel
 
toString() - Method in class com.sapportals.portal.prt.logger.Level
Gets the name of this level.
toString() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedByte
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.NegativeInteger
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.AnyURI
Get the URI as a string specification.
toString() - Method in class com.sapportals.portal.prt.service.soap.types.NonNegativeInteger
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.Hex
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.PositiveInteger
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.NonPositiveInteger
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.QName
 
toString() - Method in class com.sapportals.portal.prt.service.soap.types.Base64
 
toString() - Method in class com.sapportals.portal.prt.service.soap.util.QName
 
toString() - Method in class com.sapportals.portal.prt.util.Stringable
 
toString() - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
toString() - Method in class com.sapportals.portal.prt.util.AbstractURI
Gets a string representation of the URI.
toString() - Method in class com.sapportals.portal.prt.util.FiFoList
Prints the state of the list and its content.
toString() - Method in class com.sapportals.portal.prt.util.SmartBuffer
 
toString() - Method in class com.sapportals.portal.prt.util.RecyclableStringBuffer
Returns the content of the buffer into a String.
toString() - Method in class com.sapportals.portal.prt.util.Guid
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlContainer
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlSinglePartElement
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlSharedString
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlScriptManager
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlInlineScriptItem
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlStyleRule
 
toString() - Method in interface com.sapportals.portal.prt.util.html.IHtmlOutputable
 
toString() - Method in class com.sapportals.portal.prt.util.html.Stringable
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlTitle
 
toString() - Method in class com.sapportals.portal.prt.util.html.HtmlString
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.Token
Returns the image.
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Tag
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.EndTag
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Comment
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Text
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Newline
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Annotation
 
toString() - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
toText() - Method in class com.sapportals.portal.prt.runtime.PortalRuntimeException
 
toText() - Method in class com.sapportals.portal.prt.runtime.PortalException
 
transformContentAsElement() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
return the XML data in a DOM element
transformContentAsNormalizedString() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
return the content of the XML node under string form normalized ex: <root>......
transformContentAsString() - Method in class com.sapportals.portal.prt.service.soap.types.XMLData
return the content of the XML node under string form ex: ......
transformGuid(Guid) - Static method in class com.sapportals.portal.prt.util.BrowserGuidFactory
Converts a Guid into a String.
TYPE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
TypeDescription - class com.sapportals.portal.prt.service.soap.util.TypeDescription.
 
TypeDescription(Class, String, boolean, String, boolean, QName) - Constructor for class com.sapportals.portal.prt.service.soap.util.TypeDescription
FD: backward compatibility with SP2 (webservice <6.0.3 soap config version)
TypeDescription(Class, String, boolean, String, boolean, QName, String, boolean, String, boolean) - Constructor for class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
TypeDescription(Class, String, boolean, String, boolean, QName, String, boolean, String, boolean, boolean) - Constructor for class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
TypeDescription(String, String, boolean, String, boolean, QName, String, boolean, String, boolean) - Constructor for class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
TypeDescription(String, String, boolean, String, boolean, QName, String, boolean, String, boolean, boolean) - Constructor for class com.sapportals.portal.prt.service.soap.util.TypeDescription
 
TYPES_FILENAME - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
TYPES_NAME_DIR - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
TypeString - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated. ClientType constants ** distinct browser types If you change or add additional browser types, make sure you change TypeString AND add a static final int Value representing the index of that string

U

UNBOUNDED_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
UNDEFINED_TYPE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
UNKNOWN - Static variable in class com.sapportals.portal.prt.component.ClientFamily
Deprecated. the unknown family
UNKNOWN_STYLE - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod
 
UNKNOWN_STYLE_DESC - Static variable in interface com.sapportals.portal.prt.service.soap.webserviceconfig.DescriptionConstants
 
unmarshall(SOAPMessage, ISOAPSecurityManager) - Method in interface com.sapportals.portal.prt.service.soap.security.IPRTSOAPSecuredMessage
 
unmarshall(String, QName, SOAPElement, ISOAPMessageContext) - Method in interface com.sapportals.portal.prt.service.soap.decoding.SOAPDeserializer
method allowing to unmarshalling SOAPElement
unregister(String) - Method in class com.sapportals.portal.prt.service.soap.wsdlImpl.util.ObjectRegistry
 
unregister(String, String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentContext
Deprecated. Do not use anymore
unregisterSOAPServiceProcessor(String) - Method in interface com.sapportals.portal.prt.service.soap.ISOAPService
unregister the specified processor in the list of SOAP Message processor
UnsignedByte - class com.sapportals.portal.prt.service.soap.types.UnsignedByte.
Description : Class that represents Unsigned short datatype by parsing and interpreting a string. unsignedByte is +derived+ from unsignedShort by setting the value of +maxInclusive+ to be 255 (2^8-1) For further information, please see: http://www.w3.org/TR/xmlschema-2/#unsignedByte Project : soap FileName : UnsignedByte.java Copyright : SAP Copyright (c) Company : SAP GBU IP
UnsignedByte(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.UnsignedByte
 
UnsignedByte2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
UnsignedInt - class com.sapportals.portal.prt.service.soap.types.UnsignedInt.
Description : Class that represents UnsignedInt datatype by parsing and interpreting a string. unsignedInt is +derived+ from unsignedLong by setting the value of +maxInclusive+ to be 4294967295. (
UnsignedInt(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.UnsignedInt
 
UnsignedInt2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
UnsignedLong - class com.sapportals.portal.prt.service.soap.types.UnsignedLong.
Description : Class that represents a Unsigned Long datatype by parsing and interpreting a string.
UnsignedLong(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.UnsignedLong
 
UnsignedLong2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
UnsignedShort - class com.sapportals.portal.prt.service.soap.types.UnsignedShort.
Description : Class that represents UnsignedShort datatype by parsing and interpreting a string. unsignedShort is +derived+ from unsignedInt by setting the value of +maxInclusive+ to be 65535 (i.e 2^16-1) Project : soap FileName : UnsignedShort.java Copyright : SAP Copyright (c) Company : SAP GBU IP
UnsignedShort(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.UnsignedShort
 
UnsignedShort2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
UP - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
updateFaultMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFaultSerializator
 
updateFaultMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFaultInternalError
 
updateFaultMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFaultFromSOAPMessage
 
updateFaultMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFaultDataEnconding
 
updateFaultMessage() - Method in interface com.sapportals.portal.prt.service.soap.exception.IPRTFault
update the fault message
updateFaultMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFaultSecurity
 
updateFaultMessage() - Method in class com.sapportals.portal.prt.service.soap.exception.PRTFaultEnvelopeVersion
 
UpdateLineColumn(char) - Method in class com.sapportals.portal.prt.util.html.parser.SimpleCharStream
 
URI_CURRENT_SOAP_FAULT - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_CURRENT_WSDL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_CURRENT_WSDL_SOAP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_CURRENT_WSDL_USE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_HTTP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_MIME - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_WSDL - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URI_WSDL_SOAP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URIS_WSDL_SOAP - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URL - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
URL - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
URL_PARAMETER_STYLE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
URL_SIZE - Static variable in class com.sapportals.portal.prt.util.StringUtils
 
URL_STRING - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
urlEncode(String) - Static method in class com.sapportals.portal.prt.util.StringUtils
A trivial replacement of URLEncoder.encode
urlEncode(String, char[]) - Static method in class com.sapportals.portal.prt.util.StringUtils
This is an extended version of the URLEncoder.encode method.
urlEncodeShared(String, char[]) - Static method in class com.sapportals.portal.prt.util.StringUtils
This is an extended version of the URLEncoder.encode method.
URN_WEB_PRTSERVICE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
USER - Static variable in class com.sapportals.portal.prt.component.CachingLevel
Means that the cache is proper to the user
USERMANAGEMENT_INFOLOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
USERMANAGEMENT_INFOLOGGER is same log as USERMANAGEMENT_LOGGER, but logs all INFO messages independent of the setting of USERMANAGEMENT_LOGGER
USERMANAGEMENT_LOGGER - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
USERMANAGEMENT_LOGGER is used to log messages from the usermanagement.
USERNAME - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 

V

validateNormalizedStringRepresentation(String) - Static method in class com.sapportals.portal.prt.service.soap.types.NormalizedString
validates the lexical representation of s : illegal characters are "carriage return", "Line feed" nor "tab", see http://www.w3.org/2001/05/xmlschema-errata#Errata2
validatePoolObject(Object) - Method in class com.sapportals.portal.prt.util.AbstractPool
Method called to validate an object that has been put back in the pool
validatePoolObject(Object) - Method in class com.sapportals.portal.prt.util.StringBufferPool
 
validateTokenRepresentation(String) - Static method in class com.sapportals.portal.prt.service.soap.types.Token
validates the lexical representation of s : illegal characters are "line feed", "tab", leading or trailing spaces, internal sequence of two or more spaces.
value - Variable in class com.sapportals.portal.prt.util.html.parser.HtmlDocument.Attribute
 
VALUE_ATTR - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
verifyCert(Base64) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
verifySign(Base64) - Method in interface com.sapportals.portal.prt.service.soap.security.ISOAPSecurityManager
 
visit(HtmlDocument.Annotation) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.Annotation) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
visit(HtmlDocument.Comment) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.Comment) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.Comment) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
visit(HtmlDocument.ElementSequence) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.ElementSequence) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.EndTag) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.EndTag) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.EndTag) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
visit(HtmlDocument.Newline) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.Newline) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.Newline) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
visit(HtmlDocument.Tag) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.Tag) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.Tag) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
visit(HtmlDocument.TagBlock) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.TagBlock) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.Text) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
visit(HtmlDocument.Text) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlStructurizer
 
visit(HtmlDocument.Text) - Method in class com.sapportals.portal.prt.util.html.parser.HtmlDumper
 
visit(HtmlDocument) - Method in class com.sapportals.portal.prt.util.html.parser.ParserVisitor
 
VOID_VALUE - Static variable in interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants
 
void2001QName - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 

W

WAP_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
WARNING - Static variable in class com.sapportals.portal.prt.logger.Level
 
WARNING_ID - Static variable in class com.sapportals.portal.prt.logger.Level
WARNING is a message level indicating a potential problem.
warning(Object, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a warning message.
warning(Object, Throwable, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a warning message.
warning(String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a warning message.
warning(Throwable, String) - Method in interface com.sapportals.portal.prt.logger.ILogger
Logs a warning message.
WEB_ENABLE_PROPERTIE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
WEB_PROXY_PROPERTIE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
WEB_SECURITY - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
WHITESPACE - Static variable in interface com.sapportals.portal.prt.util.html.parser.HtmlParserConstants
 
WIN_PLATFORM - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
WML - Static variable in class com.sapportals.portal.prt.component.PortalComponentContentType
 
WML - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
WML - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
WML_STRING - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
write(char[]) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
write(char[], int, int) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
write(int) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
write(String) - Method in interface com.sapportals.portal.prt.component.IPortalComponentResponse
Adds a String in this response.
write(String) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
write(String, int, int) - Method in class com.sapportals.portal.prt.util.SmartStringWriter
 
writeInfo(Object, String) - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
write information in the logger
writeInfo(Object, String, Exception) - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
write information in the logger
writeInfo(Object, String, SOAPMessage) - Method in interface com.sapportals.portal.prt.service.soap.log.ISOAPLogger
write information in the logger
writePartType(Class) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
writeSchema(ITypes) - Method in interface com.sapportals.portal.prt.service.soap.encoding.SOAPSerializer
 
writeSchema(ITypes) - Static method in class com.sapportals.portal.prt.service.soap.exception.PRTFault
 
writeSchemaElement(QName, Element) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
writeType(Class, boolean) - Method in interface com.sapportals.portal.prt.service.soap.wsdl.ITypes
 
WSDL_NAME_PROPERTIE - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
WSDLConstants - interface com.sapportals.portal.prt.service.soap.wsdl.WSDLConstants.
 

X

XML - Static variable in class com.sapportals.portal.prt.component.PortalComponentContentType
 
XML - Static variable in class com.sapportals.portal.prt.component.ClientType
Deprecated.  
XML - Static variable in interface com.sapportals.portal.prt.resource.IResource
The XML resource type Default scope: private
Default extension: .xml
XML - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
XML_DSIG - Static variable in interface com.sapportals.portal.prt.service.soap.ISOAPParamConstants
 
XML_STRING - Static variable in interface com.sapportals.portal.prt.runtime.IPortalConstants
 
XMLAttributeHandler - class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler.
 
XMLAttributeHandler() - Constructor for class com.sapportals.portal.prt.service.soap.util.XMLAttributeHandler
 
XMLData - class com.sapportals.portal.prt.service.soap.types.XMLData.
Title : SAP Entreprise Portal EP6.0
Description: Type which allows to wrap a XML data (from a string , normalized string or a DOM element)
Project : soap
FileName : XMLData.java
Copyright : SAP Copyright (c) 2003
Company : SAP GBU IP
XMLData() - Constructor for class com.sapportals.portal.prt.service.soap.types.XMLData
Creates a new XMLData object empty
XMLData(Element) - Constructor for class com.sapportals.portal.prt.service.soap.types.XMLData
Creates a new XMLData object from a DOM Element.
XMLData(NormalizedString) - Constructor for class com.sapportals.portal.prt.service.soap.types.XMLData
Creates a new XMLData object from a normalized string.
XMLData(String) - Constructor for class com.sapportals.portal.prt.service.soap.types.XMLData
Creates a new XMLData object from a string.
XMLValueEncoder - class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder.
 
XMLValueEncoder() - Constructor for class com.sapportals.portal.prt.service.soap.util.XMLValueEncoder
 
XMLValueExtractor - class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor.
 
XMLValueExtractor() - Constructor for class com.sapportals.portal.prt.service.soap.util.XMLValueExtractor
 
XPathUtils - class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.XPathUtils.
A XPathUtils ...
XPathUtils() - Constructor for class com.sapportals.portal.prt.service.soap.wsdlImpl.util.xml.XPathUtils
 

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