public final class ProcessorUtils extends Object
Utilities related to the OptionProcessor
.
Modifier and Type | Method and Description |
---|---|
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 . |
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
.
com.github.dandelion.core.DandelionException
- if the passed value contains an incorrect format.Copyright © 2013–2015 Dandelion Project. All rights reserved.