uPortal 2.4.1
API Documentation

org.jasig.portal
Class ChannelRuntimeProperties

java.lang.Object
  extended byorg.jasig.portal.ChannelRuntimeProperties

public class ChannelRuntimeProperties
extends java.lang.Object

Used to store Runtime channel properties. Current version gathers the following information

Version:
$Revision: 1.7 $
Author:
Peter Kharchenko

Constructor Summary
ChannelRuntimeProperties()
          Default constructor.
 
Method Summary
 void setWillRender(boolean value)
          Setter method for willRender property.
 boolean willRender()
          Getter method for willRender property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelRuntimeProperties

public ChannelRuntimeProperties()
Default constructor. willRender property is initialized to true.

Method Detail

setWillRender

public void setWillRender(boolean value)
Setter method for willRender property.

Parameters:
value - a boolean value

willRender

public boolean willRender()
Getter method for willRender property.

Returns:
a boolean value

uPortal 2.4.1
API Documentation