Uses of Class
no.sesat.search.view.velocity.AbstractDirective

Packages that use AbstractDirective
no.sesat.search.view.velocity Provides for velocity specific stuff such as custom directives. 
 

Uses of AbstractDirective in no.sesat.search.view.velocity
 

Subclasses of AbstractDirective in no.sesat.search.view.velocity
 class AbstractEnrichmentDirective
          Handles presenting the enrichments The first argument allow inclusion/exclusion of each enrichment according to the subclasses implementation of placementCorrect(tab, placement, i, e)

The second argument specifies the a string to use in beginning wrapping around each enrichment.
 class AllParametersDirective
          Very simple directive to loop through all parameters as defined in the datamodel and write them out in one line.
 class BoldWordDirective
          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.
 class ChopStringDirective
          A velocity directive to chop a string If a third parameter "esc" is sent, the string will also be htmlescaped #chopString('this string is being chopped!' 20) returns the string: "this string is.."
 class CssDirective
           
 class FaviconDirective
          This directive creates a link element used to specify the favicon element.
 class HitCountDirective
          Handles presenting the hit count number.
 class ImageDirective
           
 class JavaScriptDirective
           
 class JsonDataModelDirective
          Convert sections (datamodel.includes) of the context's DataModel into a JSON object.
 class MD5ParameterDirective
          This directive hashes a url parameter so you can build url's with protected parameters.
 class PublishDirective
          A velocity directive to import page fragments from publishing system.
 class XPathDirective
          Evaluates xpath expression and writes the result as a string.
 class XPathForeachDirective
          Directive for moving through w3c dom node lists selected by an XPath expression.
 



Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.