| |
|
| java.lang.Object de.skelexamples.ContextDemoTextImpl
ContextDemoTextImpl | public class ContextDemoTextImpl implements ContextDemoText(Code) | | A class representing our ContextResource. It has been createdto store the
text sent by the form in order to give it out on the second page.
author: Ralf Rapude version: $Id: ContextDemoTextImpl.java 3302 2007-11-30 16:56:16Z jenstl $ |
getDemoText | public String getDemoText()(Code) | | Certainly we need a getter for the String
|
setDemoText | public void setDemoText(String formText)(Code) | | Setting demoText with the String sent by the form
|
|
|
|