The method to embed the non-instanceable Language portlet with the name "82" in a theme is:
A. $theme.include("82")
B. $theme.runtime("82")
C. $theme.runtime("82_INSTANCE_abcl23")
D. $theme.include("82_INSTANCE_abcl23")
The method to embed a portlet in a layout template is:
A. $layout.addPortlet()
B. $processor.processPortlet()
C. $layoutembedPortlet()
D. $layout. process PortIet()
Service Builder is able to: (Please select all correct answers.)
A. Generate Hibernate configuration files
B. Generate base implementations of models, services, persistence and basic finders
C. Generate struts-config.xml and tiles-defs.xml
D. Generate web services
Hook plugins can only override core JSPs, services, language keys and Struts actions.
A. True
B. False
The method to retrieve an integer submitted as a form field named "widgetCount"' is:
A. GetterUtil.getInteger(actionRequest, "widgetCount")
B. RequestUtiI.getInteger(actionRequest,"widgetCount )
C. HTMLUtil.getInteger(actionRequest, "widgetCount")
D. ParamUtil.getInteger(actionRequest, "widgetCount")
E. FormUtil.getInteger(actionRequest, "widgetCount")
F. AlloyUtil.getInteger(actionRequest, "widgetCount")
MVCPortlet directs page flow using:
A. The controller() method
B. A render parameter called "mvcPath"
C. A direct link to the JSP with a relative URL
D. A public render parameter called "path"
The following classes can be imported when overriding a core JSP using a hook plugin: (Please select all correct answers.)
A. Classes residing in the global class loader
B. Classes residing in the portal class loader
C. Classes residing in the portlet plugin class loader
D. Classes residing in the hook plugin class loader
The settings in portal-developer.properties:
A. Enable faster deployment of plugins
B. Disable minification of CSS and JavaScript
C. Assist deployment from a development to a production environment
D. Precompile Velocity and FreeMarker templates
The recommended way to make an isolated change to a core JSP is to:
A. Create an Ext plugin to create a backup of the original JSP and extend the backup JSP
B. Create a hook plugin to override the original JSP using the
C. Create a hook plugin to override the original JSP using the
D. Create an Ext plugin to override the original JSP using the
The element that defines a database table in service.xml is:
A.
B. [table]
C.
D.