Class AMDRequire
Object
com.liferay.portal.kernel.servlet.taglib.aui.AMDRequire
- Author:
- Iván Zaera Avellón
-
Constructor Summary
ConstructorsConstructorDescriptionAMDRequire
(String module) Construct an AMD require for a given module.AMDRequire
(String alias, String module) Construct an AMD require for a given module. -
Method Summary
-
Constructor Details
-
AMDRequire
Construct an AMD require for a given module. Alias is computed usingVariableUtil
-
AMDRequire
Construct an AMD require for a given module. JavaScript equivalent would be: Liferay.Loader.require('module', function(alias) {});
-
-
Method Details
-
equals
The semantics for the equality of twoAMDRequire
objects are that they are the same as long as the module is the same, not taking the alias into account. -
getAlias
-
getModule
-
hashCode
public int hashCode()
-