| Field and Description |
|---|
| org.frameworkset.web.util.UrlPathHelper.INCLUDE_CONTEXT_PATH_REQUEST_ATTRIBUTE |
| org.frameworkset.web.util.UrlPathHelper.INCLUDE_SERVLET_PATH_REQUEST_ATTRIBUTE |
| org.frameworkset.util.encoder.Charsets.ISO_8859_1
Use Java 7's
StandardCharsets |
| org.frameworkset.util.encoder.BaseNCodec.PAD
Use
BaseNCodec.pad. Will be removed in 2.0. |
| org.frameworkset.util.encoder.Charsets.US_ASCII
Use Java 7's
StandardCharsets |
| org.frameworkset.util.encoder.Charsets.UTF_16
Use Java 7's
StandardCharsets |
| org.frameworkset.util.encoder.Charsets.UTF_16BE
Use Java 7's
StandardCharsets |
| org.frameworkset.util.encoder.Charsets.UTF_16LE
Use Java 7's
StandardCharsets |
| org.frameworkset.util.encoder.Charsets.UTF_8
Use Java 7's
StandardCharsets |
| Constructor and Description |
|---|
| bboss.org.objectweb.asm.tree.MethodInsnNode(int, String, String, String) |