@Deprecated public final class PagingBannerUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getNumbericalValueAfterPrefix(String paramPrefix,
Enumeration<String> parameterNames)
Deprecated.
find the number string in a method to call parameter with the following format parameterPrefix.1 or
parameterPrefix.1.bleh
|
static String |
getStringValueAfterPrefix(String paramPrefix,
Enumeration<String> parameterNames)
Deprecated.
same as method above except for use when it is not feasible to use ordinals to identify columns -- for example,
if dynamic attributes may be used
|
public static int getNumbericalValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames)
paramPrefix - theparameterNames - the parameter names.public static String getStringValueAfterPrefix(String paramPrefix, Enumeration<String> parameterNames)
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.