|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxava.formatters.BaseFormatter
public abstract class BaseFormatter
Base formatter that allow to access to context object in current module.
| Constructor Summary | |
|---|---|
BaseFormatter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.openxava.formatters.IFormatter |
|---|
format, parse |
| Constructor Detail |
|---|
public BaseFormatter()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||