public class TagUtilsHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCOPE_CONTEXT |
static String |
SCOPE_PAGE |
static String |
SCOPE_REQUEST |
static String |
SCOPE_SESSION |
Constructor and Description |
---|
TagUtilsHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
findAttibute(javax.servlet.jsp.PageContext pageContext,
String scope,
String name,
String property) |
static void |
setAttibute(javax.servlet.jsp.PageContext pageContext,
String scope,
String name,
Object value) |
public static final String SCOPE_CONTEXT
public static final String SCOPE_SESSION
public static final String SCOPE_REQUEST
public static final String SCOPE_PAGE
Copyright © 2022 Fugerit. All rights reserved.