| java.lang.Object clime.messadmin.providers.spi.BaseTabularDataProvider clime.messadmin.providers.spi.BaseTabularSessionDataProvider
BaseTabularSessionDataProvider | abstract public class BaseTabularSessionDataProvider extends BaseTabularDataProvider implements SessionDataProvider(Code) | | Base implementation class for SessionDataProvider displaying tabular data.
author: Cédrik LIME |
BaseTabularSessionDataProvider | public BaseTabularSessionDataProvider()(Code) | | |
getSessionTabularData | abstract public Object[][] getSessionTabularData(HttpSession session)(Code) | | Parameters: session - application-specific data values for given HttpSession, or null if it can be determined |
getSessionTabularDataLabels | abstract public String[] getSessionTabularDataLabels(HttpSession session)(Code) | | Parameters: session - application-specific data labels for given HttpSession, or null if it can be determined |
Methods inherited from clime.messadmin.providers.spi.BaseTabularDataProvider | protected void appendBody(StringBuffer buffer, Object[][] values)(Code)(Java Doc) protected void appendCaption(StringBuffer buffer, String tableCaption)(Code)(Java Doc) protected void appendFooter(StringBuffer buffer, String[] labels)(Code)(Java Doc) protected void appendFooterLabel(StringBuffer buffer, String label)(Code)(Java Doc) protected void appendHeader(StringBuffer buffer, String[] labels)(Code)(Java Doc) protected void appendHeaderLabel(StringBuffer buffer, String label)(Code)(Java Doc) protected void appendRow(StringBuffer buffer, Object[] row)(Code)(Java Doc) protected void appendValue(StringBuffer buffer, Object value)(Code)(Java Doc) protected String buildXHTML(String[] labels, Object[][] values, String tableId, String tableCaption)(Code)(Java Doc) protected ClassLoader getClassLoader(HttpSession session)(Code)(Java Doc) protected ClassLoader getClassLoader(ServletContext context)(Code)(Java Doc) protected String getLocalizedMessage(String baseName, ClassLoader cl, String key)(Code)(Java Doc) protected String getLocalizedMessage(String baseName, ClassLoader cl, String key, Object[] args)(Code)(Java Doc) protected ResourceBundle getResourceBundle(String baseName, ClassLoader cl)(Code)(Java Doc)
|
|
|