Class InterceptorCommonLibrary.ParseParameterNameResult

java.lang.Object
name.matthewgreet.strutscommons.util.InterceptorCommonLibrary.ParseParameterNameResult
Enclosing class:
InterceptorCommonLibrary

public static class InterceptorCommonLibrary.ParseParameterNameResult extends Object
Describes a parameter name and its split into component parts, which is either the field name, or field name appended with an index like '[n]'. If parsing fails, reverts fieldName equals the parameterName.
  • Constructor Details

    • ParseParameterNameResult

      public ParseParameterNameResult()
  • Method Details