Serialized Form


Package info.magnolia.cms.taglibs

Class info.magnolia.cms.taglibs.AdminOnly extends javax.servlet.jsp.jstl.core.ConditionalTagSupport implements Serializable

Serialized Fields

showInPreview

boolean showInPreview
Determines if the content should be displayed in preview mode.

Class info.magnolia.cms.taglibs.Attribute extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

value

Object value
Value of the attribute.


name

String name
Name of the attribute.

Class info.magnolia.cms.taglibs.BaseConditionalContentTag extends BaseContentTag implements Serializable

Class info.magnolia.cms.taglibs.BaseContentTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

nodeDataName

String nodeDataName

contentNode

info.magnolia.cms.core.Content contentNode

contentNodeName

String contentNodeName

contentNodeCollectionName

String contentNodeCollectionName

uuid

String uuid

path

String path

repository

String repository

inherit

boolean inherit

actpage

boolean actpage
This is historically. Meaning that we work on the page node itself even when we are in an iterator.

Class info.magnolia.cms.taglibs.ButtonTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

dialogName

String dialogName
Dialog name.


label

String label
Button label.


position

String position
position (left|right).


i18nSupport

info.magnolia.cms.i18n.I18nContentSupport i18nSupport
Get i18n support.

Class info.magnolia.cms.taglibs.ContentNodeIterator extends BaseContentTag implements Serializable

Serialized Fields

begin

int begin
Tag attribute.


end

Integer end
Tag attribute.


step

int step
Tag attribute.


varStatus

String varStatus
Tag attribute.


items

Collection<E> items
Tag attribute.


size

int size

count

int count

index

int index

current

Object current

contentNodeIterator

Iterator<E> contentNodeIterator

status

javax.servlet.jsp.jstl.core.LoopTagStatus status

outerSize

Integer outerSize
Size info from outer node iterator, if one exists.


outerCurrIdx

Integer outerCurrIdx
Current index the outer node iterator is at.


outerCollName

String outerCollName
Collection iterated over by the outer node iterator.


outerResCollName

String outerResCollName
Resource.getLocalContentNodeCollectionName() value set by outer node iterator.


outerLocalContentNode

info.magnolia.cms.core.Content outerLocalContentNode
Resource.getLocalContentNode set by the outer node iterator.


restorePreviousState

boolean restorePreviousState
Flag indicating the previous node state should be restored.

Class info.magnolia.cms.taglibs.EditBar extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

nodeName

String nodeName

nodeCollectionName

String nodeCollectionName

paragraph

String paragraph

dialog

String dialog

editLabel

String editLabel

deleteLabel

String deleteLabel

moveLabel

String moveLabel

adminOnly

boolean adminOnly
Show links only in admin instance.


showParagraphName

boolean showParagraphName
Show paragraph name in the bar.

Class info.magnolia.cms.taglibs.EditButton extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

nodeName

String nodeName

nodeCollectionName

String nodeCollectionName

dialog

String dialog

label

String label

displayHandler

String displayHandler

small

boolean small

adminOnly

boolean adminOnly

Class info.magnolia.cms.taglibs.IfEmpty extends BaseConditionalContentTag implements Serializable

Serialized Fields

nodeDataName

String nodeDataName

Class info.magnolia.cms.taglibs.IfExisting extends BaseConditionalContentTag implements Serializable

Serialized Fields

nodeDataName

String nodeDataName

Class info.magnolia.cms.taglibs.IfFirstContentNode extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class info.magnolia.cms.taglibs.IfLastContentNode extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Class info.magnolia.cms.taglibs.IfNotEmpty extends IfEmpty implements Serializable

Class info.magnolia.cms.taglibs.IfNotExisting extends IfExisting implements Serializable

Class info.magnolia.cms.taglibs.Include extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

renderingEngine

info.magnolia.module.templating.engine.RenderingEngine renderingEngine

path

String path
Deprecated. 
File to be included (e.g. /templates/jsp/x.jsp).


contentNodeName

String contentNodeName
The name of the contentNode (i.e. paragraph) you wish to show.


noEditBars

boolean noEditBars
Set to true if the content should not be rendered in edit mode (edit bars, ...).

Class info.magnolia.cms.taglibs.LinksTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

adminOnly

boolean adminOnly
Show links only in admin instance, default to true.

Class info.magnolia.cms.taglibs.LoadPage extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

path

String path
Tag attribute: path of the page to be loaded.


templateName

String templateName
Tag attribute: template name.


level

int level
Tag attribute: level.

Class info.magnolia.cms.taglibs.LoadPagePath extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Class info.magnolia.cms.taglibs.MainBar extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

dialog

String dialog

adminButtonVisible

boolean adminButtonVisible

label

String label
Label for the properties button.


buttonLeft

List<E> buttonLeft
Addition buttons (left).


buttonRight

List<E> buttonRight
Addition buttons (right).

Class info.magnolia.cms.taglibs.NewBar extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

contentNodeCollectionName

String contentNodeCollectionName

paragraph

String paragraph

newLabel

String newLabel

adminOnly

boolean adminOnly
Show only in admin instance.


buttonLeft

List<E> buttonLeft
Addition buttons (left).


buttonRight

List<E> buttonRight
Addition buttons (right).


contentNodeName

String contentNodeName

Class info.magnolia.cms.taglibs.Out extends BaseContentTag implements Serializable

serialVersionUID: 222L

Serialized Fields

defaultValue

String defaultValue

fileProperty

String fileProperty

datePattern

String datePattern

dateLanguage

String dateLanguage

lineBreak

String lineBreak

escapeXml

boolean escapeXml

uuidToLink

String uuidToLink

uuidToLinkRepository

String uuidToLinkRepository

var

String var
If set, the result of the evaluation will be set to a variable named from this attribute (and in the scope defined using the "scope" attribute, defaulting to PAGE) instead of being written directly to the page.


scope

int scope
Scope for the attribute named from the "var" parameter. Setting this attribute doesn't have any effect if "var" is not set.

Class info.magnolia.cms.taglibs.PageIterator extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

contentIterator

Iterator<E> contentIterator

hiddenAttribute

String hiddenAttribute

Class info.magnolia.cms.taglibs.PublicOnly extends javax.servlet.jsp.jstl.core.ConditionalTagSupport implements Serializable

Serialized Fields

showInPreview

boolean showInPreview
Determines if the content should be displayed in preview mode.

Class info.magnolia.cms.taglibs.QueryTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

var

String var
The query result will be set in the pageContext using this name.


query

String query
The query to run.


repository

String repository
The repository. Defaults to ContentRepository.WEBSITE


nodeType

String nodeType
Node type. Defaults to mgnl:content.


type

String type
Query type: SQL or XPATH. Defaults to Query.XPATH.

Class info.magnolia.cms.taglibs.Set extends BaseContentTag implements Serializable

Serialized Fields

scope

String scope

forBodyOnly

boolean forBodyOnly
Reset the former status after executing the body.


previousNode

info.magnolia.cms.core.Content previousNode
If forBodyOnly is true we have to reset the former status.

Class info.magnolia.cms.taglibs.SetNode extends BaseContentTag implements Serializable

Serialized Fields

var

String var
Tag attribute. Variable name: the content node will be added to the pagecontext with this name.


scope

int scope
Tag attribute. Scope for the declared variable. Can be page, request, session or application.

Class info.magnolia.cms.taglibs.UnloadPage extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Class info.magnolia.cms.taglibs.UserTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

var

String var
Name of the pagecontext variable where the user will be set.


anonymous

boolean anonymous
Determines if anonymous users should be taken into account.


Package info.magnolia.cms.util

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

Serialized Fields

repository

String repository

uuid

String uuid

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

Serialized Fields

allowedTypes

String[] allowedTypes

reverse

boolean reverse

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

serialVersionUID: 223L

Serialized Fields

pattern

Pattern pattern

length

int length

patternString

String patternString

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

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

serialVersionUID: 222L



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