If you want particular java file check this out
  org.apache.jetspeed.modules.actions.portlets.CustomizeSetAction

~suchi

-----Original Message-----
From: David Sean Taylor [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 16, 2004 10:20 PM
To: Jetspeed Users List
Subject: Re: Regarding login IT's URGENT



On Monday, February 16, 2004, at 09:05  PM, S, VENKATESH wrote:

> Hi,
>   After clicking login button which class will execute,I know that
> JLoginUSer class is executing but what i have to know is
>   whenever i am giving username as admin how it goes to respective 
> page of admin,whenever i am giving as Turbine how it is going to 
> Turbines page,I wnat to know whether it is executed by java file or by

> some other files.
>
To be honest I do not completely understand the question, nor why it is 
URGENT, but i will try to answer it
Turbine treats the login action as a special case.
Unlike other actions, it will get executed before both your session 
validator action and access controller actions.
As for locating PSML pages, thats done by the profiler which kicks in 
the access controller action
The profiler will look at the authenticated user in RunData and try to 
find a PSML page for that user based on the username and other runtime 
parameters such as mediatype, language, page name.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to