public abstract class BaseFormatter extends java.lang.Object implements IFormatter
Constructor and Description |
---|
BaseFormatter() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
get(HttpServletRequest request,
java.lang.String name)
Get a object from the context of the current module.
|
protected java.lang.Object |
get(HttpServletRequest request,
java.lang.String name,
java.lang.String className)
Get a object from the context of the current module.
|
protected java.lang.Integer |
getInteger(HttpServletRequest request,
java.lang.String name)
Get a Integer object from the context of the current module.
|
protected java.lang.String |
getString(HttpServletRequest request,
java.lang.String name)
Get a String object from the context of the current module.
|
protected void |
put(HttpServletRequest request,
java.lang.String name,
java.lang.Object value)
Put a object in the context of the current module.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
format, parse
protected void put(HttpServletRequest request, java.lang.String name, java.lang.Object value) throws XavaException
XavaException
protected java.lang.Object get(HttpServletRequest request, java.lang.String name) throws XavaException
XavaException
protected java.lang.Object get(HttpServletRequest request, java.lang.String name, java.lang.String className) throws XavaException
XavaException
protected java.lang.String getString(HttpServletRequest request, java.lang.String name) throws XavaException
XavaException
protected java.lang.Integer getInteger(HttpServletRequest request, java.lang.String name) throws XavaException
XavaException