|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.gui.jspbeans.JSPAbstractComponent | +--com.ibm.dse.gui.jspbeans.JSPIncludeFileBean
This Bean is used to include plain text inside a JSP using the JSPBeans sintax. It takes the plain text from a file and it is able to provide simple format to the lines read from the file.
Fields inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractComponent |
_properties,
BOTTOM,
CENTER,
HARD,
LEFT,
NO,
NULL,
OFF,
RESET,
RIGHT,
SOFT,
SUBMIT,
TOP,
YES |
Constructor Summary | |
JSPIncludeFileBean()
JSPTextBean constructor. |
|
JSPIncludeFileBean(JspContextServices anInterface,
java.lang.String aDataName)
JSPTextBean constructor. |
Method Summary | |
java.lang.String |
toHTMLString()
The renderer of the JSPBean |
Methods inherited from class com.ibm.dse.gui.jspbeans.JSPAbstractComponent |
getDataName,
getErrorList,
getInterface,
getProperty,
putError,
renderError,
renderLabel,
setDataName,
setInterface,
setProperty |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JSPIncludeFileBean()
public JSPIncludeFileBean(JspContextServices anInterface, java.lang.String aDataName)
anInterface
- com.ibm.dse.cs.html.JspContextServicesaDataName
- java.lang.StringMethod Detail |
public java.lang.String toHTMLString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |