no.sesat.search.view.velocity
Class BoldWordDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
no.sesat.search.view.velocity.AbstractDirective
no.sesat.search.view.velocity.BoldWordDirective
- All Implemented Interfaces:
- Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants
public final class BoldWordDirective
- extends AbstractDirective
A velocity directive to bold (query) word(s)
param 1: text to replace
param 2: query
- "og" and "i" in the query should not be bolded.
- Capitalized words should stay capitalized
- remove "," and "!" from query words
- independant word ("Billån" should not match lån)
#boldWord('leter du etter hotell i Paris' 'hotell i paris')
returns the string: "leter du etter hotell i Paris"
- Version:
- $Id: BoldWordDirective.java 7225 2009-04-09 00:32:20Z ssmiweve $
| Fields inherited from class org.apache.velocity.runtime.directive.Directive |
rsvc |
| Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants |
BLOCK, LINE |
|
Method Summary |
String |
getName()
|
int |
getType()
|
boolean |
render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node)
|
| Methods inherited from class org.apache.velocity.runtime.directive.Directive |
getColumn, getLine, init, setLocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoldWordDirective
public BoldWordDirective()
getName
public String getName()
- Specified by:
getName in class org.apache.velocity.runtime.directive.Directive
getType
public int getType()
- Specified by:
getType in class org.apache.velocity.runtime.directive.Directive
render
public boolean render(org.apache.velocity.context.InternalContextAdapter context,
Writer writer,
org.apache.velocity.runtime.parser.node.Node node)
throws IOException,
org.apache.velocity.exception.ResourceNotFoundException,
org.apache.velocity.exception.ParseErrorException,
org.apache.velocity.exception.MethodInvocationException
- Specified by:
render in class org.apache.velocity.runtime.directive.Directive
- Throws:
IOException
org.apache.velocity.exception.ResourceNotFoundException
org.apache.velocity.exception.ParseErrorException
org.apache.velocity.exception.MethodInvocationException
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.