Непонятный код!!
Добавлено: 27 апр 2006, 11:36
Здраствуйте. Обьясните пожалуйсто что делает этот кусок кода:
expression = "#{adfFacesContext.postback}"
......................
private Object resolveExpression(String expression) {
FacesContext ctx = FacesContext.getCurrentInstance();
Application app = ctx.getApplication();
ValueBinding bind = app.createValueBinding(expression);
return bind.getValue(ctx);
}
Заранее благодарен/
expression = "#{adfFacesContext.postback}"
......................
private Object resolveExpression(String expression) {
FacesContext ctx = FacesContext.getCurrentInstance();
Application app = ctx.getApplication();
ValueBinding bind = app.createValueBinding(expression);
return bind.getValue(ctx);
}
Заранее благодарен/