Custom JSP tags library for mobile web developers.
Components (tags) from this library let you detect mobile (desktop) browser.
So you can automatically tune the output of your web application depends on the
user. For example, one page combines code for mobile and desktop browsers:
<%@ taglib uri="taglib.tld" prefix="m" %> <!-- mobile part --> <m:isMobileBrowser> your mobile part </m:isMobileBrowser> <!-- desktop part -->
Tags are: isMobileBrowser Body tag evaluates own body in case of requests originated from the mobile browser. Parameters are: none. isDesktopBrowser Body tag evaluates own body in case of requests originated from the desktop browser. Parameters are: none. for downloading: Library: mobitag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags. |
Also in Coldtags:
|