org.apache.jetspeed.modules.actions
Class JetspeedAccessController

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.turbine.modules.Action
          extended byorg.apache.jetspeed.modules.actions.JetspeedAccessController

public class JetspeedAccessController
extends org.apache.turbine.modules.Action

Calls the profiler to load the requested PSML resource based on request params Its necessary to load the profile from this action, not the SessionValidator in order to get the cached ACL list from logon

Version:
$Id: JetspeedAccessController.java,v 1.10 2004/02/23 02:59:06 jford Exp $
Author:
David Sean Taylor

Constructor Summary
JetspeedAccessController()
           
 
Method Summary
 void doPerform(org.apache.turbine.util.RunData data)
           
protected  void getACL(org.apache.turbine.util.RunData data)
           
 
Methods inherited from class org.apache.turbine.modules.Action
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedAccessController

public JetspeedAccessController()
Method Detail

doPerform

public void doPerform(org.apache.turbine.util.RunData data)
               throws java.lang.Exception
Throws:
java.lang.Exception

getACL

protected void getACL(org.apache.turbine.util.RunData data)


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