Uri tag is uri i.e.
<comp:uri route = "search" controller = "invoices" parameters = "invoice_id=4301"/>
This example will generate a url according to the given route (i.e. search route: http://yourdomain.com/invoices/4301.html) Uri component allow to specify the following attributes:
__UIComponent | --__UriComponent
Methods
Inherited From __UIComponent
string getAction( )
string getController( )
string getParameters( )
string getRoute( )
string getUrl( )
void getUseCurrentRoute( )
void setAction( string $action_code )
void setController( string $controller_code )
void setParameters( string $parameters )
void setRoute( string $route_id )
string setUrl( $url )
This property is for internal usage only, to set the resultant url.
void setUseCurrentRoute( $use_current_route )
void useCurrentRoute( )