lumis.search
Class SmartTagUtil

Package class diagram package SmartTagUtil
java.lang.Object
  extended by lumis.search.SmartTagUtil

public abstract class SmartTagUtil
extends Object

Utility class that replaces EL field variables by related field values, to be used in search configuration in searchconfig.xml file.

Since:
4.0.10

Constructor Summary
SmartTagUtil()
           
 
Method Summary
static List<String> replaceSmartTags(List<String> strings, IAttributeSetReader attributeSetReader)
           
static List<String> replaceSmartTags(String string, IAttributeSetReader attributeSetReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartTagUtil

public SmartTagUtil()
Method Detail

replaceSmartTags

public static List<String> replaceSmartTags(String string,
                                            IAttributeSetReader attributeSetReader)
                                     throws PortalException
Throws:
PortalException

replaceSmartTags

public static List<String> replaceSmartTags(List<String> strings,
                                            IAttributeSetReader attributeSetReader)
                                     throws PortalException
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.