Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
class
.
Show all posts
Showing posts with label
class
.
Show all posts
Friday, October 4, 2013
Java: Reflecting to Get All Classes in a Package, check and invoke method dynamically
›
It took me a little while to figure out that Java doesn't provide a way to reflect an entire package. In other words, there is no bui...
Tuesday, October 1, 2013
Grails: get class object by string/class name
›
grailsApplication.classLoader.loadClass("au.com.test.package.ClassName")
Monday, September 30, 2013
[Java/Grails] Class ConstrainedProperty
›
org.codehaus.groovy.grails.validation [Java/Grails] Class ConstrainedProperty java.lang.Object org.codehaus.groovy.grails.validati...
Tuesday, February 26, 2013
simple class for calling a url using either curl or fopen
›
<?php class EmailManager { var $_server ; var $_account ; const client_login_url = 'https://www.google.com/ac...
›
Home
View web version