nl.gx.webmanager.cms.core
Interface Personalization

All Superinterfaces:
Wrapper

public interface Personalization
extends Wrapper

Personalization tags used for the xsl transformation in the frontend.


Method Summary
 java.lang.String getEndTag()
          Return end tag.
 boolean getShowableLinks()
          Return if the links to pages with this personalization must be clickable.
 java.lang.String getStartTag()
          Return start tag.
 java.lang.String getStartTag(java.lang.String defaultText)
          Return the starttag taking into account that the target page can be personalized.
 java.lang.String getTagName()
          Return the tagname of the personalization.
 java.lang.String getXslTemplate()
          Return the xsl of the expression or model.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getStartTag

java.lang.String getStartTag()
Return start tag. Example:
   <wm-user-personalization-[id] forpage="true" reurl="" orgurl="...">
 
or
   <wm-user-authorization reurl="..." orgurl="..."><wm-groupid>1</wm-groupid><wm-groupid>2</wm-groupid>
 

Returns:
start tag.

getStartTag

java.lang.String getStartTag(java.lang.String defaultText)
Return the starttag taking into account that the target page can be personalized. The defaulttext is added to the XML tag and in the XSL will the defaulttext be shown when the user has no authorization to the target page.

Returns:
the starttag taking into account that the target page can be personalized.

getShowableLinks

boolean getShowableLinks()
Return if the links to pages with this personalization must be clickable.

Returns:
true if the links to pages with this personalization must be clickable.

getEndTag

java.lang.String getEndTag()
Return end tag. Example:
   </wm-user-personalization-[id]>
 
or
   </wm-user-authorization>
 

Returns:
end tag.

getTagName

java.lang.String getTagName()
Return the tagname of the personalization.

Returns:
the tagname of the personalization.

getXslTemplate

java.lang.String getXslTemplate()
Return the xsl of the expression or model.

Returns:
the xsl of the expression or model.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.