use of javax.servlet.jsp.PageContext in project jodd by oblac.
the class SetTag method doTag.
@Override
public void doTag() throws JspException {
PageContext pageContext = (PageContext) getJspContext();
TagUtil.setScopeAttribute(name, value, scope, pageContext);
}
Aggregations