Package com.draagon.meta.web.view

Examples of com.draagon.meta.web.view.WebView.doView()


        out.print("<a" );
        if ( linkClass != null ) out.print( " class=\"" + linkClass + "\"" );
        out.print(" href=\"" + link + "\">");
      }

      mv.doView( page, o, mode, params );
      // out.print( text );

      if ( link != null ) out.print("</a>");
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.