lumis.portal.presentation.perspective.user
Class UserPerspectiveMarkupFilter

Package class diagram package UserPerspectiveMarkupFilter
java.lang.Object
  extended by org.apache.wicket.markup.parser.AbstractMarkupFilter
      extended by lumis.portal.presentation.core.AbstractLayoutFileMarkupFilter
          extended by lumis.portal.presentation.tag.page.PageMarkupFilter
              extended by lumis.portal.presentation.perspective.user.UserPerspectiveMarkupFilter
All Implemented Interfaces:
org.apache.wicket.markup.parser.IMarkupFilter
Direct Known Subclasses:
PortalStudioLayoutFileMarkupFilter, PublisherPerspectiveMarkupFilter

public class UserPerspectiveMarkupFilter
extends PageMarkupFilter

Markup filter that processes layout file tags, inserting dynamic data according the auto generate attribute.

Since:
6.0.0

Constructor Summary
UserPerspectiveMarkupFilter(boolean stripLayoutFileTagsAndAttributes)
           
 
Method Summary
protected  void afterProcessTag(org.apache.wicket.markup.ComponentTag componentTag)
          Allow to manipulate a tag after the AbstractLayoutFileMarkupFilter.processTag(ComponentTag) method.
protected  org.apache.wicket.markup.ComponentTag beforeProcessTag(org.apache.wicket.markup.ComponentTag componentTag)
          Allow to manipulate a tag before the AbstractLayoutFileMarkupFilter.processTag(ComponentTag) method.
 
Methods inherited from class lumis.portal.presentation.tag.page.PageMarkupFilter
getDefaultNamespacePrefix, getGenerateIdPrefix, getNamespaceURI, isHTMLElement, processTag
 
Methods inherited from class lumis.portal.presentation.core.AbstractLayoutFileMarkupFilter
createComponentTag, extractAttribute, generateId, getNamespacePrefix, isStripLayoutFileTagsAndAttributes, nextTag, pushTag
 
Methods inherited from class org.apache.wicket.markup.parser.AbstractMarkupFilter
getParent, nextComponentTag, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPerspectiveMarkupFilter

public UserPerspectiveMarkupFilter(boolean stripLayoutFileTagsAndAttributes)
Method Detail

beforeProcessTag

protected org.apache.wicket.markup.ComponentTag beforeProcessTag(org.apache.wicket.markup.ComponentTag componentTag)
Description copied from class: AbstractLayoutFileMarkupFilter
Allow to manipulate a tag before the AbstractLayoutFileMarkupFilter.processTag(ComponentTag) method.

Overrides:
beforeProcessTag in class AbstractLayoutFileMarkupFilter
Parameters:
componentTag - the tag to be processed.
Returns:
the tag that will actually be processed.
See Also:
AbstractLayoutFileMarkupFilter.processTag(ComponentTag), AbstractLayoutFileMarkupFilter.afterProcessTag(ComponentTag)

afterProcessTag

protected void afterProcessTag(org.apache.wicket.markup.ComponentTag componentTag)
Description copied from class: AbstractLayoutFileMarkupFilter
Allow to manipulate a tag after the AbstractLayoutFileMarkupFilter.processTag(ComponentTag) method.

Overrides:
afterProcessTag in class AbstractLayoutFileMarkupFilter
Parameters:
componentTag - the tag processed.
See Also:
AbstractLayoutFileMarkupFilter.beforeProcessTag(ComponentTag), AbstractLayoutFileMarkupFilter.processTag(ComponentTag)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.