|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDbPageSection
An interface describing the sections
Method Summary | |
---|---|
java.lang.String |
getCreationTemplate()
The path for the creation of the section |
java.lang.String |
getHtmlSection(java.util.List<java.lang.String> listValues,
javax.servlet.http.HttpServletRequest request)
The html content of the section |
long |
getIdType()
The identifier of the type of a section |
java.util.Map<java.lang.String,java.lang.Object> |
getMarkMap()
A map with additional parameters |
java.lang.String |
getModificationTemplate()
The path for the modification of the section |
java.lang.String |
getTypeDescription()
The description of the type of the section |
Method Detail |
---|
long getIdType()
java.lang.String getTypeDescription()
java.lang.String getHtmlSection(java.util.List<java.lang.String> listValues, javax.servlet.http.HttpServletRequest request)
listValues
- The list of valuesrequest
- The http request
java.lang.String getCreationTemplate()
java.lang.String getModificationTemplate()
java.util.Map<java.lang.String,java.lang.Object> getMarkMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |