|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.dandelion.datatables.core.util.ProcessorUtils
public final class ProcessorUtils
Utilities related to the ConfigurationProcessor.
| 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 |
|---|
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.
ConfigurationProcessingException - if the passed value contains an incorrect format.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||