check action in layout & view

hello friends

i have one question !

how to isset active action check in the layout & view

for example (sudo code)

index.php?r=user/login

check in the layout or view

if(isset($_GET[‘login’]))

{

[ load any widget ]

}

tanQ

my answer : $actionId = $this->getAction()->getId();