|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Resource
Representation of the resource. This can be a database table (for example the webusertable), but can also be a webservice, etc. The resources are used to connect to in the forms module, to store or retrieve information.
| Method Summary | |
|---|---|
java.lang.String |
getConnectionName()
Returns connection name of the resource. |
ResourceEntry[] |
getEntries()
Return the resource entries (for exmaple username or e-mail) of the resource. |
java.lang.String |
getName()
Returns human readable of the resource. |
java.lang.String |
getPrefillingXsl()
Return XML attributes which is used to prefill a formpart with the information of a resource. |
java.lang.String |
getTableName()
Returns table name of the resource. |
java.lang.String |
getTagName()
Return the tagname which is used as root tag in the session. |
java.lang.String |
getValue()
Returns a value which identifies the resource. |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getTagName()
ResourceEntry[] getEntries()
java.lang.String getPrefillingXsl()
java.lang.String getConnectionName()
java.lang.String getTableName()
java.lang.String getName()
java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||