Converts a logical page name (such as might be encoded into a URL) into a fully qualified class name. The case of the page name is irrelevant.
@param pageName logical page name
@return fully qualified class name for the page
@throws IllegalArgumentException if the name does not match a known page class
Converts a logical page name (such as might be encoded into a URL) into a fully qualified class name. The case of the page name is irrelevant.
@param pageName page name
@return fully qualified class name for the page
@throws org.apache.tapestry5.ioc.util.UnknownValueException if the name does not match a known page class
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.