|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package javax.servlet |
| Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable |
| Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.Object value
| Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable |
| Class javax.servlet.ServletException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable rootCause
| Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.Object value
| Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable |
| Serialized Fields |
ServletRequest request
| Class javax.servlet.UnavailableException extends ServletException implements Serializable |
| Serialized Fields |
Servlet servlet
boolean permanent
int seconds
| Package javax.servlet.http |
| Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable |
| Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable |
| Serialized Fields |
java.lang.String name
java.lang.Object value
| Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable |
| Package javax.servlet.jsp |
| Class javax.servlet.jsp.JspException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable rootCause
| Class javax.servlet.jsp.JspTagException extends JspException implements Serializable |
| Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable |
| Package javax.servlet.jsp.el |
| Class javax.servlet.jsp.el.ELException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable mRootCause
| Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable |
| Package javax.servlet.jsp.tagext |
| Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable |
| Serialized Fields |
BodyContent bodyContent
| Class javax.servlet.jsp.tagext.TagSupport extends java.lang.Object implements Serializable |
| Serialized Fields |
Tag parent
java.util.Hashtable values
java.lang.String id
PageContext pageContext
| Package javax.xml.bind |
| Class javax.xml.bind.JAXBException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.String errorCode
java.lang.Throwable linkedException
| Class javax.xml.bind.MarshalException extends JAXBException implements Serializable |
| Class javax.xml.bind.PropertyException extends JAXBException implements Serializable |
| Class javax.xml.bind.TypeConstraintException extends java.lang.RuntimeException implements Serializable |
| Serialized Fields |
java.lang.String errorCode
java.lang.Throwable linkedException
| Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable |
| Class javax.xml.bind.ValidationException extends JAXBException implements Serializable |
| Package javax.xml.namespace |
| Class javax.xml.namespace.QName extends java.lang.Object implements Serializable |
| Serialized Fields |
java.lang.String namespaceURI
Namespace URI of this QName.
java.lang.String localPart
local part of this QName.
java.lang.String prefix
prefix of this QName.
| Package javax.xml.registry |
| Class javax.xml.registry.DeleteException extends RegistryException implements Serializable |
| Class javax.xml.registry.FindException extends RegistryException implements Serializable |
| Class javax.xml.registry.InvalidRequestException extends JAXRException implements Serializable |
| Class javax.xml.registry.JAXRException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable cause
| Class javax.xml.registry.RegistryException extends JAXRException implements Serializable |
| Serialized Fields |
Key errorObjectKey
| Class javax.xml.registry.SaveException extends RegistryException implements Serializable |
| Class javax.xml.registry.UnexpectedObjectException extends JAXRException implements Serializable |
| Class javax.xml.registry.UnsupportedCapabilityException extends JAXRException implements Serializable |
| Package javax.xml.rpc |
| Class javax.xml.rpc.JAXRPCException extends java.lang.RuntimeException implements Serializable |
| Serialized Fields |
java.lang.Throwable cause
| Class javax.xml.rpc.ServiceException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable cause
| Package javax.xml.rpc.handler |
| Class javax.xml.rpc.handler.HandlerInfo extends java.lang.Object implements Serializable |
| Serialized Fields |
java.lang.Class handlerClass
java.util.Map config
java.util.Vector headers
| Package javax.xml.rpc.soap |
| Class javax.xml.rpc.soap.SOAPFaultException extends java.lang.RuntimeException implements Serializable |
| Serialized Fields |
QName faultcode
java.lang.String faultstring
java.lang.String faultactor
Detail detail
| Package javax.xml.soap |
| Class javax.xml.soap.SOAPException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Throwable cause
| Package javax.faces |
| Class javax.faces.FacesException extends java.lang.RuntimeException implements Serializable |
| Serialized Fields |
java.lang.Throwable cause
The underlying exception that caused this exception.
| Package javax.faces.application |
| Class javax.faces.application.MessageImpl extends java.lang.Object implements Serializable |
| Serialized Fields |
int severity
java.lang.String summary
java.lang.String detail
| Package javax.faces.component |
| Class javax.faces.component.NamingContainerSupport extends java.lang.Object implements Serializable |
| Serialized Fields |
java.util.Map namespace
The map for the namespace of this naming container.
IMPLEMENTATION NOTE - This is lazily allocated, initialized, and populated.
int serialNumber
Serial number used to generate unique client identifiers.
| Class javax.faces.component.SelectItem extends java.lang.Object implements Serializable |
| Serialized Fields |
java.lang.String description
java.lang.String label
java.lang.Object value
| Class javax.faces.component.UICommand extends UIComponentBase implements Serializable |
| Serialized Fields |
java.lang.String action
The literal outcome value.
java.lang.String actionRef
The action reference.
java.lang.String commandName
The command name for this UICommand.
java.util.List[] listeners
Array of Lists of ActionListeners registered
for particular phases. The array, as well as the individual
elements, are lazily instantiated as necessary.
| Class javax.faces.component.UIComponentBase extends java.lang.Object implements Serializable |
| Serialized Fields |
java.util.HashMap attributes
The set of attribute values, keyed by the corresponding attribute name.
IMPLEMENTATION NOTE - The collection for attributes
must be lazily instantiated the first time that it is actually used,
in order to avoid wasted object creations. This can be done by
calling getAttributes().
IMPLEMENTATION NOTE - It is assumed that components can only be modified in the context of a single thread.
java.lang.String clientId
The assigned client identifier for this component.
java.lang.String componentId
The component identifier for this component.
java.lang.String converter
The converter identifier for this component.
UIComponent parent
The parent component for this component.
boolean rendered
The "should this component be rendered" flag.
java.lang.String rendererType
The renderer type for this component.
boolean valid
The valid flag for this component.
java.util.ArrayList children
The set of child UIComponents associated with this
component, in the order specified by how the components were added.
IMPLEMENTATION NOTE - The collection for children must be lazily instantiated the first time that it is actually used, in order to avoid wasted object creations.
IMPLEMENTATION NOTE - It is assumed that components can only be modified in the context of a single thread.
java.util.HashMap facets
The set of facet UIComponents associated with this
component, keyed by facet name.
IMPLEMENTATION NOTE - The collection for facets must be lazily instantiated the first time that it is actually used, in order to avoid wasted object creations.
IMPLEMENTATION NOTE - It is assumed that components can only be modified in the context of a single thread.
java.util.ArrayList validators
The set of Validators associated with this
UIComponent.
| Class javax.faces.component.UIForm extends UIComponentBase implements Serializable |
| Serialized Fields |
java.lang.String formName
The form name for this UIForm.
| Class javax.faces.component.UIGraphic extends UIOutput implements Serializable |
| Class javax.faces.component.UIInput extends UIOutput implements Serializable |
| Serialized Fields |
java.lang.Object previous
The previous value of this UIInput component.
java.util.List[] listeners
Array of Lists of ValueChangedListeners registered
for particular phases. The array, as well as the individual
elements, are lazily instantiated as necessary.
| Class javax.faces.component.UINamingContainer extends UIComponentBase implements Serializable |
| Serialized Fields |
NamingContainer namespace
The NamingContainer implementation that we delegate to
| Class javax.faces.component.UIOutput extends UIComponentBase implements Serializable |
| Serialized Fields |
java.lang.Object value
The local value of this UIInput component.
java.lang.String valueRef
The value reference expression for this UIInput component.
| Class javax.faces.component.UIPanel extends UIOutput implements Serializable |
| Class javax.faces.component.UIParameter extends UIOutput implements Serializable |
| Class javax.faces.component.UISelectBoolean extends UIInput implements Serializable |
| Class javax.faces.component.UISelectItem extends UIOutput implements Serializable |
| Serialized Fields |
java.lang.String itemDescription
The description for this selection item.
java.lang.String itemLabel
The localized label for this selection item.
java.lang.String itemValue
The server value for this selection item.
| Class javax.faces.component.UISelectItems extends UIOutput implements Serializable |
| Class javax.faces.component.UISelectMany extends javax.faces.component.UISelectBase implements Serializable |
| Class javax.faces.component.UISelectOne extends javax.faces.component.UISelectBase implements Serializable |
| Package javax.faces.convert |
| Class javax.faces.convert.ConverterException extends FacesException implements Serializable |
| Package javax.faces.el |
| Class javax.faces.el.EvaluationException extends FacesException implements Serializable |
| Class javax.faces.el.PropertyNotFoundException extends EvaluationException implements Serializable |
| Class javax.faces.el.ReferenceSyntaxException extends EvaluationException implements Serializable |
| Package javax.faces.event |
| Class javax.faces.event.AbortProcessingException extends FacesException implements Serializable |
| Class javax.faces.event.ActionEvent extends FacesEvent implements Serializable |
| Serialized Fields |
java.lang.String actionCommand
The string identifying the command that was activated.
| Class javax.faces.event.FacesEvent extends java.util.EventObject implements Serializable |
| Class javax.faces.event.ValueChangedEvent extends FacesEvent implements Serializable |
| Serialized Fields |
java.lang.Object oldValue
The previous local value of the source UIComponent.
java.lang.Object newValue
The current local value of the source UIComponent.
| Package javax.faces.tree |
| Class javax.faces.tree.Tree extends java.lang.Object implements Serializable |
| Package javax.faces.validator |
| Class javax.faces.validator.DoubleRangeValidator extends javax.faces.validator.ValidatorBase implements Serializable |
| Serialized Fields |
double maximum
The maximum value to be enforced by this Validator, if
maximumSet is true.
boolean maximumSet
Flag indicating whether a maximum limit has been set.
double minimum
The minimum value to be enforced by this Validator, if
minimumSet is true.
boolean minimumSet
Flag indicating whether a minimum limit has been set.
| Class javax.faces.validator.LengthValidator extends javax.faces.validator.ValidatorBase implements Serializable |
| Serialized Fields |
int maximum
The maximum length to be enforced by this Validator, if
maximumSet is true.
boolean maximumSet
Flag indicating whether a maximum length has been set.
int minimum
The minimum length to be enforced by this Validator, if
minimumSet is true.
boolean minimumSet
Flag indicating whether a minimum length has been set.
| Class javax.faces.validator.LongRangeValidator extends javax.faces.validator.ValidatorBase implements Serializable |
| Serialized Fields |
long maximum
The maximum value to be enforced by this Validator, if
maximumSet is true.
boolean maximumSet
Flag indicating whether a maximum limit has been set.
long minimum
The minimum value to be enforced by this Validator, if
minimumSet is true.
boolean minimumSet
Flag indicating whether a minimum limit has been set.
| Class javax.faces.validator.RequiredValidator extends javax.faces.validator.ValidatorBase implements Serializable |
| Class javax.faces.validator.StringRangeValidator extends javax.faces.validator.ValidatorBase implements Serializable |
| Serialized Fields |
java.lang.String maximum
The maximum value to be enforced by this Validator, if
maximumSet is true.
boolean maximumSet
Flag indicating whether a maximum limit has been set.
java.lang.String minimum
The minimum value to be enforced by this Validator, if
minimumSet is true.
boolean minimumSet
Flag indicating whether a minimum limit has been set.
| Package javax.faces.webapp |
| Class javax.faces.webapp.AttributeTag extends TagSupport implements Serializable |
| Serialized Fields |
java.lang.String name
The name of the attribute to be created, if not already present.
java.lang.String value
The value to be associated with this attribute, if it is created.
| Class javax.faces.webapp.FacetTag extends TagSupport implements Serializable |
| Serialized Fields |
int children
The number of child component tags that have been nested inside this tag.
java.lang.String name
UIComponentTag child in our UIComponentTag
parent's facet list.
| Class javax.faces.webapp.ValidatorTag extends TagSupport implements Serializable |
| Serialized Fields |
java.lang.String id
The identifier of the Validator instance to be created.
| Package javax.servlet.jsp.jstl.core |
| Class javax.servlet.jsp.jstl.core.ConditionalTagSupport extends TagSupport implements Serializable |
| Serialized Fields |
boolean result
java.lang.String var
int scope
| Class javax.servlet.jsp.jstl.core.LoopTagSupport extends TagSupport implements Serializable |
| Serialized Fields |
int begin
int end
int step
boolean beginSpecified
boolean endSpecified
boolean stepSpecified
java.lang.String itemId
java.lang.String statusId
LoopTagStatus status
java.lang.Object item
int index
int count
boolean last
| Package javax.xml.parsers |
| Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable |
| Serialized Fields |
java.lang.Exception exception
| Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable |
| Package javax.xml.transform |
| Class javax.xml.transform.TransformerConfigurationException extends TransformerException implements Serializable |
| Class javax.xml.transform.TransformerException extends java.lang.Exception implements Serializable |
| Serialized Fields |
SourceLocator locator
java.lang.Throwable containedException
| Class javax.xml.transform.TransformerFactoryConfigurationError extends java.lang.Error implements Serializable |
| Serialized Fields |
java.lang.Exception exception
| Package org.w3c.dom |
| Class org.w3c.dom.DOMException extends java.lang.RuntimeException implements Serializable |
| Serialized Fields |
short code
| Package org.xml.sax |
| Class org.xml.sax.SAXException extends java.lang.Exception implements Serializable |
| Serialized Fields |
java.lang.Exception exception
| Class org.xml.sax.SAXNotRecognizedException extends SAXException implements Serializable |
| Class org.xml.sax.SAXNotSupportedException extends SAXException implements Serializable |
| Class org.xml.sax.SAXParseException extends SAXException implements Serializable |
| Serialized Fields |
java.lang.String publicId
SAXParseException.getPublicId()java.lang.String systemId
SAXParseException.getSystemId()int lineNumber
SAXParseException.getLineNumber()int columnNumber
SAXParseException.getColumnNumber()
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||