1. 程式人生 > >Java Web筆記 – JavaBean的使用 JavaBean的範圍 與Java程式碼的互動

Java Web筆記 – JavaBean的使用 JavaBean的範圍 與Java程式碼的互動

setAttribute
public abstract void setAttribute(String name,
                                  Object value,
                                  int scope)
Register the name and value specified with appropriate scope semantics. If the value passed in is null, this has the same effect as calling removeAttribute( name, scope ).