class: ContentLanguageCollection

public class: ContentLanguageCollection
Author: Mario Wagner
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:32:18; Modified: 16.07.2009 15:32:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {48857E79-2F27-446a-A759-0B90A2B71C51}
Bean to handle the ContentLanguageCollection on a single jsp. A ContentLanguageCollection is represented by a List<String>.
 

Goto: Custom Properties, Fields, Methods

See also: ContentLanguageManager

Appears in: bean

Connections
 
Custom Properties
 
ContentLanguageCollection Attributes
Attribute Details
private ContentLanguageManager
  contentLanguageManager
private List
  parentVO
 
ContentLanguageCollection Methods
Operation Details
public
ContentLanguageCollection():
Sequential
public
ContentLanguageCollection(
   List parentVO):
Sequential
public
getContentLanguageManager():ContentLanguageManager
Sequential
public
getLanguageOptions():SelectItem
Sequential
public
getParentVO():List
Sequential
public
setContentLanguageManager(
   ContentLanguageManager contentLanguageManager):void
Sequential
public
setParentVO(
   List parentVO):void
Sequential