Serialized Form


Package info.magnolia.api

Class info.magnolia.api.MgnlException extends MgnlException implements Serializable


Package info.magnolia.audit

Class info.magnolia.audit.LoggingLevel extends org.apache.log4j.Level implements Serializable


Package info.magnolia.cms.beans.config

Class info.magnolia.cms.beans.config.ConfigurationException extends RuntimeException implements Serializable


Package info.magnolia.cms.beans.runtime

Class info.magnolia.cms.beans.runtime.Document extends Object implements Serializable

Serialized Fields

atomName

String atomName
request parameter name.


fileName

String fileName
File name, without extension.


extension

String extension
File extension.


type

String type
Mime type.


file

File file
Underlying file.


Package info.magnolia.cms.core

Class info.magnolia.cms.core.DefaultHierarchyManager extends Object implements Serializable

Serialization Overview
Deprecated. 
instead of defining each field transient, we explicitly says what needs to be serialized.

Serialized Fields

Class info.magnolia.cms.core.ItemType extends Object implements Serializable

Serialized Fields

systemName

String systemName
Deprecated. 
Node name.


Package info.magnolia.cms.exchange

Class info.magnolia.cms.exchange.ExchangeException extends MgnlException implements Serializable


Package info.magnolia.cms.i18n

Class info.magnolia.cms.i18n.DefaultMessagesImpl extends AbstractMessagesImpl implements Serializable


Package info.magnolia.cms.security

Class info.magnolia.cms.security.AbstractUser extends Object implements Serializable

Class info.magnolia.cms.security.AccessDeniedException extends javax.jcr.AccessDeniedException implements Serializable

Class info.magnolia.cms.security.AccessManagerImpl extends Object implements Serializable

Serialized Fields

userPermissions

List<E> userPermissions

Class info.magnolia.cms.security.ACLImpl extends Object implements Serializable

Serialized Fields

permissions

List<E> permissions

name

String name

Class info.magnolia.cms.security.DummyUser extends AbstractUser implements Serializable

Class info.magnolia.cms.security.ExternalUser extends AbstractUser implements Serializable

Serialized Fields

userDetails

Entity userDetails
User properties.


properties

Map<K,V> properties
User properties.


roleList

RoleList roleList
User roles.


groupList

GroupList groupList
User groups.

Class info.magnolia.cms.security.MgnlGroup extends Object implements Serializable

Serialized Fields

name

String name

groups

Collection<E> groups

roles

Collection<E> roles

id

String id

Class info.magnolia.cms.security.MgnlRole extends Object implements Serializable

Serialized Fields

roleName

String roleName

roleId

String roleId

acls

Collection<E> acls

Class info.magnolia.cms.security.MgnlUser extends AbstractUser implements Serializable

Serialized Fields

properties

Map<K,V> properties

groups

Collection<E> groups

roles

Collection<E> roles

name

String name

language

String language

encodedPassword

String encodedPassword

enabled

boolean enabled

path

String path

uuid

String uuid

realm

String realm

Class info.magnolia.cms.security.PermissionImpl extends Object implements Serializable

Serialized Fields

pattern

UrlPattern pattern

permissions

long permissions

Class info.magnolia.cms.security.PrincipalNotFoundException extends Exception implements Serializable

Class info.magnolia.cms.security.Realm.RealmImpl extends Object implements Serializable

Serialized Fields

name

String name

Class info.magnolia.cms.security.RescueSecuritySupport.RescueUser extends Object implements Serializable

Serialized Fields

name

String name

password

String password

groups

Collection<E> groups

roles

Collection<E> roles

Package info.magnolia.cms.security.auth

Class info.magnolia.cms.security.auth.PrincipalCollectionImpl extends Object implements Serializable

Serialized Fields

collection

Collection<E> collection
Collection of principal objects.


name

String name

Package info.magnolia.cms.servlets

Class info.magnolia.cms.servlets.ClasspathSpool extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

resourcesRoot

String resourcesRoot

multipleFilePathsCache

Map<K,V> multipleFilePathsCache

Class info.magnolia.cms.servlets.MVCServlet extends javax.servlet.http.HttpServlet implements Serializable


Package info.magnolia.cms.util

Class info.magnolia.cms.util.LazyContentWrapper extends ContentWrapper implements Serializable

Serialized Fields

repository

String repository

uuid

String uuid

Class info.magnolia.cms.util.LazyNodeDataWrapper extends NodeDataWrapper implements Serializable

Serialized Fields

repository

String repository

path

String path

Class info.magnolia.cms.util.OrderedProperties extends Properties implements Serializable

Serialized Fields

map

LinkedHashMap<K,V> map

Class info.magnolia.cms.util.Rule extends Object implements Serializable

serialVersionUID: 222L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

allowedTypes

Set<E> allowedTypes
List of node types allowed.


reverse

boolean reverse
reverse rule.


REVERSE_LABEL

String REVERSE_LABEL

Class info.magnolia.cms.util.SimpleUrlPattern extends Object implements Serializable

Serialized Fields

pattern

Pattern pattern
Regexp pattern used in match().


length

int length
Pattern length. Longer patterns have higher priority.


patternString

String patternString
internal pattern string.

Class info.magnolia.cms.util.SystemContentWrapper extends LazyContentWrapper implements Serializable

Class info.magnolia.cms.util.SystemNodeDataWrapper extends LazyNodeDataWrapper implements Serializable

Class info.magnolia.cms.util.UrlPattern.MatchAllPattern extends Object implements Serializable


Package info.magnolia.content2bean

Class info.magnolia.content2bean.Content2BeanException extends MgnlException implements Serializable


Package info.magnolia.context

Class info.magnolia.context.AbstractContext extends Object implements Serializable

Serialized Fields

locale

Locale locale
The locale for this context.


attributeStrategy

AttributeStrategy attributeStrategy

repositoryStrategy

JCRSessionStrategy repositoryStrategy

Class info.magnolia.context.AbstractMapBasedContext extends AbstractContext implements Serializable

Serialized Fields

map

Map<K,V> map
The map containing the values.

Class info.magnolia.context.AbstractSystemContext extends AbstractContext implements Serializable

Class info.magnolia.context.ContextDecorator extends AbstractContext implements Serializable

Serialized Fields

ctx

Context ctx

Class info.magnolia.context.JCRSessionPerThreadSystemContext extends AbstractSystemContext implements Serializable

Class info.magnolia.context.SimpleContext extends AbstractMapBasedContext implements Serializable

Serialized Fields

ctx

Context ctx
The context used to get hierarchy managers or similar.

Class info.magnolia.context.SingleJCRSessionSystemContext extends AbstractSystemContext implements Serializable

Class info.magnolia.context.UserContextImpl extends AbstractContext implements Serializable

Serialized Fields

user

User user

subject

Subject subject

Class info.magnolia.context.WebContextFactoryImpl extends Object implements Serializable

Class info.magnolia.context.WebContextImpl extends UserContextImpl implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

servletContext

javax.servlet.ServletContext servletContext

pageContext

javax.servlet.jsp.PageContext pageContext
the jsp page context.


aggregationState

AggregationState aggregationState

responseStack

Stack<E> responseStack

requestStack

Stack<E> requestStack

Package info.magnolia.exception

Class info.magnolia.exception.MgnlException extends Exception implements Serializable


Package info.magnolia.freemarker

Class info.magnolia.freemarker.DoNothingServlet extends javax.servlet.GenericServlet implements Serializable

Serialized Fields

servletContext

javax.servlet.ServletContext servletContext

Package info.magnolia.i18nsystem.proxytoys

Class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator extends com.thoughtworks.proxy.toys.decorate.Decorator<T> implements Serializable

Serialized Fields

delegate

com.thoughtworks.proxy.toys.decorate.Decorator<T> delegate

methodSelector

com.google.common.base.Predicate<T> methodSelector

Class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator extends com.thoughtworks.proxy.toys.decorate.Decorator<T> implements Serializable

Serialized Fields

translationService

TranslationService translationService

localeProvider

LocaleProvider localeProvider

keyGenerator

I18nKeyGenerator<T> keyGenerator

Package info.magnolia.init.properties

Class info.magnolia.init.properties.AbstractStreamBasedPropertySource.ConstructingProperties extends Properties implements Serializable

Serialized Fields

path

String path

Package info.magnolia.jaas.principal

Class info.magnolia.jaas.principal.AbstractPrincipalList extends Object implements Serializable

Serialized Fields

name

String name

list

Collection<E> list
List of role names assigned to a principal.

Class info.magnolia.jaas.principal.ACLImpl extends Object implements Serializable

Serialized Fields

name

String name
Deprecated. 

list

List<E> list
Deprecated. 

Class info.magnolia.jaas.principal.EntityImpl extends Object implements Serializable

Serialized Fields

properties

Map<K,V> properties
Deprecated. 

Class info.magnolia.jaas.principal.GroupListImpl extends AbstractPrincipalList implements Serializable

Class info.magnolia.jaas.principal.PrincipalCollectionImpl extends PrincipalCollectionImpl implements Serializable

Class info.magnolia.jaas.principal.RoleListImpl extends AbstractPrincipalList implements Serializable


Package info.magnolia.jaas.sp.jcr

Class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule extends Object implements Serializable

Serialized Fields

subject

Subject subject

callbackHandler

CallbackHandler callbackHandler

name

String name

Class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule extends AbstractLoginModule implements Serializable

Serialized Fields

user

User user

Class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule extends AbstractLoginModule implements Serializable

Serialized Fields

user

User user

Class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule.MagnoliaJRAdminPrincipal extends org.apache.jackrabbit.core.security.principal.AdminPrincipal implements Serializable

Class info.magnolia.jaas.sp.jcr.MagnoliaJRAdminPrincipal extends org.apache.jackrabbit.core.security.principal.AdminPrincipal implements Serializable


Package info.magnolia.jackrabbit

Class info.magnolia.jackrabbit.MissingNodetypesException extends RuntimeException implements Serializable


Package info.magnolia.jcr

Class info.magnolia.jcr.RuntimeRepositoryException extends RuntimeException implements Serializable


Package info.magnolia.jcr.node2bean

Class info.magnolia.jcr.node2bean.Node2BeanException extends MgnlException implements Serializable


Package info.magnolia.jcr.nodebuilder

Class info.magnolia.jcr.nodebuilder.NodeOperationException extends RuntimeException implements Serializable


Package info.magnolia.link

Class info.magnolia.link.LinkException extends Exception implements Serializable


Package info.magnolia.logging

Class info.magnolia.logging.LoggingLevel extends LoggingLevel implements Serializable


Package info.magnolia.module

Class info.magnolia.module.ModuleManagementException extends Exception implements Serializable


Package info.magnolia.module.delta

Class info.magnolia.module.delta.TaskExecutionException extends Exception implements Serializable


Package info.magnolia.module.model.reader

Class info.magnolia.module.model.reader.ModuleDependencyException extends ModuleManagementException implements Serializable


Package info.magnolia.monitoring

Class info.magnolia.monitoring.AccessRestrictedException extends LoginException implements Serializable


Package info.magnolia.nodebuilder

Class info.magnolia.nodebuilder.NodeOperationException extends NodeOperationException implements Serializable


Package info.magnolia.objectfactory

Class info.magnolia.objectfactory.MgnlInstantiationException extends RuntimeException implements Serializable

Class info.magnolia.objectfactory.NoSuchComponentException extends IllegalStateException implements Serializable


Package info.magnolia.objectfactory.configuration

Class info.magnolia.objectfactory.configuration.ComponentConfigurationException extends RuntimeException implements Serializable


Package info.magnolia.objectfactory.guice

Class info.magnolia.objectfactory.guice.GuicePropertyConfigurer.NamedImpl extends Object implements Serializable

Serialized Fields

value

String value

Package info.magnolia.registry

Class info.magnolia.registry.RegistrationException extends Exception implements Serializable


Package info.magnolia.rendering.engine

Class info.magnolia.rendering.engine.RenderException extends Exception implements Serializable


Package info.magnolia.repository

Class info.magnolia.repository.RepositoryNotInitializedException extends javax.jcr.RepositoryException implements Serializable


Package info.magnolia.templating.freemarker

Class info.magnolia.templating.freemarker.Directives extends HashMap<String,freemarker.template.TemplateDirectiveModel> implements Serializable

Class info.magnolia.templating.freemarker.ReadOnlyDirectives extends Directives implements Serializable


Package info.magnolia.templating.jsp.taglib

Class info.magnolia.templating.jsp.taglib.Breadcrumb extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

delimiter

String delimiter
Delimeter between links.


startLevel

int startLevel

excludeCurrent

boolean excludeCurrent
Exclude current page from breadcrumb.


nolinkCurrent

boolean nolinkCurrent
Add current page but without links.


link

boolean link
Output as link. (default: true)


hideProperty

String hideProperty

titleProperty

String titleProperty
Name for the property used as page title.


activeCss

String activeCss
Css class for active page.

Class info.magnolia.templating.jsp.taglib.ConvertNewLineTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

para

boolean para
Use paragraphs.

Class info.magnolia.templating.jsp.taglib.SearchResultSnippetTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

page

javax.jcr.Node page
Start level.


query

String query
Query, natural language.


chars

int chars
Number of chars to include in result.


maxSnippets

int maxSnippets
Maximum number of snippets to include in result.

Class info.magnolia.templating.jsp.taglib.SimpleNavigationTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

startLevel

int startLevel
Start level.


endLevel

int endLevel
End level.


hideInNav

String hideInNav
Name for the "hide in nav" nodeData.


openMenu

String openMenu
Name for the "open menu" nodeData.


style

String style
Style to apply to the menu.


wrapperElement

String wrapperElement
html element to wrap the anchortext. (i.e. <a><wrapper>...</wrapper></a>)


expandAll

String expandAll
Expand all the nodes. (sitemap mode)


relativeLevels

boolean relativeLevels

classProperty

String classProperty
Name for a page property which will be written to the css class attribute.


nofollow

String nofollow
Name for the "nofollow" hodeData (for link that must be ignored by search engines).


filter

Content.ContentFilter filter
Content Filter to use to evaluate if a page should be drawn.


contentFilter

String contentFilter

markFirstAndLastElement

boolean markFirstAndLastElement
Flag to set if the first and last li in each ul should be marked with a special css class.



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.