Introduction | Information Center
Custom properties can be defined for applications. The Application Definitions page allows you to define, edit, and delete application custom properties. An application custom property applies to all applications.
Tip: Custom application properties are available to all applications. However, for a particular Blox to use a custom property, the assembler must use a Java method to retrieve the property name from a RepositoryBlox defined on the JSP page. For example, for a custom property named UserPreference, an assembler would use a JSP expression similar to the following example, where myRepositoryBlox is the defined name of the RepositoryBlox being used to access the property:
<%= myRepositoryBlox.getApplicationProperty("UserPreference"); %>
Valid values for the property, as well as its default value, are taken from
the property definition.