Package org.jasig.portal.layout.dlm

Examples of org.jasig.portal.layout.dlm.ChannelDescription


                   * this is the DLM version of the prefs channel. But if we
                   * rework the ILayoutManager interface to create an
                   * implementation independant approach to instantiating
                   * channel descriptions we wouldn't have to tighly couple.
                   */
                  ChannelDescription newChannel = new ChannelDescription(channel);
                  context.internalState = new ParametersState(context, this, overridableChanParams, newChannel, position, elementID);
                  context.internalState.setStaticData(staticData);
                }
              } catch (Exception e) {
                  log.error("Problem occurred adding Channel.", e);
View Full Code Here

TOP

Related Classes of org.jasig.portal.layout.dlm.ChannelDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.