Instanceable portlets: (Please select all correct answers.)
A. Have unique preferences perportlet
B. Can be added to a page multiple times
C. Share the same data within the same site
D. Can be displayed in the Control Panel
E. Share the same data on the same page
The recommended way to override multiple JSPs in the Documents and Media portlet is to:
A. Create a separate hook plug in for each JSP
B. Create an Ext plugin
C. Create a hook plugin that contains all the JSPs
D. Copy them directly into Liferay
Customizations to a theme are made in the folder:
A. _unstyled
B. .styled
C. themes
D. _diffs
E. custom
Not all of the fields in the User object are searchable out of the box. The recommended way to make these fields searchable is to:
A. Create a hook plugin that overrides the User service to index the required fields
B. Create a hook plugin that overrides the edit user Struts action to index the required fields
C. Create an Ext plugin that extends the User indexer to index the required fields
D. Create a hook plugin that implements an indexer post processor to index the required fields
The Plugins SDK uses:
A. portal-service.jar
B. JAR files from the user's home directory
C. portal-impl.jar
D. portal-plugin.jar
AlloyUI is:
A. A JavaScript library
B. A CSS framework
C. A tag library
D. All of the above
A Liferay utility to verify the format of an email address is:
A. Validator.isEmailAddress()
B. HTMLUtil.isEmailAddress()
C. StringUtil.isEmailAddress()
D. Corrector.isEmailAddress()
E. GetterUtil.isEmailAddress()
F. ParamUtil.isEmailAddress()
Default CSS files in a theme are imported by:
A. base.css
B. ma in.css
C. style.css
D. import.ess