com.j2biz.blogunity.web.decorator
Class AbstractTableDecorator

java.lang.Object
  extended byorg.displaytag.decorator.Decorator
      extended byorg.displaytag.decorator.TableDecorator
          extended bycom.j2biz.blogunity.web.decorator.AbstractTableDecorator
Direct Known Subclasses:
BlogsTableDecorator, CommentsTableDecorator, CommunityMembersTableDecorator, EntriesTableDecorator, FilesTableDecorator, GlobalCategoriesTableDecorator, TrackbacksTableDecorator, UsersTableDecorator

public abstract class AbstractTableDecorator
extends org.displaytag.decorator.TableDecorator


Field Summary
protected  String ctx
           
protected  Locale locale
           
protected  HttpServletRequest request
           
protected  BlogUtils utils
           
 
Constructor Summary
AbstractTableDecorator()
           
 
Method Summary
protected  String getMessageForKey(String key)
           
 void init(PageContext pagectx, Object obj)
           
 
Methods inherited from class org.displaytag.decorator.TableDecorator
finish, finishRow, getCurrentRowObject, getDecoratedObject, getListIndex, getPageContext, getViewIndex, hasGetterFor, initRow, searchGetterFor, startRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

protected HttpServletRequest request

utils

protected BlogUtils utils

ctx

protected String ctx

locale

protected Locale locale
Constructor Detail

AbstractTableDecorator

public AbstractTableDecorator()
Method Detail

init

public void init(PageContext pagectx,
                 Object obj)

getMessageForKey

protected String getMessageForKey(String key)


Copyright (c)j2biz.com