org.jboss.seam.navigation
@Scope(value=APPLICATION) @BypassInterceptors @Name(value="org.jboss.seam.navigation.safeActions") @Install(precedence=0, classDependencies="javax.faces.context.FacesContext") public class SafeActions extends Object
Constructor and Description |
---|
SafeActions() |
Modifier and Type | Method and Description |
---|---|
void |
addSafeAction(String id) |
static SafeActions |
instance() |
boolean |
isActionSafe(String id) |
static String |
toAction(String id) |
static String |
toActionId(String viewId,
String expression) |
Copyright © 2015 Seam Framework. All Rights Reserved.