|
IT.CappuccinoNet StrutsCX v0.9 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cappuccinonet.strutscx.prototype.presentation.actionform.InfoDynaFormReader
[Experimental] This class is the implementation for the
prototype sample application of the StrutsCXFormWriter for use
with a DynaBean.
| Field Summary | |
private static org.apache.log4j.Logger |
logger
The Logger we use to log JDK 1.4 conform. |
private java.lang.String |
THIS_CLASS
A String with this Classname used for system messages |
| Constructor Summary | |
InfoDynaFormReader()
|
|
| Method Summary | |
java.lang.Object |
getValueObject(org.apache.struts.action.ActionForm form,
java.util.Locale locale,
int entryId,
java.lang.String encoding)
This method creates an ValueObject and uses a Struts ActionForm (i.e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String THIS_CLASS
private static org.apache.log4j.Logger logger
| Constructor Detail |
public InfoDynaFormReader()
| Method Detail |
public java.lang.Object getValueObject(org.apache.struts.action.ActionForm form,
java.util.Locale locale,
int entryId,
java.lang.String encoding)
StrutsCXFormReader
Internationalization:
Because we will handle Unicode we have to convert the Parameters we do
read in from an array of bytes to an array of characters. Do this
using the encoding that was sent as a hidden field. Treat the original
value as raw 8-bit bytes held within a String. (Check out for more
details on this: Jason Hunter, Java Servlet Programming, 2nd Ed.,
page 416ff).
getValueObject in interface StrutsCXFormReaderform - the ActionFormlocale - the localeentryId - the IDencoding - the encoding
|
IT.CappuccinoNet StrutsCX v0.9 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||