Converts a fully qualified page class name into a logical class name (often, for inclusion as part of the URI). This value may later be passed to {@link #resolvePageNameToClassName(String)}.
@param pageClassName fully qualified name of a page class
@return equivalent logical page name
@throws IllegalArgumentException if the name can not be resolved
Converts a fully qualified page class name into a page name (often, for inclusion as part of the URI). This value may later be passed to {@link #resolvePageNameToClassName(String)}.
@param pageClassName fully qualified name of a page class
@return equivalent logical page name
@throws IllegalArgumentException if the name can not be resolved
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.