live.constants
Class Attributes.guestList

java.lang.Object
  extended bylive.constants.Attributes.guestList
Direct Known Subclasses:
Attributes.guests.newGroup, Attributes.networks.chMembers, Attributes.networks.newPage
Enclosing class:
Attributes

public static class Attributes.guestList
extends Object

Holds attribute names expected by the guestList. Don't use this class directly. Instead, for each JSP that includes guestList.jsp, make the corresponding Attribute class inherit from this.


Field Summary
static String checkByDefault_OPT
          A Setof Strings of guest names that should be checked by default.
static String groupList
          A Collection of Group objects
 
Constructor Summary
Attributes.guestList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groupList

public static final String groupList
A Collection of Group objects

See Also:
Constant Field Values

checkByDefault_OPT

public static final String checkByDefault_OPT
A Setof Strings of guest names that should be checked by default.

See Also:
Constant Field Values
Constructor Detail

Attributes.guestList

public Attributes.guestList()


Copyright © 2005