Serialized Form


Package org.esupportail.commons.exceptions

Class org.esupportail.commons.exceptions.ConfigException extends EsupException implements Serializable

serialVersionUID: -5889410845815066871L

Class org.esupportail.commons.exceptions.DownloadException extends EsupException implements Serializable

serialVersionUID: 7165963791514558078L

Class org.esupportail.commons.exceptions.EsupException extends java.lang.RuntimeException implements Serializable

Class org.esupportail.commons.exceptions.ExceptionHandlingException extends EsupException implements Serializable

serialVersionUID: -1699726383757728261L

Class org.esupportail.commons.exceptions.ObjectNotFoundException extends EsupException implements Serializable

Class org.esupportail.commons.exceptions.UserNotFoundException extends ObjectNotFoundException implements Serializable

serialVersionUID: 792347220128301517L

Class org.esupportail.commons.exceptions.WebFlowException extends EsupException implements Serializable

serialVersionUID: -563780404193019787L


Package org.esupportail.commons.services.application

Class org.esupportail.commons.services.application.VersionException extends EsupException implements Serializable

serialVersionUID: 8458207243695689742L


Package org.esupportail.commons.services.i18n

Class org.esupportail.commons.services.i18n.BundleMap extends java.util.HashMap<java.lang.String,java.lang.String> implements Serializable

serialVersionUID: 4329416691636820025L

Serialized Fields

logger

Logger logger
A logger.


locale

java.util.Locale locale
The locale (used for error messages only).


Package org.esupportail.commons.services.ldap

Class org.esupportail.commons.services.ldap.LdapBadFilterException extends LdapException implements Serializable

serialVersionUID: 5173114646165430729L

Class org.esupportail.commons.services.ldap.LdapConnectionException extends LdapException implements Serializable

serialVersionUID: -3012880829290566236L

Class org.esupportail.commons.services.ldap.LdapException extends EsupException implements Serializable

Class org.esupportail.commons.services.ldap.LdapMiscException extends LdapException implements Serializable

serialVersionUID: -5988861755477211527L

Class org.esupportail.commons.services.ldap.LdapUserImpl extends java.lang.Object implements Serializable

serialVersionUID: 4141419851049182209L

Serialized Fields

id

java.lang.String id
The identifier of the LDAP user.


attributes

java.util.Map<K,V> attributes
The attributes of the LDAP user.


Package org.esupportail.commons.services.smtp

Class org.esupportail.commons.services.smtp.SmtpException extends EsupException implements Serializable

serialVersionUID: 9093603917198471034L


Package org.esupportail.commons.web.portlet

Class org.esupportail.commons.web.portlet.PortletServlet extends org.apache.pluto.core.PortletServlet implements Serializable

serialVersionUID: -6996302907379712531L

Serialized Fields

logger

Logger logger
A logger.


Package org.esupportail.commons.web.servlet

Class org.esupportail.commons.web.servlet.DownloadServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -7231367075834134378L

Class org.esupportail.commons.web.servlet.FacesServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 6668301918264753450L

Serialized Fields

logger

Logger logger
A logger.


facesContextFactory

javax.faces.context.FacesContextFactory facesContextFactory
The context factory.


lifecycle

javax.faces.lifecycle.Lifecycle lifecycle
The lifecycle.


redirectorName

java.lang.String redirectorName
The name of the redirector.


defaultView

java.lang.String defaultView
The default view.


Package org.esupportail.commons.web.tags

Class org.esupportail.commons.web.tags.TagException extends EsupException implements Serializable

serialVersionUID: 3760920420101524420L


Package org.esupportail.lecture.domain.model

Class org.esupportail.lecture.domain.model.Category extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
Name of the category


description

java.lang.String description
Description of the category


profileId

java.lang.String profileId
Id of the categoryProfil


sourceProfilesHash

java.util.Hashtable<K,V> sourceProfilesHash
SourcesProfiles contained by this Category

Class org.esupportail.lecture.domain.model.GlobalSource extends Source implements Serializable

Class org.esupportail.lecture.domain.model.ManagedCategory extends Category implements Serializable

Serialized Fields

visibility

VisibilitySets visibility
Visibility sets of this category (if defined) Using depends on trustCategory parameter in ManagedCategoryProfile corresponding

Class org.esupportail.lecture.domain.model.SingleSource extends Source implements Serializable

Class org.esupportail.lecture.domain.model.Source extends java.lang.Object implements Serializable

Serialized Fields

xmlStream

java.lang.String xmlStream
xmlStream (XML content) of the source


URL

java.lang.String URL
URL of the source (also used by xslt mapping to find ItemXpath and Xslt File)


profileId

int profileId
profile Id of the source


dtd

java.lang.String dtd
Opitionnal : DTD of the source (one of these parameter is required : xmlns, xmlType, dtd,rootElement)


xmlType

java.lang.String xmlType
Optionnal : xmlType of the source (one of these parameter is required : xmlns, xmlType, dtd,rootElement)


xmlns

java.lang.String xmlns
Optionnal : xmlns of the source (one of these parameter is required : xmlns, xmlType, dtd,rootElement)


rootElement

java.lang.String rootElement
Optionnal : rootElement of the xmlStream (one of these parameter is required : xmlns, xmlType, dtd,rootElement)


xsltURL

java.lang.String xsltURL
URL of the xslt file to display xml content


itemXPath

java.lang.String itemXPath
Xpath to access item in the XML source file correspoding to this source profile


isXsltComputed

boolean isXsltComputed
flag used to know if computeXslt() used one time or not


isItemComputed

boolean isItemComputed
flag used to know if computeItems() used one time or not


XPathNameSpaces

java.util.HashMap<K,V> XPathNameSpaces
Map of namespaces used by Xpath (key: NamesSpace prefix; value: NamaSpace URI)


Items

java.util.List<E> Items
Items List of this source


Package org.esupportail.lecture.exceptions

Class org.esupportail.lecture.exceptions.ErrorExceptionAVirer extends java.lang.RuntimeException implements Serializable


Package org.esupportail.lecture.exceptions.dao

Class org.esupportail.lecture.exceptions.dao.DaoServiceException extends java.lang.Exception implements Serializable

Class org.esupportail.lecture.exceptions.dao.InfoDaoException extends DaoServiceException implements Serializable

Class org.esupportail.lecture.exceptions.dao.InternalDaoException extends DaoServiceException implements Serializable

Class org.esupportail.lecture.exceptions.dao.MalformedURLException extends InfoDaoException implements Serializable

Class org.esupportail.lecture.exceptions.dao.PrivateException extends java.lang.Exception implements Serializable

Class org.esupportail.lecture.exceptions.dao.TimeoutException extends InfoDaoException implements Serializable

Class org.esupportail.lecture.exceptions.dao.XMLParseException extends InfoDaoException implements Serializable


Package org.esupportail.lecture.exceptions.domain

Class org.esupportail.lecture.exceptions.domain.CategoryNotLoadedException extends ElementNotLoadedException implements Serializable

Class org.esupportail.lecture.exceptions.domain.CategoryNotVisibleException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.CategoryProfileNotFoundException extends ElementNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ChannelConfigException extends XMLFileException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ComputeFeaturesException extends PrivateException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ComputeItemsException extends PrivateException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ContextNotFoundException extends ElementNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.CustomCategoryNotFoundException extends CustomElementNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.CustomContextNotFoundException extends CustomElementNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.CustomElementNotFoundException extends PrivateException implements Serializable

Class org.esupportail.lecture.exceptions.domain.CustomSourceNotFoundException extends CustomElementNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.DomainServiceException extends java.lang.Exception implements Serializable

Class org.esupportail.lecture.exceptions.domain.ElementNotFoundException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ElementNotLoadedException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ExternalServiceException extends java.lang.Exception implements Serializable

Class org.esupportail.lecture.exceptions.domain.FatalException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.InfoDomainException extends DomainServiceException implements Serializable

Class org.esupportail.lecture.exceptions.domain.InfoExternalException extends ExternalServiceException implements Serializable

Class org.esupportail.lecture.exceptions.domain.InternalDomainException extends DomainServiceException implements Serializable

Class org.esupportail.lecture.exceptions.domain.InternalExternalException extends ExternalServiceException implements Serializable

Class org.esupportail.lecture.exceptions.domain.ManagedCategoryProfileNotFoundException extends CategoryProfileNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.MappingFileException extends XMLFileException implements Serializable

Class org.esupportail.lecture.exceptions.domain.MappingNotFoundException extends PrivateException implements Serializable

Class org.esupportail.lecture.exceptions.domain.MissingPtCasException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.NoExternalValueException extends InternalExternalException implements Serializable

Class org.esupportail.lecture.exceptions.domain.PrivateException extends java.lang.Exception implements Serializable

Class org.esupportail.lecture.exceptions.domain.SourceNotLoadedException extends ElementNotLoadedException implements Serializable

Class org.esupportail.lecture.exceptions.domain.SourceNotVisibleException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.SourceObligedException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.SourceProfileNotFoundException extends ElementNotFoundException implements Serializable

Class org.esupportail.lecture.exceptions.domain.TreeSizeErrorException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.UnknownException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.UserNotSubscribedToCategoryException extends InfoDomainException implements Serializable

Class org.esupportail.lecture.exceptions.domain.VisibilityNotFoundException extends PrivateException implements Serializable

Class org.esupportail.lecture.exceptions.domain.Xml2HtmlException extends PrivateException implements Serializable

Class org.esupportail.lecture.exceptions.domain.XMLFileException extends PrivateException implements Serializable


Package org.esupportail.lecture.exceptions.web

Class org.esupportail.lecture.exceptions.web.PrivateException extends java.lang.Exception implements Serializable

Class org.esupportail.lecture.exceptions.web.WebException extends java.lang.RuntimeException implements Serializable