com.github.dandelion.datatables.core.util
Class ProcessorUtils

java.lang.Object
  extended by com.github.dandelion.datatables.core.util.ProcessorUtils

public final class ProcessorUtils
extends Object

Utilities related to the ConfigurationProcessor.

Since:
0.10.0
Author:
Thibault Duchateau

Method Summary
static String getValueAfterProcessingBundles(String value, javax.servlet.http.HttpServletRequest request)
           Some processors accept a special syntax, allowing to load one or more Dandelion Bundles in the current HttpServletRequest.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValueAfterProcessingBundles

public static String getValueAfterProcessingBundles(String value,
                                                    javax.servlet.http.HttpServletRequest request)

Some processors accept a special syntax, allowing to load one or more Dandelion Bundles in the current HttpServletRequest.

The syntax is as follows:
bundleNameToAdd[,anotherBundleName]#javascriptObject.

Throws:
ConfigurationProcessingException - if the passed value contains an incorrect format.


Copyright © 2013–2014 Dandelion Project. All rights reserved.