org.kohsuke.stapler.bind
Interface WithWellKnownURL


public interface WithWellKnownURL

Marker interface for objects that have known URLs. If objects that implement this interface are exported, the well-known URLs are used instead of assigning temporary URLs to objects. In this way, the application can reduce memory consumption. This also enables objects to have "identities" that outlive their GC life (for example, instance of the JPA-bound "User" class can come and go, but they represent the single identity that's pointed by its primary key.)

Author:
Kohsuke Kawaguchi

Method Summary
 java.lang.String getWellKnownUrl()
           
 

Method Detail

getWellKnownUrl

java.lang.String getWellKnownUrl()


Copyright © 2012. All Rights Reserved.