All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schemas.servers.portal.weblogic-portal.8.0.netuix-config.xsd Maven / Gradle / Ivy








	
	
		
			The weblogic-portal-app element is the root of the deployment descriptor for a portal application.
		
		
			
				
				
				
                
				
				
				
				
				
				
				
			
		
	
	
		
			Enable (default) or disable customization. The portal has two modes of operation. In one mode users and Administrators are allowed to 'customize' (add/delete portlets, pages, books, etc) the portal via a browser. In this mode the portal EJBs and a database must be deployed. In the second mode (the browser hitting the .portal file directly) no customization is allowed and subsequently no portal EJBs or database are required. This flag is an indicator to the system what mode of operation the portal is in.
		
		
			
				
				
				
			
		
	

    
        
            
                Enables serialization/deserialization to be used to create a control tree. If turned off
                reflection will be used to create a control tree which is faster and occupies less memory.
            
        
        
            
        
    

    
        
            This setting is no longer used.
        
        
            
        
    

	
		
			Enable (default) or disable pageflow components.
		
		
			
				
			
		
	
	
		
			
                Turn entitlement checking off at runtime. The value of the resource-cache-size attribute is a size
                for the control resources cache. This size depends on a number of desktops, portlets, pages, placeholders
                and books contained in a portal. The size can be determined by enabling debug for
                com.bea.netuix.servlets.entitlements.ControlResource in debug.properties file that prints out the size
                for a portal when clicked on all the pages of a portal. The size to be used is from the last line
                that is printed on the console after clicking on all the pages (all top-level and inner pages).
            
		
		
			
				
				
			
            
		
	

    
        
            
        
        
        
    

	
		
			Enable (default) or disable localization. When localization is enabled, the portal framework attempts to deliver localized content based on a directory search. Set the enable element to "true" (default) to enable localization. Disable localization by setting this element to "false". Note that, for performance reasons, if the portal web app is prepared to deliver localized content, disable localization. To specify a locale provider, include the locale-provider element with value set to the class of the desired LocaleProvider implementation.
		
		
			
				
				
					
						
					
				
				
			
		
	
	
		
			The propagate-preferences-on-deploy element specifies if portlet preferences should be propagated to the underlying preference store or not. If this element is present, portlet preferences will be propagated to the underlying preference store store. If the attribute propagate-to-instances is true, portlet preferences will also be propagated to instances created out of portlets.
		
		
			
		
	
	
		
			Because of the way iteritive development redeploys the web-app on any changes to a control or pageflow, this will stop the database from being reloaded if in dev mode (i.e. !AppDescriptor.isProductionModeEnabled).  This defaults to 'false', if in dev mode and you want the database to be reloaded from the web-app on a redeploy, set to 'true'.            
		
		
			
		
	
	
		
			The window-state element describes properties of a container-supported window state.
		
		
			
				
				
				
			
			
				
					
						
						
						
						
                        
					
				
			
		
	
	
		
			The window-mode element describes properties of a container-supported window modes.
		
		
			
				
				
				
			
			
		
	
	
		
			Description
		
	
	
		
			The html image displayed in the toggle button to activate this mode or state..
		
	
	
		
			The html image displayed in the toggle button to deactivate this mode or state.
		
	
	
		
			Hover over text when button is set to activate or deactivate. This text may be localized
		
		
			
				
					
						
							
							
						
						
					
				
			
		
	
	
		
			The html alternate text displayed when the cursor is hovered over the button to activate this mode or state.
		
	
	
		
			The html alternate text displayed when the cursor is hovered over the button to deactivate this mode or state.
		
	
	
		
			Attribute group specifying the valid attributes for a locale element
		
		
			
				
					
				
			
		
		
			
				
					
				
			
		
		
	
	
	
		
			
				
					
						Enable (default) or disable validation of '.pinc' files.
					
					
						
					
				
				
					
						Enable (default) or disable validation of '.' files.
					
					
						
					
				
			
		
	
	
		
			The control-state-location element specifies the location for storing control state
		
		
			
				
					
						Stores the control state in the user's HTTP session. This is the default control state location. The control state may be preserved till the end of the session
					
					
				
				
					
						Encodes the control state in portal-framework generated links. The control state may be preserved forever. However, clients (browsers) may have limits on the maximum number of characters. When the control state length exceeds the specified max-length number of characters, the portal framework automatically switches the state location to HTTP session.
					
					
						
					
				
				
					
						Stores the control state as cookies. The expires attributes may be used to specify the lifetime (in seconds) of cookies user for storing control state.
					
					
						
					
				
			
		
	
	
		
			The desktop-not-entitled-code element defines the error code to return for access to a desktop denied by an entitlement.  The valid options for code are:
                 401 - Unauthorized
                 403 - Forbidden (default)
                 404 - Not found - use if you don't want to let the user know that the resource exists.
             
		
		
			
				
					
						
						
						
					
				
			
		
	





© 2015 - 2025 Weber Informatics LLC | Privacy Policy