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

org.apache.tapestry5.internal.services.tapestry_5_0_0.xsd Maven / Gradle / Ivy

Go to download

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

There is a newer version: 5.8.6
Show newest version


    
        
            
                Defines the position within the template that the body of the component (the portion of the container's
                template
                enclosed by the component) will be rendered. This is optional, and only applies to components that wish
                to render
                their body within their template.
            
        
    
    
        
            
                May be used as the root element of a template, but is not part of the template itself. Useful when
                a component exists to emit a series of related elements that are not inside a containing element.
            
        
    
    
        
            
                A structured parameter passed to a component as a single object of type Block. The receiving component
                can get the Block to render. A parameter should always be enclosed by a component element
                (either an explicit comp element, or an ordinary element instrumented with a Tapestry type or id).
            
        
        
            
                
                    
                        The name of the parameter to be bound to the Block.
                    
                
            
        
    
    
        
            
                A block is simply a container of other elements. Blocks do not render themselves or their bodies in the
                normal flow; they
                only get rendered when specifially directed to.
            
        
        
            
                
                    
                        An optional identifier that is used to reference the block from inside the Java class.
                    
                
            
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy