org.apache.jetspeed.modules.parameters
Class MyPagesListBox

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.jetspeed.modules.parameters.ParameterPresentationStyle
          extended byorg.apache.jetspeed.modules.parameters.VelocityParameterPresentationStyle
              extended byorg.apache.jetspeed.modules.parameters.MyPagesListBox

public class MyPagesListBox
extends VelocityParameterPresentationStyle

Returns list box control populated with pmsl pages for current user for current media type.

Version:
$Id: MyPagesListBox.java,v 1.5 2004/02/23 03:01:20 jford Exp $
Author:
Mark Orciuch

Field Summary
 
Fields inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
styleparms
 
Constructor Summary
MyPagesListBox()
           
 
Method Summary
 void buildContext(org.apache.turbine.util.RunData rundata, java.lang.String name, java.lang.String value, java.util.Map parms, org.apache.velocity.context.Context context)
          Put custom objects in the velocity context
 
Methods inherited from class org.apache.jetspeed.modules.parameters.VelocityParameterPresentationStyle
getContent
 
Methods inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
getJavascriptEvents, getParm, setParms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPagesListBox

public MyPagesListBox()
Method Detail

buildContext

public void buildContext(org.apache.turbine.util.RunData rundata,
                         java.lang.String name,
                         java.lang.String value,
                         java.util.Map parms,
                         org.apache.velocity.context.Context context)
Put custom objects in the velocity context

Overrides:
buildContext in class VelocityParameterPresentationStyle
Parameters:
name -
value -
parms -
context -
rundata -


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.