BEA Systems, Inc.

WebLogic Server 6.1 API Reference
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

V

val - Variable in class weblogic.html.TableDataElement
Deprecated.  
VAL_BST - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_CMSI - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_CST - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_LST - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_NIICM - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_NPCD - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_UST - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
VAL_WCGHI - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
valid() - Method in class weblogic.security.Certificate
Return true if certificate has been validated, false otherwise.
Validatable - interface weblogicx.jsp.tags.validators.Validatable.
All validators directly or indirectly should implement the following interface and it is used by Summary to call methods on them.
ValidatableAdapter - class weblogicx.jsp.tags.validators.ValidatableAdapter.
 
ValidatableAdapter() - Constructor for class weblogicx.jsp.tags.validators.ValidatableAdapter
 
ValidatableTagAdapter - class weblogicx.jsp.tags.validators.ValidatableTagAdapter.
 
ValidatableTagAdapter() - Constructor for class weblogicx.jsp.tags.validators.ValidatableTagAdapter
 
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.CustomizableAdapter
users may use this method to validate the value of the parameter in the request for eg: the parameter value must contain NYC or it must not contain XYZ or they may even validate it against the custom expression set optionally.
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.CompareValidator
Its is assumed here that the compare validator compares 2 fields which are listed as comma seperated elements in the fieldToValidate.
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.RegExpValidator
 
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.ValidatableAdapter
abstract class to be implemented
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.RequiredFieldValidator
 
validate(ServletRequest) - Method in interface weblogicx.jsp.tags.validators.Validatable
validate method where all the logic for validation lies.
validate(ServletRequest) - Method in interface weblogicx.jsp.tags.validators.Customizable
users may use this method to validate the string value.
validate(ServletRequest) - Method in class weblogicx.jsp.tags.validators.CustomValidator
 
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.TimeDurationDatatypeValidator
validates a String to be a Lexical representation of a TimeDuration Datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.NOTATIONDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.RecurringDurationDatatypeValidator
validates a String to be a Lexical representation of a recurringduration Datatype.
validate(String, Object) - Method in interface weblogic.apache.xerces.validators.datatype.DatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.QNameDatatypeValidator
validate that a string is a W3C string type
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.ListDatatypeValidator
validate that a string is a W3C string type
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.BinaryDatatypeValidator
validate that a string is a W3C binary type validate returns true or false depending on whether the string content is an instance of the W3C binary datatype
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.DecimalDatatypeValidator
validate that a string matches the decimal datatype validate returns true or false depending on whether the string content is a W3C decimal type.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.DoubleDatatypeValidator
validate that a string matches the real datatype
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.URIReferenceDatatypeValidator
Validates content to conform to a URIReference definition and to conform to the facets allowed for this datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.BooleanDatatypeValidator
validate that a string matches the boolean datatype
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.FloatDatatypeValidator
Validate string content to be a valid float as defined 3.2.3.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.IDREFDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.IDDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.ENTITYDatatypeValidator
Checks that "content" string is valid datatype.
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.StringDatatypeValidator
validate that a string is a W3C string type
validate(String, Object) - Method in class weblogic.apache.xerces.validators.datatype.UnionDatatypeValidator
validate that a string is a W3C string type
validateCertChain(X509Certificate[]) - Method in class weblogic.security.SSL.SSLCertificate
 
validateContent(QName[], int, int) - Method in interface weblogic.apache.xerces.validators.common.XMLContentModel
Check that the specified content is valid according to this content model.
validateContent(QName[], int, int) - Method in class weblogic.apache.xerces.validators.common.SimpleContentModel
Check that the specified content is valid according to this content model.
validateContent(QName[], int, int) - Method in class weblogic.apache.xerces.validators.common.MixedContentModel
Check that the specified content is valid according to this content model.
validateContent(QName[], int, int) - Method in class weblogic.apache.xerces.validators.common.DFAContentModel
Check that the specified content is valid according to this content model.
validateContent(QName[], int, int, boolean, int) - Method in interface weblogic.apache.xerces.validators.common.XMLContentModel
 
validateContent(QName[], int, int, boolean, int) - Method in class weblogic.apache.xerces.validators.common.SimpleContentModel
 
validateContent(QName[], int, int, boolean, int) - Method in class weblogic.apache.xerces.validators.common.MixedContentModel
 
validateContent(QName[], int, int, boolean, int) - Method in class weblogic.apache.xerces.validators.common.DFAContentModel
 
validateContentSpecial(QName[], int, int) - Method in interface weblogic.apache.xerces.validators.common.XMLContentModel
This method is different from "validateContent" in that it will try to use the SubstitutionGroupComparator to match children against the content model.
validateContentSpecial(QName[], int, int) - Method in class weblogic.apache.xerces.validators.common.SimpleContentModel
 
validateContentSpecial(QName[], int, int) - Method in class weblogic.apache.xerces.validators.common.MixedContentModel
 
validateContentSpecial(QName[], int, int) - Method in class weblogic.apache.xerces.validators.common.DFAContentModel
 
validated - Variable in class weblogic.security.Certificate
True if certificate is valid, false otherwise.
validateNodeName(String) - Method in class weblogic.apache.xalan.templates.ElemElement
Validate that the node name is good.
validateNodeName(String) - Method in class weblogic.apache.xalan.templates.ElemAttribute
Validate that the node name is good.
validEncName(String) - Static method in class weblogic.apache.xerces.utils.XMLCharacterProperties
Check to see if a string is a valid encoding name according to [81] in the XML 1.0 Recommendation
validName(String) - Static method in class weblogic.apache.xerces.utils.XMLCharacterProperties
Check to see if a string is a valid Name according to [5] in the XML 1.0 Recommendation
validNCName(String) - Static method in class weblogic.apache.xerces.utils.XMLCharacterProperties
Check to see if a string is a valid NCName according to [5] from the XML Namespaces 1.0 Recommendation
validNmtoken(String) - Static method in class weblogic.apache.xerces.utils.XMLCharacterProperties
Check to see if a string is a valid Nmtoken according to [7] in the XML 1.0 Recommendation
validPublicId(String) - Static method in class weblogic.apache.xerces.utils.XMLCharacterProperties
Check to see if a string is a valid public identifier according to [13] in the XML 1.0 Recommendation
validVersionNum(String) - Static method in class weblogic.apache.xerces.utils.XMLCharacterProperties
Check to see if a string is a valid version string according to [26] in the XML 1.0 Recommendation
VALONENTRY - Static variable in class weblogic.wtc.jatmi.Usysflds
number: 19 type: string
VALONENTRY - Static variable in class weblogic.wtc.jatmi.Usysfl32
number: 19 type: string
value - Variable in class weblogic.apache.xerces.dom.AttrImpl
This can either be a String or the first child node.
value - Variable in class weblogic.apache.xerces.framework.XMLContentSpec
The "left hand" value of the content spec node.
value - Variable in class weblogic.apache.xerces.validators.common.XMLValidator.OrderedHashtable.Entry
Value.
Value - class weblogic.db.jdbc.Value.
Value objects correspond to the attributes of a Record object.
Value(ResultSet, int, int) - Constructor for class weblogic.db.jdbc.Value
 
valueIsClean(int) - Method in class weblogic.db.jdbc.Record
Determines whether a Value at a particular index in a Record needs to be saved to the database.
ValueNotInteger - Static variable in class weblogic.apache.xerces.validators.schema.SchemaMessageProvider
 
valueOfReferenceInAttValue(int) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
values - Variable in class weblogic.db.jdbc.Record
 
values() - Method in class weblogic.security.UserConfigFileManager
 
ValueStore - interface weblogic.apache.xerces.validators.schema.identity.ValueStore.
Interface for storing values associated to an identity constraint.
Variable - class weblogic.apache.xpath.operations.Variable.
The variable reference expression executer.
Variable() - Constructor for class weblogic.apache.xpath.operations.Variable
 
variable(int) - Method in class weblogic.apache.xpath.compiler.Compiler
Compile a variable reference.
VariableElement - class weblogic.html.VariableElement.
Deprecated.  
VariableElement() - Constructor for class weblogic.html.VariableElement
Deprecated. Constructs a VariableElement.
VariableElement(HtmlElement) - Constructor for class weblogic.html.VariableElement
Deprecated. Constructs a VariableElement with the specified HtmlElement.
VariableElement(String) - Constructor for class weblogic.html.VariableElement
Deprecated. Constructs a VariableElement with the specified string.
VariableStack - class weblogic.apache.xpath.VariableStack.
Defines a class to keep track of a stack for template arguments and variables.
VariableStack() - Constructor for class weblogic.apache.xpath.VariableStack
Constructor for a variable stack.
VC_ATTRIBUTE_DEFAULT_LEGAL - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ATTRIBUTE_VALUE_TYPE - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ELEMENT_VALID - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ENTITY_DECLARED - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ENTITY_NAME - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ENUMERATION - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_FIXED_ATTRIBUTE_DEFAULT - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ID - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ID_ATTRIBUTE_DEFAULT - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_IDREF - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_NAME_TOKEN - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_NO_DUPLICATE_TYPES - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_NOTATION_ATTRIBUTES - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_NOTATION_DECLARED - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ONE_ID_PER_ELEMENT_TYPE - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ONE_NOTATION_PER_ELEMENT_TYPE - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_PROPER_DECLARATION_PE_NESTING - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_PROPER_GROUP_PE_NESTING - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_REQUIRED_ATTRIBUTE - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_ROOT_ELEMENT_TYPE - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_STANDALONE_DOCUMENT_DECLARATION - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
VC_UNIQUE_ELEMENT_TYPE_DECLARATION - Static variable in class weblogic.apache.xerces.utils.XMLMessages
 
vcharType - Static variable in class weblogic.jdbc.informix4.Statement
 
VECTOR - Static variable in class weblogic.common.ParamTypes
Constant for a vector.
verbose - Variable in class weblogic.apache.xerces.domx.XGrammarWriter
Verbose.
verbose - Static variable in class weblogic.html.FormServlet
Deprecated.  
VERBOSE - Static variable in class weblogic.soap.http.SoapContext
Specifies whether to output verbose messages
verify() - Method in class weblogic.security.Certificate
Verify the certificate.
verify() - Method in class weblogic.security.X509
 
verify() - Method in class weblogic.security.SSL.SSLCertificate
Verify certificate chain by walking to the root.
verify(byte[], byte[], byte[], byte[]) - Static method in class weblogic.security.HMAC
 
verify(InetAddress, X509) - Method in interface weblogic.security.SSL.HostnameVerifier
Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verify(InetAddress, X509) - Static method in class weblogic.security.SSL.HostnameVerification
Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verify(String, String) - Method in interface weblogic.security.SSL.HostnameVerifier
Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verify(String, String) - Static method in class weblogic.security.SSL.HostnameVerification
Verify that the hostname from the URL is an acceptable match with the value from the common name entry in the server certificate's distinguished name.
verifyCAExtensions(X509Certificate, int) - Method in class weblogic.security.SSL.SSLCertificate
 
verifyDate() - Method in class weblogic.security.X509
 
verifyEndEntity(X509Certificate) - Method in class weblogic.security.SSL.SSLCertificate
 
verifySelfSignedCert(X509Certificate, int) - Method in class weblogic.security.SSL.SSLCertificate
 
verifySignature() - Method in class weblogic.security.X509
 
version - class weblogic.jdbc.informix4.version.
 
version - class weblogic.jdbc.oci.version.
 
version - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Experimental DOM Level 3 feature: Document version
version - Variable in class weblogic.apache.xerces.dom.EntityImpl
Version
Version - class weblogic.apache.xerces.framework.Version.
This class defines the version number of the parser.
VERSION - Static variable in class weblogic.apache.xalan.processor.XSLProcessorVersion
Major version number.
VERSION - Static variable in class weblogic.i18n.Localizer
key to locate catalog version
version() - Method in interface weblogic.common.AdminServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
version() - Constructor for class weblogic.jdbc.informix4.version
 
version() - Constructor for class weblogic.jdbc.oci.version
 
Version() - Constructor for class weblogic.apache.xerces.framework.Version
 
vertical - Static variable in class weblogic.html.SpacerType
Deprecated. Constant for vertical.
videoMpeg - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "video/mpeg".
videoQuicktime - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "video/quicktime".
violet - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
virtual - Static variable in class weblogic.html.WrapType
Deprecated. Sets wrap to virtual (i.e., no newlines inserted).
VirtualHostMBean - interface weblogic.management.configuration.VirtualHostMBean.
This bean represents the configuration of virtual web server within a weblogic server.
vLinkColor - Static variable in class weblogic.html.BodyElement
Deprecated. Constant for VLINK tag in BODY element.
vsides - Static variable in class weblogic.html.FrameType
Deprecated. Renders the left and right sides of the frame.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.