|
||||||||||
| 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 nombre)
Get a object from the context of the current module. |
protected java.lang.Object |
get(HttpServletRequest request,
java.lang.String nombre,
java.lang.String clase)
Get a object from the context of the current module. |
protected java.lang.Integer |
getInteger(HttpServletRequest request,
java.lang.String nombre)
Get a Integer object from the context of the current module. |
protected java.lang.String |
getString(HttpServletRequest request,
java.lang.String nombre)
Get a String object from the context of the current module. |
protected void |
put(HttpServletRequest request,
java.lang.String nombre,
java.lang.Object valor)
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 nombre,
java.lang.Object valor)
throws XavaException
XavaException
protected java.lang.Object get(HttpServletRequest request,
java.lang.String nombre)
throws XavaException
XavaException
protected java.lang.Object get(HttpServletRequest request,
java.lang.String nombre,
java.lang.String clase)
throws XavaException
XavaException
protected java.lang.String getString(HttpServletRequest request,
java.lang.String nombre)
throws XavaException
XavaException
protected java.lang.Integer getInteger(HttpServletRequest request,
java.lang.String nombre)
throws XavaException
XavaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||