Expert OneonOne J2EE Design and Development [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Expert OneonOne J2EE Design and Development [Electronic resources] - نسخه متنی

Rod Johnson

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Additional Views

The following views are included in the framework but not discussed here:



com.interface21.servlet.web.view.webmacro.WebMacroView

WebMacro view implementation, similar to the Velocity view discussed earlier.



com.interface21.servlet.web.view.RedirectView

View implementation that redirects the response to an external URL, exposing model data as String query parameters. This approach works only for simple models, but can be very useful when integrating with third-party sites. The default implementation builds a query string by calling the toString() method on each element in the model. Subclasses can customize this behavior by overriding the protected queryProperties (Map model) method to return a Properties object containing the name-value pairs to be used in the query string. The RedirectView class takes care of constructing the query string (using ? and & characters) and the necessary URL encoding.



/ 183